NEW
Font size
Worksheetsquiz_G10
Total questions: 20
Worksheet time: 15mins
What is the correct syntax for defining a hyperlink in HTML?
<a href=”url”> Link text </a>
<a href=”url”> Link text <a>
<a=”url”> Link text <a>
<ref=”url”> Link text <a>
What is the purpose of the target attribute in the code above?
It tells the browser to make your screen blank when you click the link.
It tells the browser to open the link in the same tab when you click the link.
It tells the browser to open the link in a new tab when you click the link.
It tells the browser to open the link in a different browser when you click the link.
Why won't this navigation link page work?
The href link should be "Foods.html"
The end tag should be <a> not </a>
The "Foods" page hasn't been made active
The link should be <a href = "Foods.html"
Why won't the following anchor tag work?
<a href=https://www.google.com/>click here</a>
The link is incorrect. it should be ref, not href
The URL is missing quotation marks
There is no anchor tag in the code
The href is missing a closing tag
What is the closing tag for an image?
<img>
</img>
there is no closing tag
a href <img>
Change the border size of the body or image
border-style
border-width
border-color
width
To create a dotted border around the page
border-style
border-width
border-color
width
sets the color of words in a paragraph
h1 {
color: pink;
}
img {
color: pink;
}
body {
color: pink;
}
p {
color: pink;
}
Select the rule set to make all the text in your web page blue and centered.
p {
color: blue;
}
body {
text-align: left;
color: blue;
}
p {
text-align: center;
color: blue;
}
body {
text-align: center;
color: blue;
}
Which selector will change the font of the text?
font-size
text-align
font-famiy
text-decoration
Which rule set would change the font size to 24?
font-size: 24
size: 24;
font-size: 24;
font size: 24;
The blue is called an _____________
Declaration
Selector
Property
Value
The blue is called an _____________
Declaration
Selector
Property
Value
The blue is called an _____________
Declaration
Selector
Property
Value
The blue is called an _____________
Declaration
Selector
Property
Value
Which is the value in the CSS code below?
h1 {border: 29px solid red}
h1
{ }
border
29px solid red
