To insert and end a paragraph __
What is <p> </p>?
The HTML tag is located __
What is under <!DOCTYPE html> and the bottom of the page?
To end a command in CSS __
What is ;?
The link for CSS __
What is <link rel="stylesheet" href="name.css">?
CSS stands for __
What is Cascading Style Sheet?
<ul> </ul> is used for __
What is bullet points?
Starts and ends a code __
What is <html> </html>?
Change the background color __
What is body{background: COLOR;}?
Make sure you have __ when linking
What is quotations/ " "?
A body __
Begins a webpage __
What is <!DOCTYPE html>?
HTML stand for __
What is Hypertext Markup Language?
To edit your image's size __
What is height and width?
The link for images __
What is <img src="image.jpg"alt="NAME">?
A bug __
What is something incorrect/ a mistake in a code?
PX stands for __
What is pixels?
The selector within the CSS stylesheet __
What is name{ }?
The link to link to other webpages __
What is <a href="index.html"> NAME</a>?
A webpage __
What is an electronic document?
To write a comment __
What is <!-- -->?
A selected class __
What is .choiceofname?
Alternative link for images __
What is <a href="name.html"> <img class=" " src="image.jpg" alt="NAME"></a>?
Hyperlinks are __
What is a link that you click that brings you to another page of the webpage?