NEW
Font size
Worksheetshtml-css
Total questions: 15
Worksheet time: 23mins
Where does this title appear?
What is the correct code for a paragraph in CSS?
P
<p> </p>
.p
p{
}
Which tag is used to add an image?
<image>
<img>
<<img>>
</image>
What is the correct syntax to change the background color with css?
background-color: purple;
background-color = "purple";
backgroundcolor=orange
change-background-color: purple
Which of the following is the correct CSS link tag?
<link rel="styles" href="stylesheet.css">
<link href="stylesheet">
<link rel="stylesheet" src="styles.css">
<link rel="stylesheet" href="styles.css">
HTML stands for
Hyper Text Marker Language
Hyper Text Marker Lingo
Hyper Text Markup Language
Hyper Text Markup Lingo
CSS stands for
Code Style Sheet
Coding Style Sheet
Cascading Sheet Style
Cascading Style Sheet
What type of tag is this: <!-- -->
comments
questions
paragraph
image
Which tag defines the visible content of a web document?
<head>
<meta>
<title>
<body>
