CIP-1101: Lecture No. 2

HTML Structures

Engelbert Paul O. Dela Cruz

Course: CSAD

Professional Tools

HTML Evolution Timeline

Key Features of HTML5

Semantic Elements in HTML5

Common semantic elements:

<header> <nav> <section> <article> <aside> <footer> <figure> <figcaption>

Example of Semantic Markup

Sample Article Title

This is the main content of the article...

Text Formatting Elements

Special Characters in HTML

Key Concepts

  1. Elements: Building blocks of HTML (e.g., <p>content</p>)
  2. Attributes: Add information to elements (e.g., <img src="image.jpg">)
  3. Nesting: Ensuring correct hierarchy of tags
  4. Semantics: Use elements according to their meaning