What is the rule set for paragraphs?
<p> </p>
How do you add something to css?
.placeholder {
}
How do you add an image to the html file?
Insert Image
How do you create a second page?
add html
how do you create a class in css?
.myClass {}
What is the rule set would you use to make the third largest header?
<h3> </h3>
How would you change the color of text?
h1 {
color:blue;
}
img {
}
How do you link the second page to css?
<link rel= "stylesheet" href=" style.css">
.classname
<div> </div>
how would you change the font size of text?
font-size: 55px;
How would you make an image show on the right side of the screen?
float: right;
How do you add a hyperlink to a second page?
<a href="secondpage"> to second page </a>
how do you add a class to a paragraph?
class= "insertclasshere"
<a href=" "> </a>
How would you change the font of text?
font: cursive;
How would you change the width of a border of an image?
.myImage {
border-width: 55px
}
How would you link an image to a second page?
How would you select a tag?
tag {}
What is syntax?
The order of which things are written.
How would you change the background color of the page?
body {
background-color: blue;
}
How would you change the max width of an image?
max-width: 500000px;