programming

To standardize text output within a browser, the HTML standard was invented to describe the rules of text data layout for correct output. This course covers the basics of HTML markup, working with typography, outputting media documents, and working with forms.

Syllabus

HTML Markup Fundamentals

  1. HTML markup
  2. tags
  3. Text in HTML
  4. Nesting of tags
  5. HTML attributes

Text in HTML

  1. Paragraphs
  2. Text typography
  3. Headings
  4. Lists
  5. Nested lists
  6. tables
  7. combining cells within rows and columns
  8. HTML special characters
  9. Links
  10. Formatted text
  11. Inserting computer code into HTML

Media Elements

  1. Images
  2. Audio
  3. Video

HTML document structure

  1. Basic structure
  2. Meta tags
  3. link
  4. Viewport
  5. Block and line elements

Forms

  1. Forms in HTML
  2. Text input field
  3. Checkbox
  4. Radio button
  5. Textarea
  6. List
  7. Form submission

HTML5 Semantic Elements

  1. Semantic elements
  2. Header
  3. Menu
  4. Unique page content
  5. Section
  6. Self-contained section
  7. Sidebar

Miscellaneous

  1. Semantic WEB
  2. Micropartitioning
  3. Errors in HTML markup