HTML
HTML
HTML
What is HTML?
Note:
<!DOCTYPE html>
<html>
<body>
</body>
</html>
Step 3: Save the HTML Page
Save the file on your computer. Select File > Save as in the Notepad
menu.
Name the file "index.htm" and set the encoding to UTF-8 (which is
the preferred encoding for HTML files).
Tip: You can use
either .htm or .html as
file extension. There is
no difference; it is up to
you.
Step 4: View the HTML Page in Your Browser
Open the saved HTML file in your favorite browser (double click on
the file, or right-click - and choose "Open with").
The result will look much like this:
Try It Yourself
HTML Exercises
Exercise 2
Exercise 3
HTML Exercises 4