The title tag appears after what tag of the website
What is the head tag?
The CSS Attribute that sets the background color of an html element.
What is "background-color"?
How you add spacing to the outside of a div.
What is a margin?
This short cut command is used to resize objects
What is command-t?
The tag used to create a hyperlink
What is the "a" or a href tag?
The symbol that is used to denote we are formatting a div id in CSS
What is a #?
How you give a DIV a name
What is a div ID?
If you are not printing your image in Photoshop, what is the suggested resolution
What is 72ppi
The tag used to create a bulleted list.
What is the "ul" tag?
The tag that changes the color of font to white (use the hexadecimal)
What is color: #ffffff;?
This is how you add spacing to the inside of a div.
What is padding?
If you want to save the project to edit later, save the project as what type of file in Photoshop?
Who is PSD?
The tag used to create a line break.
What is the <br>
tag?
What is
width:500px;
margin:auto;
?
This tag encloses the content of the website that shows up in the browser
What is the body tag?
FTP
What is File Transfer Protocol?
If you want to save an image with a transparent background what file type should you use?
What is PNG?
This tag is used to designate a cell within a table
What is a <td> tag?
The most current version of CSS is called this.
What is CSS3?
What is the correct way to insert an image in a website
What is <img src = "">?