HTML Summary

This tutorial has taught you how to use HTML to create your own web site.

HTML is the universal markup language for the Web. HTML lets you format text, add graphics, create links, input forms, frames and tables, etc., and save it all in a text file that any browser can read and display.

The key to HTML is the tags, which indicates what content is coming up.


Now You Know HTML, What’s Next?

The next step is to learn XHTML and CSS.

XHTML

XHTML is the “new” HTML. The latest HTML recommendation is HTML 4.01. This is the last and final HTML version.

HTML will be replaced by XHTML, which is a stricter and cleaner version of HTML.

CSS

CSS is used to control the style and layout of multiple Web pages all at once.

With CSS, all formatting can be removed from the HTML document and stored in a separate file.

CSS gives you total control of the layout, without messing up the document content.

Comments are closed.