HTML for beginners 16: Introduction to HTML Lists | Unordered list

Опубликовано: 16 Октябрь 2024
на канале: Masterminds Tutorials
114
8

Hi there and welcome! 😊 In this video, we will introduce you to HTML lists, and we will explain to you in detail what are Unordered lists.

So what are HTML lists? HTML lists are HTML elements that we use to handle array of data in our web page on the way that is the best for us. For example, we have list of users that we need to display in our web page.
There are three types of lists in HTML:
1️⃣ Unordered lists
2️⃣ Ordered lists 👉   • HTML for beginners 17: Introduction t...  
3️⃣ Description lists 👉   • HTML for beginners 18: Introduction t...  

1️⃣ Unordered list are type of HTML list that we use to handle array of data in cases where order of data is not important. So, our data will not be ordered on any way ( numerically, alphabetically ).
Unordered list starts with start ul HTML tag and ends up with ul end HTML tag. Between ul start and end tags we need to define elements of the list, and every single element of the list is represented with li HTML element.

At the start of every single element of list in our web page by default we have bullet point (•).
With type HTML attribute that we set in start ul tag, we can define shape of bullet point.
There are three available options:
1️⃣ square (■) ➡️ type = "square"
2️⃣ disc (•) ➡️ type = "disc" ( this is by default )
3️⃣ circle (○) ➡️ type = "circle"

💻 If you want to learn all about HTML and how to build websites from the scratch check out our course that is currently on discount :
👉https://www.udemy.com/course/draft/34...
🤔 You are not sure? Don't worry we are offering you 30-day money-back if you don't like our course without asking you any questions why.
Beside of that for our course you have:
✔️ Full lifetime access
✔️ Downloadable resources
✔️ Access on mobile and TV
✔️ ASAP answers on your questions etc.

NOTE: Buying of our course you support our channel and we are immensely grateful to you for that! ❤️🙏

📺 For the most recent updates please subscribe on our YouTube channel:
   / @mastermindstutorials7630  

🔔 Hit the notification bell to be notified when videos go live.

👤 You can reach us on social media:
https://www.instagram.com/masterminds...
  / mastermindstut1  

🤝If you want to support our work:
https://www.paypal.com/paypalme/Maste...
  / mastermindstutorials  
Please remember that even little from you means a lot for us. ❤️🙏

❓ Do you have any questions? Feel free to ask us directly on email:
📧 [email protected]

➡️ Please press 👍 button if you like this content and share this video to all that could be interested in this! 🙏

––––––––––––––––––––––––––––––
Music: Spring In My Step - Silent Partner    • Spring In My Step – Silent Partner (N...  
––––––––––––––––––––––––––––––
#HTMLBeginners #HTMLLearnItFromScratch #HTMLLists