NEW
Font size
WorksheetsBWD QUIZ
Total questions: 30
Worksheet time: 15mins
URL is an acronym for
Universal research locator
Universal resource locator
Uniform research locator
Uniform resource locator
Which of the following is correct?
<meta name=" " content=" ">
<meta> {name=" " content=" "} </meta>
<meta name:" " content:" ">
<meta> {name:" " content:" "} </meta>
Which language is used for creating Web Pages?
BASIC C
PASCAL
HTML
ADVANCE JQ
What is the abbreviation of HTTP?
Hyper text transfer process
Hyper taxt transfer protocol
Hyper text transfer protocol
Hyper text transform protocol
The entire web document is contained within ____
HTML element
Web page
Comments
Tags
HTML document should begin with the ____
<html>
<htm>
<doctype html>
<docTYPE html>
The ____ passes the information given by the user to a specified program.
Programmer
Web server
User
Browser
Which program is used by web clients to view the web pages?
Web server
Search Engine
Web browser
Protocol
What are shared on the Internet and are called as Web pages?
Programs
Hypertext documents
Cables
None
Which tag is used to display text in title bar of a web document?
Body tag
Comment tag
Meta tag
Title tag
<p> is
punctuation tag
closing paragraph tag
closing punctuation tag
paragraph tag
Which one is the smallest heading?
h4
h7
h6
h5
What symbols go around the properties for each HTML tag?
< >
{ }
[ ]
( )
Which symbol indicates properties of css ?
{ }
< >
( )
[ ]
_____ is used to style web pages.
HTML
J-QUERY
CSS
PHP
Set the color of the border
border-color
border color
border-style{color}
border:color
</body> indicates ______
body tag
Closing body tag
container of body
none of above
Root tag for HTML web page is _____
<html>
<Html>
<htm>
< doctype html>
Where can we write the link for the css file?
<head> </head>
<style> </style>
body {style=" "}
<link="url">
What is font-size and color called in CSS for the given example?
h1 { color: red; font-size; 24px }
value
property
selector
declaration
Which HTML tag is used to define an internal style sheet?
<css>
<head>
<style>
<script>
Which HTML attribute is used to define inline styles?
P
style
font
color
which one is correct syntax for CSS comments?
/* CSS */
\* CSS *\
</-- CSS --/>
/* CSS *\
The _____ property is used to set the horizontal alignment of a text.
text-alignment
text-align
text=alignment
"text : align"
The _____ property specifies the type of positioning method used for an element
position
size
type
alignment
The _____ tag is used to define a caption for the HTML form.
<legend>
<label>
<fieldset>
<caption>
The _____ tag defines a division or a section in an HTML document.
<span>
<div>
<sec>
<dir>
Define important text in a document:
<b>
<big>
<strong>
<embed>
The _____ element is used to create a pull-down list
<select>
<drop-down>
<option>
<opt-group>
The _____ tag is used to embed video content in a document
<vid>
<video>
<embed>
<source>
