- HTML pages are text documents that use tags to provide structure and meaning to the content. Common tags include <h1> for main headings, <p> for paragraphs, and <img> for images.
- Links allow connecting between pages using the <a> tag and href attribute. Tables are made using <table>, <tr>, and <td> tags. Forms collect user input using controls like text fields and buttons.