Font size
WorksheetsHTML Quiz
Total questions: 60
Worksheet time: 30mins
How to create web forms in HTML?
<FRAME>
<FORM>
<A>
<IMG>
Which tag is used to create hyperlinks in HTML?
<Hyper>
<anchor>
<img>
None of these
What is the correct HTML for adding a table background color?
<Table bgcolor="pink">
<Table backgroundcolor=
"pink">
<Table bgcolour="pink">
None of these
What is the correct HTML for creating a hyperlink?
<a> </a>
<a "https://www.facebook.com"> </a>
<a href="https://www.facebook.com> </a>
<a href:facebook.com> </a>
Who is making the Web standards?
Mozilla
The World Wide Web Consortium
Microsoft
How can you open a link in a new tab/browser window?
<a href="url" target="_blank">
<a href="url" target="blank">
<a href="url" target="_new">
what does the width and height attributes do
adjusts the size of a video
adjusts the size of a text
adjusts the size of a image
adjust the size of a img
Which of these is NOT a web browser?
Chrome
Internet Explorer
Firefox
What is the correct HTML element for playing video files?
<video>
<movie>
<media>
The HTML global attribute, "contenteditable" is used to:
Specify whether the content of an element should be editable or not
Return the position of the first found occurrence of content inside a string
Specifies a context menu for an element. The menu appears when a user right-clicks on the element
Update content from the server
In HTML, onblur and onfocus are:
Event attributes
Style attributes
HTML elements
In HTML, which attribute is used to specify that an input field must be filled out?
required
formvalidate
placeholder
validate
Which HTML element defines navigation links?
<nav>
<navigate>
<navigation>
Which HTML element is used to specify a header for a document or section?
<header>
<top>
<section>
<head>
JPEG
DOC
GIF
WAV
Which character is used to indicate an end tag?
>
<
/
@
7. Which HTML element defines the title of a document?
(a)
Which is the correct syntax to apply border to image in HTML?
<Border> <IMG scr ="test.jpeg" > </Border>
<IMG scr ="test.jpeg" line-border ="2" >
<IMG scr ="test.jpeg" border ="2" >
<IMG scr ="test.jpeg"><border>Thicknes ="2"</border></IMG>
10. What is the name of the two sections associated with HTML?
face and feet
end and html
head and body
left and right
What does <!DOCTYPE> do?
sets the type of language for the page
sets the type of language for the paragraph
inserts a type of codument
opens a certain type of document
What does <title> do?
sets the title font
displays the title on the page
reads the title audibly
changes the tab label for the website
What kind of tag inserts a link to text?
<html>
<a>
<p>
<!DOCTYPE>
What does the <head> tag do?
inserts a picture of the developer's head
creates a header section at the top of the page
creates a header section at the bottom of the page
creates header-style text
What does <strong> do?
creates bold text
creates italics text
creates big text
creates backwards text
What does <em> do?
Creates bold text
creates empty text
creates italics text
creates an empty space
What size is the title 'Abcdef 1'?
What is a CMS in web design
Content Management System
Creative Management System
Content Mixing System
Creatives Managerial System
Which of the following is true
You need a server to host your website files
You don’t need a server to host your website files
You can create a website without using HTML
You can’t create a website without a CMS
Which of the following is not a web hosting company
Hostgator
Blue Host
WPX Hosting
Which tag creates a check box for a form in HTML?
<checkbox>
<input type="checkbox">
<input=checkbox>
<input checkbox>
To create a combo box (drop down box) which tag will you use?
<select>
<list>
<input type="dropdown">
all of above
Which of the following HTML code is valid?
<font colour="red">
<font color="red">
<red><font>
All of above are style tags
Which attribute you’ll use with TD tag to merge two cells horizontally?
merge=colspan2
rowspan=2
colspan=2
merge=row2
<b> tag makes the enclosed text bold. What is other tag to make text bold?
<strong>
<dar>
<black>
<emp>
Which of the following is not a valid alignment attribute?
Left
Right
Top
None of the above
When should you use path along with file name of picture in IMG tag?
path is optional and not necessary
when the location of image file and html file are different
when image file and html file both are on same location
path is always necessary when inserting image
<p> are used to code ____.
page
headers
paragragh
hyperlink
How do you close a HTML tag?
<>
[]
{}
</>
What tag is used for all visible content?
<head>
<body>
<vis>
<p>
HTTP stands for ______
Hyper Transfer Translation Program
Hyper Text Transfer Protocol
Hyper Transfer Text Protocol
Hyper Transfer Text Program
What is the Request/Response Cycle?
Will search the answer later
The process that happens when a server requests a page and a client responds with the appropriate files
The process that happens when a HTML5 is created with an editor
The process that happens when a client requests a page and a server responds with the appropriate files
The Domain Name Service looks up the domain and returns the--------
server
host
document
IP address
HTML uses _____ to annotate documents. This is a way of marking up the content to identify specific HTML elements.
.html
attributes
tags
HTML 5
The original web was developed
as a way for scientists to exchange information
as a way to display graphical images.
as way to increase international commerce
I was not able to read the lessons in HTML.
There are two distinct types of hyperlink:
absolute and relative
absolute and hyper
superlative and relative
One of the target window options is...
_self
_window
_tab
HTML tags have to have both a < and >
True
False
What type of list does this code make?
Ordered
Unordered
src attribute and then displays it.What will this code look like?
<ol>
<li>Step 1 </li>
<li>Step 2 </li>
<li>Step 3 </li>
</ol>
- Step 1
- Step 2
- Step 3
Step 1
Step 2
Step 3
Step 1
Step 2
Step 3
- Step 1
- Step 2
- Step 3
