HTML & CSS In Pictures
HTML Basics
Navigation & Layout
Interactivity
Advanced Layout
In the Notepad window, type:
<html>
TIP:
<html>
is a tag. Tags are instructions to a Web browser.
This particular instruction lets the Web browser know that what follows is a Web page, written in HTML: Hypertext Markup Language.
<< BACK
NEXT >>