|
|
What is HTML?
HTML (hypertext
markup language) is the computer language that is used to create documents on
the Web. The first time you see HTML it's really confusing and hard to
understand. I'm talking about HTML-tags. But what are tags? Tags are instructions that tell your browser what should show up on a Website. All tags start with a < (left bracket) and end with a > (right bracket). If you forget the < and > your HTML-tags won't work. Please remember the things on this page because you will need to know this later. |