HTML Overview
This tutorial has taught you how to create a site using HTML.
HTML is a common markup language used on the Web. HTML allows you to format text, add images, create links, enter forms, frames, tables, and so on, and save them as text files that your browser can read and display.
The key to HTML is the label, which is the function that indicates what will appear.
For more information on HTML, check out our HTML examples and HTML reference manuals.
Now that you've finished learning HTML, what's next?
Next, you should learn XHTML and CSS.
Xhtml
XHTML is the new HTML. The latest HTML version is HTML 4.01, which is also the final version.
HTML will be replaced with XHTML, which is a stricter and purer HTML version.
To learn about XHTML, please visit our xhtml tutorials .
Css
CSS is used to control the style and layout of multiple Web pages at the same time.
By using CSS, all formatting can be stripped from the HTML and stored in a separate file.
CSS gives you complete control over the layout without confusing the contents of the document.
To learn how to create style sheets, visit our CSS Tutorials .