What is HTML?
What is a HTML element?
What should the document start and end with?
<html></html>What should the main text start and end with?
<body></body>What is the <head> tag?
<html> and <body> tagsWhat is the <title> tag?
What is the <body> tag?
<body> tag in the HTML documentWhat are the <h*> tags?
<h1> defines the most important<h6> defines the least important<h1> tag per page for the main headingWhat is the <p> tag?
<p> tagWhat is the <img> tag?
<img> tag creates a holding space for the referenced image<img> tag requires 2 attributes: scr - specifies the file path of the image, alt - specifies alternate text for the image in the event it cannot be displayed for some reasonWhat is the <a> tag?
What is the <ol> tag?
<li> tag is used to define each list itemWhat is the <ul> tag?
<li> tag is used to define each list itemWhat are the 5 tags which relate to aspects of CSS and JavaScript?
<link><div><form><input><script>