HTML Basics
Quick Check
- What symbol is used to start an HTML tag? What symbol is used to end an HTML tag?
- What four tags should you use in all HTML documents?
- How do you close an HTML block tag? How do you close an empty tag?
- What is a tag? What is an attribute?
- What are document structure tags?
- What tags should be present in all web pages? What are they used for?
- Give some examples of tags that have attributes. What are the attributes?
- What happens to text that spans multiple lines in the HTML source file?
- What do you think the < and > symbols do? What other symbols do you think are often specified this way in HTML?