NEW
Font size
WorksheetsHTML & CSS
Total questions: 11
Worksheet time: 6mins
What is the extension of PNG images?
.jpg
.gif
.png
What is the extension of JPEG images?
.jpg
.gif
.png
What is the extension of GIF images?
.jpg
.gif
.png
HTML is used to create web pages.
TRUE
FALSE
HTML document is saved as _____________ extension
.css
.html
.xhtml
.js
Which is the correct syntax for writing a Heading?
<p>City School Students</p>
<h1>City School Students</h1>
<body>City School Students</body>
<title>City School Students</title>
Which heading tag's text size is biggest?
<h6>City School</h6>
<h2>City School</h2>
<h1>City School</h1>
<h4>City School</h4>
Under CSS declaration, what is "color"?
Property
Value
Which color value in CSS gives a transparency effect?
Color Names
Hex Codes
RGB
RGBA
Which of these is an advantage of CSS?
Good control over the presentation.
Saves time on maintaining the html document.
Makes the web site look less cluttered.
All of the above
Which type of image is this?
PNG
JPEG
GIF
