Learn HTML lists in 4 minutes 📋

preview_player
Показать описание
HTML list tutorial example explained
#HTML #list #lists
⭐️Time Stamps⭐️
(00:00:00)​ intro
(00:00:11)​ unordered lists
(00:01:15)​ ordered lists
(00:02:19)​ description lists
(00:03:35)​ nested lists
(00:04:13)​ conclusion
Рекомендации по теме
Комментарии
Автор

<!DOCTYPE html>

<html>
<head>
<title>My first website</title>
</head>
<body>

<h4>Unordered List</h4>
<ul>
<li>pizza dough</li>
<li>tomato sauce</li>
<li>cheese</li>
<li>toppings
<ul>
<li>pepperoni</li>
<li>mushrooms</li>
<li>peppers</li>
</ul>
</li>
</ul>

<h4>Ordered List</h4>
<ol>
<li>eat breakfast</li>
<li>take shower</li>
<li>leave for work</li>
</ol>

<h4>Description List</h4>
<dl>
<dt>HTML</dt>
<dd>This adds structure to a webpage</dd>
<dt>CSS</dt>
<dd>This adds style to a webpage</dd>
<dt>JavaScript</dt>
<dd>This adds functionality to a webpage</dd>
</dl>

</body>
</html>

BroCodez
Автор

No doubts that you"re the best software tutor I've ever seen ! Thank you so much for your super useful contents

farukyucel
Автор

The most powerful thing about Bro's is that he always update own tutorials. That's way he is the best!

provokator-provocateur
Автор

Just started learning html cos of your videos, you make outstanding videos! keep it up!

tadeo_______
Автор

Thank you so much! Your videos are the best on YouTube and I always recommend your videos to people trying to learn to program

cayden
Автор

I think I'm gonna try this this moment or later. I really appreciate, bro. I just enrolled for a front-end development last week and I'm gonna start next week. I'll keep watching your videos to keep me going. Thanks so much, bruv. 🤝🤝🤝

Jayson_will
Автор

A lot easier to understand than the webdesign course i follow.

TheUnderGround
Автор

My bro, My man ! Can't thank you enough for everything you're doing. I recommended your channel to all my homies man, you're amazing bro. Could you please make a video about how to solve a problem like a software engineer. I mean, some steps to follow when you have a problem to solve. Thanks you Bro.

westmakaveli
Автор

He really is a only for coding tutoring

begula
Автор

hello bro, i like your videos, they are pretty beneficial, thanks for making this kind of content

Rahimjonhakimbayev
Автор

really well explained bro keep up the good work

programmerofexistence
Автор

Thanks bro you work is highly appreciated

ivar
Автор

Thank you so much, its a good boost for my next lesson 👏👍

twists
Автор

Thank you bro. Let's get it the Bro Army

MeuTube
Автор

Hey Brother! I have a question that which programming language is best to make an ios app for iphone to control Robots/Electronic Devices (For iphone). 🙏🙏

sashaktyadav
Автор

hi bro code im a new bro 🥰 love your videos

j
Автор

i didnt study till the last day, so i looked at your vid and learnt, then i was the topper in the class😂

Agastya_clips
Автор

How to get the total of items values in a list

AryanKhuman
Автор

Can you please do JS full video like python :)

gunjanshah
Автор

Can you make video about connect website to database? I don't know where to stored images when website is online

wmiru