The code for breaks.
What is <br> ?
The place that you work.
What is a workspace?
All the CSS styling information is here.
What is the stylesheet.
How do you link a stylesheet to a webpage.
<link rel="stylesheet" href="stylesheet.css">
CSS stands for.
What is Cascading Style Sheet ?
This code makes a numbered list.
What is <ol> ?
A DOCTYPE is.
What is it informs the web browser about the type and version of HTML used in building the web document?
What are some properties you can set on the CSS page?
What is font-style, text-decoration, font-size, etc.
How do you add an image.
<img src="blank.jpg" alt="blank">
Pixel stands for.
What is a pixel is a dot on your computer screen?
<h1-6> </h1-6>
Add a comment by.
<!--Comment here-->
How do you make a text italic?
What is font-style?
Can you link an external website to an image?
Yes.
A bug is...
What is a part of a program that does not work correctly.
How do you make a paragraph?
<p> </p>
You put your text between the...
What is the body?
What opens and closes a rule set?
What is {}.
How do you link a webpage to an image?
<a href="blank"> <img class="top-img" src="blank.jpeg" alt="blank"></a>
A website is...
What is a collection of interlinked web pages on the World Wide Web.
Where do you put your stylesheet links?
What is within the header?
What should you make sure to include with a picture?
What is an attribute?
How can you create different styles for the same type of element?
What is a CSS class ?
A hyperlink is...
What is a link from a HTML file to another location or file, typically activated by clicking on a highlighted word or image on the screen.