HTML tutorial for beginners 🌎

preview_player
Показать описание
HTML tutorial for beginners
#HTML #tutorial #beginners
⭐️Time Stamps⭐️
00:00:00 introduction
00:02:03 VS Code download
00:02:30 Live Server extension
00:02:50 new folder
00:03:38 HTML structure
00:05:05 change default browser
00:05:36 header tags
00:06:23 HTML elements
00:06:52 paragraph elements
00:07:40 line break
00:08:05 horizontal rule
00:08:47 comments
00:09:26 conclusion
Рекомендации по теме
Комментарии
Автор

I'll be occasionally updating my web dev series because I think I can make these videos better than my previous ones now

⭐️Time Stamps⭐️
00:00:00 introduction
00:02:03 VS Code download
00:02:30 Live Server extension
00:02:50 new folder
00:03:08 index.html
00:03:38 HTML structure
00:05:05 change default browser
00:05:36 header tags
00:06:23 HTML elements
00:06:52 paragraph elements
00:07:40 line break
00:08:05 horizontal rule
00:08:47 comments
00:09:26 conclusion

<!DOCTYPE html>

<html>

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

<!--This is the best website ever-->

<h1>This is my website</h1>
<hr>
<h1>I like pizza!</h1>
<br>
<h2>I like pizza!</h2>
<br>
<h3>I like pizza!</h3>
<br>
<h4>I like pizza!</h4>
<br>
<h5>I like pizza!</h5>
<br>
<h6>I like pizza!</h6>
<br>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Quaerat laboriosam, ut rem eius illum odit delectus! Repellat debitis error tempora velit? Magnam delectus numquam temporibus ipsa, exercitationem mollitia magni consequuntur.</p>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Ipsum ducimus fuga laborum numquam, debitis corporis inventore repudiandae consectetur earum ea praesentium vero quia voluptate harum soluta nobis repellendus dolorum in?</p>
</body>

</html>

BroCodez
Автор

I would also add that the h1 tag should not be used when all you want is for your text to be large. h1 is a semantic tag and denotes the main title. Also, if you don't want to use the <br> tags in a lot of places in your text, you can put the whole text inside <pre> </pre> tags, and create a new line by pressing the enter key on the keyboard. The browser will display the text correctly.

webtech
Автор

Well well well...

Look who's back!

I hope you had a nice break, keep up the content Bro!

syllight
Автор

This channel is so good, the only enemy I have now is myself. You are bringing one of the most important services in the world.

MichelZelff
Автор

Fantastic introdction to HTML. I look forward to the rest of the content. Thanks a lot.

annoyingprecision
Автор

love from pakistan
great work sir
May GOD (ALLAH) bless you and your family

Mairaj_
Автор

Man, I like yours tutorials so much, please, never stop doing these type of videos.

parzival
Автор

The way you explained html5 it's so easy to understand, thanks for everything.
From Mozambique.

laerciomassapa
Автор

I'm currently watching the python series and will get to this very soon. Keep up the good work!

tommyispog
Автор

This video is absolutely brilliant! Can't wait for more in the future!

huylequang
Автор

The way you explained this is better than my teacher! Oh, you are the good teacher! Thanks for your hardwork!

alfridarizkiyah
Автор

Nice! Keep it up. I've been waiting for this moment.

eueudruadh
Автор

Thanks for your vid dude ! You deserve much more views :D

zuruh
Автор

Bro is back👍👍👍
Your sorting algorithms really helped me in past!

unknownhuman
Автор

Perks of having a bro ... You get to learn new things. You also enjoy your journey along these ... Thanks a lot bro. ❤️

aer
Автор

I'm about to finish the java programming series, just one last topic to go. While studying it. I think I can now start here. I also want to learn javascript next.

Thank you so much for your effort to teach us these skills. I really learned a lot!!! And still wants to learn other stuffs you have on your channel.

marxLz
Автор

this video is fire im learning so much from you! thank you<3

brikenbajrami
Автор

You're awesome bro!
Thank you for all this content, I was looking for HTML for beginners!

adriano
Автор

this is amazing. good luck with the algorithm.

mrpadz
Автор

Great video as always.
Dear YouTube algorithm show this dude in everybody's "suggested" section

paolobena