Basic HTML Tutorials
Home Tutorials Exercises About Us

Choose a lesson here:
HTML Tags:
**HTML Tag List
Lesson1:Head Tag
Lesson2:Body Tag
Inside Body:
Lesson3:Background Color
Lesson4:Background Image
Text Manipulation:
Lesson5:b,u,i,center,br
Lesson6:hr,ur,li,ol
Lesson7:h1,space,div
Lesson8:pre,font
Lesson9:strike,power
Images:
Lesson10:Inserting Images

 

How to create an HTML document?
Follow these steps:
  • Click on the start button.
  • Then view [all programs]>[Accessories]>[Note pad].
  • Save the document as filename.html
  • If you want to edit it, go to the file>(right click it)>[Open with]>[Notepad]

*Before proceeding
Throughout this tutorial, we will be using several terms that are unique to HTML. It is important for you to understand what these words mean, in the context of HTML.
Tag - Used to tag or "mark-up" pieces of text. Once tagged, the text becomes HTML code to be interpreted by a web browser. Tags look like this:<tag>
Element - A complete tag, having an opening <tag> and a closing </tag>.
Attribute - Used to modify the value of the HTML element. Elements will often have multiple attributes.
For now, just understand that a tag a piece of code that acts as a label that a web browser interprets, an element is a complete tag with an opening and closing tag, and an attribute is a property value that customizes or modifies an HTML element.

 

 



Created by: JCSG 2014 <_