HTML text formatting 💭 #3

preview_player
Показать описание
HTML text formatting bold, italic, underline, and more...

Coding boot camps hate him! See how he can teach you to code with this one simple trick...

Bro Code is the self-proclaimed #1 tutorial series on coding in various programming languages and other how to videos in the known universe.
Рекомендации по теме
Комментарии
Автор

<!DOCTYPE html>
<html>

<head>
<title>DA BEST WEBSITE :D</title>
</head>
<body>
This is normal text <br>
This is <b>bold</b> text <br>
This is <i>italic</i> text <br>
This is <sub>subscript</sub> text <br>
This is <sup>superscript</sup> text <br>
This is <small>small</small> text <br>
This is <big>big</big> text <br>
This is <ins>inserted</ins> text <br>
This is <del>deleted</del> text <br>
This is <mark>marked</mark> text <br>
</body>

</html>

BroCodez
Автор

Recently found your channel and i really like it. Hope you upload more videos

ntduong
Автор

Fantastic Course, Bro. As good as the Java one.

adrianopereirapeixoto
Автор

Great tutorial Bro'
Good to see you getting loads of subscribers too.

python
Автор

This make's me wonder why I go to school.

nolan
Автор

is there a way to change the color of the highlight, or mark.

crycrycrate