Intro to HTML

Skills Covered
Plain Text File (ASCII)
Case Sensitive
Notepad
/
(slash)
Document Tags
- HTML
- Head
- Title
- Body
- Comment
Basic Text Structures
- Heading


By then end of this exercise, you should be able to do the following:

  1. Identify the meaning and purpose of HTML tags.
  2. Open up a workspace for creating new HTML documents.
  3. Use a text editor to create the basic HTML structure for any web page.
  4. Insert non-displayed comments into your HTML files.
  5. Open your HTML document with a web browser to see how it is displayed.