What is HTML?
HTML
is Web language with which you can create your own Web site. HTML is the core
technology in which all Web pages are written. HTML is a language for
describing Web pages. HTML is easy to learn and everyone must know it. HTML
stands for HyperText Markup Language.
What contains HTML?
❑
HTML contains dozens of "tags".
❑ The tags are keywords surrounded by angle brackets like <html>.
❑ HTML tags normally come in pairs, like <h1> and <h1>.
❑ The first tag is the start tag; the second tag is the end tag.
❑ Theese tags are also called opening tags and closing tags.
How to learn HTML easier?
If you want to learn HTML easier
you can test your knowledge. The easiest way is to use Notepad. Just open
Notepad, after this type your code. Click Save As and save the file as .html .
Then open this file and you will see your first HTML page. And if you want to
edit this .html file again, just click right button and open it again with
Notepad. The browser doesn't display the HTML tags, but uses the tags to
interpret the content of the page.
No comments:
Post a Comment