WorksheetsHTML and Web Server Quiz
Total questions: 40
Worksheet time: 23mins
What is a web server?
A computer that sends emails
A software package that provides services to client software
A device to print web pages
A hardware to connect internet
What is a website?
A single web page
A collection of web pages
A computer program
A type of web server
Where do client-side programs get executed?
On the server
On the client's machine or browser
On a remote machine
On a printer
Which of the following is NOT a client-side scripting language?
JavaScript
VBScript
AJAX
PHP
Which language is used for publishing information for global distribution on the web?
XML
HTML
SQL
Python
What does HTML stand for?
Hyper Transfer Markup Language
Hyper Text Markup Language
Hyper Tool Markup Language
Hyper Text Make Language
What does the tag do in HTML?
Inserts an image
Inserts a video
Creates a hyperlink
Creates a form
Which attribute of the tag specifies the path to the image file?
SRC
ALT
HREF
NAME
What is the purpose of the
Defines a table row
Defines a table cell
Defines a header cell
Defines a table footer
What does the
Creates a link
Embeds an image
Defines a form for user input
Displays a video
Which attribute of the
METHOD
ACTION
NAME
TYPE
What does the tag do in an HTML form?
Defines a form
Creates a text box, radio button, checkbox, etc.
Defines a table
Inserts an image
Which attribute of the tag specifies the type of input?
NAME
VALUE
TYPE
METHOD
Which new input type in HTML5 is used for selecting email addresses?
text
url
number
Which attribute of the tag provides alternative text for the image?
SRC
ALT
HREF
NAME
What is the purpose of the
tag in HTML?
To create a hyperlink
To display preformatted text
To define a table
To insert an image
What is the default alignment of the
tag?
Left
Right
Center
Justify
Which attribute of the
