NEW
Font size
WorksheetsDWD201.01-Quiz
Total questions: 16
Worksheet time: 5mins
Which of the following are used to view documents on the Internet and World Wide Web?
Navigators
System Software
Browsers
Explorers
CSS is an acronym for
Cascading Style Sheet
Cascading Sheet Style
Cascading System Style
None of the Above
What is the language of the Web?
Basic
C++
MS Visual Basic
HTML
Title tag is nested within the …………………. tag
Body
Head
List
Table
Basic fundamental block is called as ___
HTML tag
HTML body
HTML Attribute
HTML Element
HTML tags are surrounded by ___ brackets
Angle
Square
Round
Curly
We can write HTML code using ____. Select appropriate option(s).
VLC Media
Notepad
Microsoft PowerPoint
None of these
HTML is considered as ___ language
Programming Language
OOP Language
High Level Language
Markup Language
Which of the following tags are related to Table in HTML?
<table> <row> <column>
<table> <tr> <td>
<table> <head> <body>
<table> <header> <footer>
Text within <STRONG> … </STRONG> tag is displayed as ________
bold
italic
list
indented
What is the difference between HTML and CSS?
HTML deals with the function of the site and CSS the form
CSS is a markup language unlike HTML
CSS deals with the function of the site and HTML the form
There is no difference
What is the function of the tag below?
<title> This tag </title>
Store meta information about the title
Show the server how to index the website
Stores the title of the website for the browser and search engine results
Show the server how to title the website
What is the purpose of indentation in HTML?
It makes the code more readable
HTML is whitespace dependant
It is required in HTML’s syntax
None
What is this tag used for?
<ol></ol>
List items
Unordered lists
All lists
Ordered lists
What is the correct syntax for items inside a list?
<li> item </li>
<ol> item </ol>
<li /> item
<ul> item </ul>
Inside table elements, what does text-align style?
Text
Images
Buttons
Divs
