NEW
Font size
WorksheetsFA 6
Total questions: 15
Worksheet time: 4hrs 31mins
In HTML <p> is for a
sentence
paragraph
problem
picture
The purpose of CSS is to
add html code
add content
add pictures
add style
The language of the web is
HTML
CSS
.png
.jpeg
dog.jpg is an example of this type of file
picture
html page
css file
saved page
The homepage of your website is
index.html
page1.html
style.css
home.css
Where would this code be found?
body {
background: pink;
}
sheets.html
html
css
index.html
This is usually inserted on line 4: <link rel="stylesheet" href="style.css">
What does it do?
Link the stylesheet
Link pages
Add a Photo
Add a textbox
What does this code do?
<a href="_______.html">________</a>
Add photo
Link css
Link Pages
Add Text
The code below is an example of:
<img src="doggroup.jpg" alt="Group of Dog"
height=220
width=450/>
The size of a textbox
A photo added to css
A title
A photo added to html
Dotted, dashed, solid, and grooved are examples of
fonts
borders
text decoration
float
If you want to change your photos from the left side to the right you should change the
image size
text alignment
float
border radius
Underline is an example of
shadowing
text
font
text decoration
To style images in css you should use
img {
image <
img<
<IMAGE>
Which is the smallest heading code?
h1
<small>
h6
h0
Border radius changes
the roundness of photo corners
the text to cursive
the border size of the webpage
adds a circle to the page
