You have completed the HTML tutorial, what should you learn next?
- Previous Page HTML Quiz
- Next Page HTML Tutorial
HTML Overview
This tutorial has taught you how to use HTML to create a website.
HTML is a general-purpose markup language used on the Web. HTML allows you to format text, add images, create links, input forms, frames, and tables, etc., and can be saved as a text file, which browsers can read and display.
The key to HTML is tags, which indicate the content that will appear.
For more information about HTML, please see our HTML Examples And HTML Reference Manual .
Now that you have completed HTML, what should you learn next?
Next, you should learn XHTML and CSS.
XHTML
XHTML is the new HTML. The latest version of HTML is HTML 4.01, which is also the final version.
HTML will be replaced by XHTML, which is a stricter and purer version of HTML.
To learn XHTML, please visit our XHTML Tutorial .
CSS
CSS is used to control the styles and layouts of multiple web pages simultaneously.
By using CSS, all formatting can be stripped from HTML and stored in a separate file.
CSS gives you complete control over layout without disrupting the document content.
To learn how to create style sheets, please visit our CSS Tutorial .
Optional Course: HTML 5
HTML 5 is the next generation of HTML.
HTML5 is still under development. However, most modern browsers already have some level of HTML5 support.
In the CodeW3C.com HTML 5 tutorial, you will learn about the new features in HTML5.
- Previous Page HTML Quiz
- Next Page HTML Tutorial