This is used to make the smallest header.
What is <h6> </h6>?
The CSS page is linked to this.
What is the HTML page?
The code for images goes in this.
What could be the CSS or HTML page?
This is the smallest header.
What is <h6> </h6>?
This is used to make the biggest header.
What is <h1> </h1>?
This is the tag used to make borders around words.
What is Text-Decoration?
True or false: The code for images is the same for both the HTML page and the CSS page.
What is false?
This is the medium header.
What is <h3> </h3>?
You use this to add style to your websites.
What is a CSS page?
This is used to make attributions under images.
What is <p2> </p2>
CSS stands for this.
What is Cascading Style Sheet?
You use this to add borders to the images.
What is: img {
border-style:solid
}
This is the biggest header.
What is <h1> </h1>?
You use this code to make different sized headers.
What is <h1>-<h6>?
This is used to make paragraphs in HTML.
What is <p> </p>?
You use this tag to center something on your HTML page.
What is "text-align: center"?
You use this code to change the way the border looks.
What is border-style?
You use this to create borders around the header tags.
What is border-style tag?
You use this to change the color of the background of your website.
What is "background-color:red"?
This stands for HTML
What is Hyper Text Markup Language?
The code used to link the CSS page to the HTML page.
What is <link rel="stylesheet" href="style.css">?
You use this code to make space between images and other words/images.
What is: img {
margin: 10px
}
You use this to overline the headers.
What is: h6 {
Text-decoration:overline
}
This is a website.
What is multiple webpages put together into one?