Learn HTML text formatting in 2 minutes 💬

preview_player
Показать описание
HTML text formatting tags tutorial example explained

#HTML #text #format
Рекомендации по теме
Комментарии
Автор

<!DOCTYPE html>

<html>
<head>
<title>My first website</title>
</head>
<body>
<!-- HTML text formatting tags -->
<p>This is normal text</p>
<p>This is <b>bold</b> text</p>
<p>This is <i>italic</i> text</p>
<p>This is <big>big</big> text</p>
<p>This is <small>small</small> text</p>
<p>This is <sub>subscript</sub> text</p>
<p>This is <sup>superscript</sup> text</p>
<p>This is <ins>inserted</ins> text</p>
<p>This is <del>deleted</del> text</p>
<p>This is <mark>marked</mark> text</p>
</body>
</html>

BroCodez
Автор

I have spent money buying several courses to learn how to make web pages, in my native language (Spanish), because understanding that it is a task with new vocabulary for me, it would be easier. Now I can say that I was very wrong, because you explain everything very well and in a highly understandable language. I am already approaching 70 years of age, but since my childhood I have been very clear that "it is never too late to learn something new."
With your clear, precise and effective information I have been able to learn much more than in the aforementioned courses and much more equally in the dozens of videos that I have downloaded and studied during the past 7 or 8 months. For which I am extremely grateful for this wonderful contribution. A brotherly hug from Puerto Rico, the Island of Enchantment.

tonygomez
Автор

If i end up as a programmer you are the hero of my story.

htg
Автор

Thank you Bro code. Let's get it the Bro army

MeuTube
Автор

Thanks 🙂 having a hard time 😮‍💨in school but this helps

edleo
Автор

Please youtube algorithm .... Listen to Bro's plead 😄

aer
Автор

Bro, I love your channel ♥ Do a Golang video please!

zenlogie
Автор

Bro is so good
Bro can replace my teacher

rolandoevangelista
Автор

Why do programmers wear glasses?






*Because they can't C#!*

syllight
Автор

I just found that the code has also been given. WOW dude, this is insane.

Dante-xfmu
Автор

I tried so many codings, like python, java, javascrop, c++ html, and i got lost each time on the first episodeXD,

Nicklenickle
Автор

Bro you are typed your code and don't save it but your browser is showing out put can you please tell me which vs code setting you done ?

lawlit
Автор

For marked text, if we don't want it to be yellow, can we change the colour?

rabbiten