WorksheetsHTML & CSS Quiz for Eduverse
Total questions: 12
Worksheet time: 5mins
What is HTML files extension?
.html
.htm
HTML language uses...
Tabs
Tags
Punctuation
Quotations
Which tag shows the start and end of an HTML page?
<TITLE>
<HEAD>
<HTML>
<BODY>
What does HTML stand for?
Hyper Movie Lines
Hyper Text Markup Language
Thanks for Making me Late
A collection of linked web pages on the World Wide Web Called ......
Website
CSS
page
HTML is a language used to create ......... of web pages
structure
Styling
Music
cooking
To add content in web page use ....... tag
<Title>welcome in my web site </title >
<body> welcome in my web site </body>
<head>welcome in my web site </head
Which tag do we use to add a title to a web page ?
<Title>welcome in my web site </title >
<body> welcome in my web site </body>
<head>welcome in my web site </head
CSS is a language used for what?
Math
Styling
Cooking
Music
If we write background-color: red; in CSS, what will happen?
text color changes to red
background color changes to red
font style changes
font becomes bold
When we write in CSS text-align : right ;
Nothing changes
text alignment changes to left
text alignment changes to center
text alignment changes to right
How can we link our CSS file to our HTML page?
<p> Hello</p>
<link rel="stylesheet" href="style.css" />
<img src="photo.png"/>
<h1> welcome</h1>
