HTML Vocabulary
HTML Tags
Careers
More HTML Tags
Misc.
HTML Colors
Even More HTML Tags
100

URL

Uniform Resource Locator

100

First and last tag of any HTML document

 What is <HTML></HTML>?

100

Creates the look and feel of a website.

What does a Web designer do?

100

Largest Heading Tag

What is the <h1> tag?

100

What the s in https stands for.

What is secure?

100

<p style="color:green;"> This text is about grass, which is green. </p>

What code makes a <p> tag green?

100

Use this tag to make an unordered list.

<ul></ul>

200

Website

What is a collection of webpages?
200

Adds a hyperlink in you HTML document

What does <a> tag do?

200

Person in charge of maintaining a website.

What is a webmaster?

200

<p style="font-size:50px;">This is my favorite thing</p>

How do you make a p tag have a font of 50px?

200

An example of a domain. 

200

This code makes the background color of the body cyan.

<body style="background-color:cyan;">

</body>

200

All lists need this tag.

<li></li>

300

Browser

What is software used to display web pages?

300

Creates a horizontal line on HTML page.

What is <hr> tag?

300

A person who builds website in HTML.

What is a web developer?

300

<tr>

</tr>

What is the tag for a table row?

300

A numbering system that has a base of 16.

What is a hexadecimal number?

300

#FFFFFF

What is the hex color code for white?

300

This tag creates a numbered list.

<ol></ol>

400

Domain Name

What is a name that identifies a website; part of the URL that proceeds the domain extention?

400

Emphasizes (italicizes) important text. 

What is <em></em> tag?

400

A person who figures out the best way to display information on a website.

What is a web designer?

400

This tag requires an href.

What is an <a> tag?

400

This tell the browser where a request should be sent.

What is a Domain?

400

rgb(255, 0, 0)

What is the color red?

400

<a href=""></a>

What tag creates a hyperlink?

500

10 in hexadecimal numbers is this much in decimal numbers.

What is 16?

500

Has no ending tag.

What is <br>, <hr> or <img> tag?

500

Cyber Security Analyst

Who is a person who plans and carries out security measures to protect a company's computer network and system?

500

This tag requires an src.

What is an <img> tag.

500

This tells the browser what file is requested.

What is the pathway?

500

<h1 style="background-color:pink; color:red; font-size:60px;"> Happy Valentines Day </h1>

How do you write Happy Valentines day in red, with a pink background and the font is 60px?
500

This tag will add an image and doesn't need a closing tag.

<img src="">