I am used to embed a picture
<img> tag
the h in html
Hypertext
I am called by this longer name, but CSS for short
Cascading Style Sheets
I command the computer to go to the next line
<br> tag
I would use <ul> while grocery shopping
Un ordered list
What symbols go around the properties for each CSS selector?
Brackets { }
Client refers to something on the local machine. This refers to another place - usually not near your machine
Server
<HTML> </HTML>
What is the largest Heading tag
<H1>
What do I do: font-family:
Describe the font to use on a page
Who is the founder of Facebook?
Mark Zuckerberg
The <h1> tag identifies a
Heading
I don't have a closing tag
<br>
Which is the selector for a link?
{ a }
A programmer is to a computer as a teacher is to:
Student
I define a paragraph
<p><\p>
What do I do: <a href= </a>
Provide a link to a webpage
What will this rule set create?
h1 {
text-decoration: underline overline dotted red;
}
red dots over and under the heading
An error in a program that prevents the program from running as expected.
Bug