A tag that ends a section of page content, always proceeding with element /.
Closing Tag.
Paragraph tag.
<p> </p>
Defines the structure of a webpage.
HTML 5.
How many headings can you include in HTML5? List them.
6: <h1>,<h2>,<h3>,<h4>,<h5>,<h6>
The element that defines a paragraph.
Paragraph Tag.
Closing tag.
</closing>
Defines the interactivity of a webpage.
JavaScript.
<body></body> What is this tag?
Body Tag
This is not an HTML tag. It is the information directed to the browser about what kind of document to expect.
DOCTYPE Declaration.
Html tag.
<html> </html>
Defines the look of a webpage.
CSS.
Which HTML do we use?
HTML 5.
A tool used to put placeholders in for text that will need to be added later to a webpage. It will not display on the browser.
Comment.
Doctype Declaration.
<!DOCTYPE html>
A secret device or technique used by a company in manufacturing its products.
Trade Secret.
Rewrite the first 10 lines of coding.
<!DOCTYPE html>
<html>
<head>
<title>page title</title>
</head>
<body>
<h1> this is a heading. </h1>
<p> this is a paragraph. </p>
</body>
</html>
A tag type that contains information that describes the webpage but does not show on the webpage.
Head Tag.
Comment.
<!--Write Here-->
Feedback from sales representatives is vital because they often receive comments from their customers about desired changes on how to improve the site.
Stakeholders.
How old is Mr. Lehman's son?
A little over a year old.