Learn HTML span & div in 4 minutes! 🏁

preview_player
Показать описание
#HTML #course #tutorial

HTML span div tutorial example explained
Рекомендации по теме
Комментарии
Автор

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>

<h1><span is a span title</span></h1>
<h1><div is a div title</div></h1>

<p><span is a span sentence.</span></p>
<p><div is a div sentence.</div></p>

<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. <span libero illo quos sunt molestias quis ab exercitationem, aliquid dicta omnis. Veniam vero odit, ipsam labore nobis adipisci quidem vel at?</span></p>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. <div libero illo quos sunt molestias quis ab exercitationem, aliquid dicta omnis. Veniam vero odit, ipsam labore nobis adipisci quidem vel at?</div></p>

</body>
</html>

BroCodez
Автор

I don't think doing the same example 3 times is a good idea but the explanation was much better than your old explanation. You know what they say, 3rd time's a charm

mr.someone
Автор

Why are all of your videos in HTML and CSS series set to unlisted?

omairtech
Автор

Thank you so much! I needed this video

Ilikefood
Автор

👍GREAT EXPLANATION! 👍 Thank u very much... God bless these people who take the time to create these videos to share their knowledge with us. 🤍🙏

selvin
Автор

I am confused, it is showing that the video was uploaded 1 min ago but the comments are 3 to 4 months old, is it a reupload or something

Cargren
Автор

I'm confused. Can't I do the same thing with <mark>?

bigchungus
Автор

Thank u so much. U help me a lot. I was confused at first and can't solve it.❤

honeyzune