Lessons

1. Introduction to Webpages and Website
2. Introduction to HTML Elements
3. Introduction to Website/Webpages Maintenance
4. Introduction to the Attributes of Elements
5. The HTML Sections of a Webpage
6. Introduction to Text Elements
7. Links in a Webpage
8. HTML Lists
9. HTML Tables
10. Introduction to Pictures on Webpages
11. Embedding Documents to a Webpage
12. HTML Web Forms

HTML Tutorials

This is our series of lessons about HTML. These lessons assume that you have no knowledge of HTML. Although web design is both a vague and a wide subject, the lessons assume that you have no prior experience with web design. So these lessons can also serve as an introduction to web design.

These lessons don't target any particular operating system or browser. As a matter of fact, the lessons were created on computers running Microsoft Windows and Linux. All code sections were tested in Internet Explorer (Microsoft Windows), Google Chrome (both Microsoft Windows and Linux), and Mozilla Firefox (both Microsoft Windows and Linux). The goal was to make sure that every page presents (actually to make sure that all those browsers interpret) the HTML (5) the same way.

To follow these lessons, you need basic tools. All code sections in the lessons were created using simple text editors. So, to create a webpage, or to write code, you can use a text editor (To create all HTML code sections in the lessons, we used Notepad in Microsoft Windows and gedit in Linux). Still, if you have a more intuitive application (such as Adobe Dreamweaver or Microsoft Expression, etc), you can use it. You should also have a graphics application like Corel PaintShop Pro or Adove Photoshop, etc.