This is the correct code to make the word Name bold.
What is <b>Name</b>
This is the number of headings possible in HTML
What is 6
This is the ability to combine or embed one structure within another
What is nesting
THIS is what HTML stands for
This is the correct code that creates blocks of text distinct from one another
What is a paragraph tag?
This defines how the web browser must format and display the content
What are tags?
This is the highest portion of a document that contains the info to mark up a page's title
What is a header
What is an example of a Heading tag?
What is <h1></h1>
What is the STRONG tag?
These are 3 technologies that HTML5 use.
What are HTML, CSS, JavaScript?
This is a navigation element on a webpage that a user can click to open a new webpage
What is a hyperlink
This is not supported in HTML5 from the following: Class Rel Rev Meta
What is Rev?
What are strong and em / emphasis
This is a code for an image.
What is <img src="image.jpg">
This tag represents a section of a page is connected to the rest much like a sidebar or insert
What is an Aside tag?
This type of link takes you to different parts of the page
What is an internal hyperlink?
This is the correct way to code a hyperlink to www.google.com
What is <a href="www.google.com"> Click Here</a>
This proposes meaning to the web page rather than just presentation
What is semantic HTML?
This code is typically done in footer tags
What is line 9 & 10?
What is Contact Us & Further Reading?
This defines the general structure of the content inside documents
What is SGML?
What is Standard Generalized Markup Language?