URL
Uniform Resource Locator
First and last tag of any HTML document
What is <HTML></HTML>?
Creates the look and feel of a website.
What does a Web designer do?
Largest Heading Tag
What is the <h1> tag?
What the s in https stands for.
What is secure?
<p style="color:green;"> This text is about grass, which is green. </p>
What code makes a <p> tag green?
Use this tag to make an unordered list.
<ul></ul>
Website
Adds a hyperlink in you HTML document
What does <a> tag do?
Person in charge of maintaining a website.
What is a webmaster?
<p style="font-size:50px;">This is my favorite thing</p>
How do you make a p tag have a font of 50px?
This code makes the background color of the body cyan.
<body style="background-color:cyan;">
</body>
All lists need this tag.
<li></li>
Browser
What is software used to display web pages?
Creates a horizontal line on HTML page.
What is <hr> tag?
A person who builds website in HTML.
What is a web developer?
<tr>
</tr>
What is the tag for a table row?
A numbering system that has a base of 16.
What is a hexadecimal number?
#FFFFFF
What is the hex color code for white?
This tag creates a numbered list.
<ol></ol>
Domain Name
What is a name that identifies a website; part of the URL that proceeds the domain extention?
Emphasizes (italicizes) important text.
What is <em></em> tag?
A person who figures out the best way to display information on a website.
What is a web designer?
This tag requires an href.
What is an <a> tag?
This tell the browser where a request should be sent.
What is a Domain?
rgb(255, 0, 0)
What is the color red?
<a href=""></a>
What tag creates a hyperlink?
10 in hexadecimal numbers is this much in decimal numbers.
What is 16?
Has no ending tag.
What is <br>, <hr> or <img> tag?
Cyber Security Analyst
Who is a person who plans and carries out security measures to protect a company's computer network and system?
This tag requires an src.
What is an <img> tag.
This tells the browser what file is requested.
What is the pathway?
<h1 style="background-color:pink; color:red; font-size:60px;"> Happy Valentines Day </h1>
This tag will add an image and doesn't need a closing tag.
<img src="">