Computer Science - Web Development - HTML basics - HTML Structure and Tags
6 steps. Step 1 'Document Structure': <!DOCTYPE html><html><head><title>Page Title</title></head><body>Content here</body></html>. head = metadata (title, links, styles). body = visible content. Step 2 'Text Tags': <h1>-<h6> headings. <p> paragraph. <strong> bold. <em> italic. <br> line break (self-