Tag You're It
Name It
The Words
Say What Now
100

This is the correct code to make the word Name bold.

What is <b>Name</b>

100

This is the number of headings possible in HTML

What is 6

100

This is the ability to combine or embed one structure within another

What is nesting

100

THIS is what HTML stands for

What is hypertext markup language?
200

This is the correct code that creates blocks of text distinct from one another

What is a paragraph tag?


200

This defines how the web browser must format and display the content

What are tags?

200

This is the highest portion of a document that contains the info to mark up a page's title 

What is a header

200

What is an example of a Heading tag?

What is <h1></h1>

300
This tag is a semantic markup that defines the important text in an HTML page.

What is the STRONG tag?

300

These are 3 technologies that HTML5 use.

What are HTML, CSS, JavaScript?

300

This is a navigation element on a webpage that a user can click to open a new webpage

What is a hyperlink

300

This is not supported in HTML5 from the following: Class   Rel     Rev     Meta

What is Rev?

400
These are 2 tags that only format text content

What are strong and em / emphasis

400

This is a code for an image.

What is <img src="image.jpg">

400

This tag represents a section of a page is connected to the rest much like a sidebar or insert

What is an Aside tag?

400

This type of link takes you to different parts of the page

What is an internal hyperlink?

500

This is the correct way to code a hyperlink to www.google.com

What is <a href="www.google.com"> Click Here</a>

500

This proposes meaning to the web page rather than just presentation

What is semantic HTML?

500

This code is typically done in footer tags

What is line 9 & 10?

What is Contact Us  & Further Reading?

500

This defines the general structure of the content inside documents

What is SGML?

What is Standard Generalized Markup Language?