Instructor solution
You may exit out of this review and return later without penalty.
HTML Review Assignment
1.What is HTML?
2.What's the difference between the various header tags--<h1>, <h2>, <h3>, and so on?
3.What is an HTML element?
4.What's wrong with this HTML element?
<h1>This is the Title of the Website<h1>
5.How do you add an image to a webpage?
6.How do you add a hyperlink to a webpage?
7.How would you create a button that, when clicked, directs the user to another webpage?
8.What's the difference between the <head> and <body> HTML elements?
9.What is CSS?
10.What is the purpose of the class HTML attribute?
You may exit out of this review and return later without penalty.