Computer Science - Web Development - HTML basics - Webpage Anatomy
Show a simple webpage (heading, paragraph, image, link, list). Hotspots on each element. Heading: '<h1>This is a heading</h1> - The largest text on the page. h1 to h6 available.' Paragraph: '<p>This is a paragraph.</p> - Regular text content.' Image: '<img src="photo.jpg" alt="A photo"> - Self-closi