Fact Sheet: Basic HTML Tags and Structure
Overview: HTML (HyperText Markup Language) structures webpages using tags.
Key Concepts:
Tags: <html> (document), <head> (metadata), <body> (content), <h1> (heading), <p> (paragraph), <img> (image).
Structure: Tags form a hierarchy (e.g., <body> contains <h1>).
Attributes: Add details (e.g., <img src="image.jpg" alt="description">).
Relevance: HTML underpins Google Sites’ visual editor.
Why It Matters: HTML knowledge supports customization and troubleshooting.
Resources:
Tutorial: W3Schools Introduction to HTML (https://www.youtube.com/watch?v=it1rTvBcfRg&list=PLP9IO4UYNF0VdAajP_5pYG-jG2JRrG72s&index=1)