| A | B |
| What does HTML stand for? | Hypertext Markup Language |
| What are tags? | creates structure of webpage |
| Find an example of container tag | <title> </title> |
| Who developed HTML? | Tim Berners-Lee |
| What can we create using HTML? | webpage |
| What text editor do we use? | Notepad |
| What are the two parts to a tag? | angle brackets and elements |
| Difference between an opening and closing tag? | Closing tag has / |
| Find an example of an empty tag | <hr> |
| Four primary tags | HTML, HEAD, TITLE, BODY |