|

Resources
|
|
WebDan Online
 |
Resources > Lessons |
 |
Lessons
HTML Files
Creating an HTML file is pretty simple. You start it with a starting HTML tag, <html>,
and end it with a closing HTML tag, </html>. Everything in-between is the content of your file.
The only other requirement for an HTML file is that all HTML documents must have a filename
extension of .html or .htm. For example:
basics.html
zoo-visit.htm
spec01-99.htm
atoz.html
The browser looks at the filename extension and knows
to interpret the file as HTML tags rather than straight ascii text.
This section covers:
What is HTML?
How it Works
HTML Files
Tag Structure
HTML Tools
View Source
|
|