HTML (
Hyper Text Markup Language ) is the code used
to create web pages. All tags have brackets
(Ex. <u>) and are closed with a / after
the first bracket (Ex. </u>). In case
you were wondering, <u> stands for underlined
text. So, here is an example of a section
of HTML code:
<u> HTML basics</u>.
|