Coding Vocab
Syntax
Bases Of Websites
Random
100

A tag that ends a section of page content, always proceeding with element /.

Closing Tag.

100

Paragraph tag.

<p> </p>

100

Defines the structure of a webpage.

HTML 5.

100

How many headings can you include in HTML5? List them.

6: <h1>,<h2>,<h3>,<h4>,<h5>,<h6>

200

The element that defines a paragraph.

Paragraph Tag.

200

Closing tag.

</closing>

200

Defines the interactivity of a webpage.

JavaScript.

200

<body></body> What is this tag?

Body Tag

300

This is not an HTML tag. It is the information directed to the browser about what kind of document to expect.

DOCTYPE Declaration.

300

Html tag.

<html> </html>

300

Defines the look of a webpage.

CSS.

300

Which HTML do we use?

HTML 5.

400

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.

400

Doctype Declaration. 

<!DOCTYPE html>

400

A secret device or technique used by a company in manufacturing its products.

Trade Secret.

400

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>

500

A tag type that contains information that describes the webpage but does not show on the webpage.

Head Tag.

500

Comment.

<!--Write Here-->

500

Feedback from sales representatives is vital because they often receive comments from their customers about desired changes on how to improve the site.

Stakeholders.

500

How old is Mr. Lehman's son?

A little over a year old.

M
e
n
u