| Back | Index | Next |
Learning to CodeHTML commands are called
TAGS and they usually come in pairs.
<tag> </tag> The computer reads anything
inside the arrows as a command.
The forward slash / tells
the computer to stop doing something.
Anything in an HTML document
that is NOT inbetween those arrows, the computer reads as "content" and
it displays it, as is, in the browser window.
|
| Back | Index | Next |