What does HTML stand for?
Hypertext Markup Language
What does CSS stand for?
Cascading Style Sheets
How do I bold text?
<b> or <strong>
What do we use to access the website?
What is in the head with UTF-8?
Metacharset
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Your Page Title</title>
<link rel="stylesheet" href="style.css">
</head>
Starting code
If I want to style everything on only the current webpage, what should I use?
Internal Styling
How do I italicize text?
<i> or <em>
What send back a HTTP Response?
Server
What are the two sub-folders we need for every project?
Images and Styles
What is used to put basic text?
<p></p>
If I want everything to look similar across many webpages in my project, what should I use?
External Styling
What is the box model correct order? (Border, Padding, Margin, content)
(Margin(Border(Padding(Content)Padding)Boder)Margin)
What sends a HTTP Request?
Browser
What should every homepage be titled?
What do we call a tag that does not need a </>
Self-Closing Tag
What do you call the styles.css file that holds your styles?
External Stylesheet
How do I push something down like enter or return in Google Docs?
<br>
What are sent between Browsers and Servers?
What do you call preplanning and drawing out a website?
Wireframing
How do we close a tag?
</>
What are the three ways to style?
Internal, External, and In-Line
How do I change the way text looks?
Font-Family
What is the process called when you load a website?
Server Response Protocol
What is your teacher's name?