HTML QUIZ COMPUTER SET 2
HTML QUIZ COMPUTER SET 2
|
Q. |
Choose the correct HTML tag to make a text italic |
|
A. |
<ii> |
|
B. |
<italics> |
|
C. |
<italic> |
|
D. |
<i> |
|
Q. |
Choose the correct HTML tag to make a text bold? |
|
A. |
<b> |
|
B. |
<bold> |
|
C. |
<bb> |
|
D. |
<bld> |
|
Q. |
What is the correct HTML for adding a background color? |
|
A. |
<body color="yellow"> |
|
B. |
<body bgcolor="yellow"> |
|
C. |
<background>yellow</background> |
|
D. |
<body background="yellow"> |
|
Q. |
Choose the correct HTML tag for the smallest size heading? |
|
A. |
<heading> |
|
B. |
<h6> |
|
C. |
<h1> |
|
D. |
<head> |
|
Q. |
What is the correct HTML tag for inserting a line break? |
|
A. |
<br> |
|
B. |
<lb> |
|
C. |
<break> |
|
D. |
<newline> |
|
Q. |
What does vlink attribute mean? |
|
A. |
visited link |
|
B. |
virtual link |
|
C. |
very good link |
|
D. |
active link |
|
Q. |
Which attribute is used to name an element uniquely? |
|
A. |
class |
|
B. |
d |
|
C. |
dot |
|
D. |
all of above |
|
Q. |
Which tag creates a check box for a form in HTML? |
|
A. |
<checkbox> |
|
B. |
<input type="checkbox"> |
|
C. |
<input=checkbox> |
|
D. |
<input checkbox> |
|
Q. |
To create a combo box (drop down box) which tag will you use? |
|
A. |
<select> |
|
B. |
<list> |
|
C. |
<input type="dropdown"> |
|
D. |
all of above |
|
Q. |
Which of the following is not a pair tag? |
|
A. |
<p> |
|
B. |
< u > |
|
C. |
<i> |
|
D. |
<img> |
|
Q. |
What is the full form of HTML? |
|
A. |
Hyper text markup language |
|
B. |
Hyphenation text markup language |
|
C. |
Hyphenation test marking language |
|
D. |
Hyper text marking language |
|
Q. |
What is the full form of HTTP? |
|
A. |
Hyper text transfer protocol |
|
B. |
Hyper text transfer package |
|
C. |
Hyphenation text test program |
|
D. |
none of the above |
|
Q. |
What is a search engine? |
|
A. |
a program that searches engines |
|
B. |
a web site that searches anything |
|
C. |
a hardware component |
|
D. |
a machinery engine that search data |
|
Q. |
What is the full form of TCP/IP? |
|
A. |
transmission control protocol / internet protocol |
|
B. |
telephone call protocol / international protocol |
|
C. |
transport control protocol / internet protocol |
|
D. |
none of the above |
|
Q. |
HTML document start and end with which tag pairs? |
|
A. |
<HEAD>….</HEAD> |
|
B. |
<BODY>….</BODY> |
|
C. |
<HTML>….</HTML> |
|
D. |
<WEB>….</WEB> |
|
Q. |
Which tag is used to create body text in HTML? |
|
A. |
<HEAD> |
|
B. |
<TEXT> |
|
C. |
<TITLE> |
|
D. |
<BODY> |
|
Q. |
"Yahoo", "Infoseek" and "Lycos" are _________? |
|
A. |
Search Engines |
|
B. |
Browsers |
|
C. |
News groups |
|
D. |
None of the above |
|
Q. |
What does the .com domain represents? |
|
A. |
Education domain |
|
B. |
Commercial domain |
|
C. |
Network |
|
D. |
None of the above |
|
Q. |
In Satellite based communication, VSAT stands for? |
|
A. |
Very Small Aperture Terminal |
|
B. |
Varying Size Aperture Terminal |
|
C. |
Very Small Analog Terminal |
|
D. |
None of the above |
|
Q. |
Outlook Express is a _________ |
|
A. |
E-Mail Client |
|
B. |
Browser |
|
C. |
Search Engine |
|
D. |
None of the above |
|
Q. |
<TITLE> … </TITLE> tag must be within ________ |
|
A. |
Title |
|
B. |
Form |
|
C. |
Header |
|
D. |
Body |
|
Q. |
Text within <EM> … </EM> tag is displayed as ________ |
|
A. |
bold |
|
B. |
italic |
|
C. |
list |
|
D. |
indented |
|
Q. |
Text within <STRONG> … </STRONG> tag is displayed as ________ |
|
A. |
bold |
|
B. |
italic |
|
C. |
list |
|
D. |
indented |
|
Q. |
<UL> … </UL> tag is used to ________ |
|
A. |
display the numbered list |
|
B. |
underline the text |
|
C. |
display the bulleted list |
|
D. |
bold the text |
|
Q. |
Which tag is used to display the numbered list? |
|
A. |
<OL></OL> |
|
B. |
<DL></DL> |
|
C. |
<UL></UL> |
|
D. |
<LI></LI> |
|
Q. |
Which tag is used to display the large font size? |
|
A. |
<LARGE></LARGE> |
|
B. |
<BIG></BIG> |
|
C. |
< SIZE ></SIZE> |
|
D. |
<FONT></FONT> |
|
Q. |
<SCRIPT> … </SCRIPT> tag can be placed within ________ |
|
A. |
Header |
|
B. |
Body |
|
C. |
both A and B |
|
D. |
none of the above |
|
Q. |
using <P> tag will |
|
A. |
start a new paragraph |
|
B. |
break the line |
|
C. |
end the current paragraph |
|
D. |
none of the above |
|
Q. |
<TD> … </TD> tag is used for ________ |
|
A. |
Table heading |
|
B. |
Table Records |
|
C. |
Table row |
|
D. |
none of the above |
|
Q. |
Which is true to change the text color to red? |
|
A. |
<BODY BGCOLOR=RED> |
|
B. |
<BODY TEXT=RED> |
|
C. |
<BODY COLOR=RED> |
|
D. |
none of the above |
|
Q. |
With regards to e-mail addresses: |
|
A. |
hey must always contain an @ symbol |
|
B. |
hey can never contain spaces |
|
C. |
they are case-insensitive |
|
D. |
all of the above |
|
Q. |
A homepage is __________ |
|
A. |
an index of encyclopedia articles |
|
B. |
where all Internet data is stored |
|
C. |
required for access to the Internet |
|
D. |
the first page of a website |
|
Q. |
Which of the following is used to explore the Internet? |
|
A. |
Browser |
|
B. |
Spreadsheet |
|
C. |
Clipboard |
|
D. |
Draw |
|
Q. |
What is Internet Explorer? |
|
A. |
An Icon |
|
B. |
A File Manager |
|
C. |
A Browser |
|
D. |
The Internet |
|
Q. |
What do I need to get onto the Internet? |
|
A. |
Computer |
|
B. |
Modem |
|
C. |
Browser |
|
D. |
All of the above |
|
Q. |
What is an ISP? |
|
A. |
nternet System Protocol |
|
B. |
nternal System Program |
|
C. |
Internet Service Provider |
|
D. |
None of the above |
|
Q. |
Which of the following is valid IP address? |
|
A. |
984.12.787.76 |
|
B. |
192.168.321.10 |
|
C. |
1.888.234.3456 |
|
D. |
192.168.56.115 |
|
Q. |
Which is not a domain name extension |
|
A. |
mil |
|
B. |
org |
|
C. |
.int |
|
D. |
.com |
|
Q. |
What is a FTP program used for? |
|
A. |
Transfer files to and from an Internet Server |
|
B. |
Designing a website |
|
C. |
Connecting to the internet |
|
D. |
None of the above |
|
Q. |
Which of the following are commonly found on web pages? |
|
A. |
nternet |
|
B. |
hyperlinks |
|
C. |
intranet |
|
D. |
all of the above |
|
Q. |
Which of the following is an attribute of <Table> tag? |
|
A. |
SRC |
|
B. |
LINK |
|
C. |
CELLPADDING |
|
D. |
BOLD |
|
Q. |
Choose the correct HTML tag to make the text bold? |
|
A. |
<B> |
|
B. |
<BOLD> |
|
C. |
<STRONG> |
|
D. |
Both A) and C) |
|
Q. |
Which HTML tag would be used to display power in expression (A+B)2 ? |
|
A. |
<SUP> |
|
B. |
<SUB> |
|
C. |
<B> |
|
D. |
<P> |
|
Q. |
Choose the correct HTML tag for the largest heading? |
|
A. |
<H1> |
|
B. |
<H6> |
|
C. |
<H10> |
|
D. |
<HEAD> |
|
Q. |
Output of XML document can be viewed in a |
|
A. |
Word Processor |
|
B. |
Web browser |
|
C. |
Notepad |
|
D. |
None of the above |
|
Q. |
What is the correct way of describing XML data? |
|
A. |
XML uses a DTD to describe data |
|
B. |
XML uses a description node to describe data |
|
C. |
XML uses XSL to describe the data |
|
D. |
XML uses a validator to describe the data |
|
Q. |
Comments in XML document is given by: |
|
A. |
<?-- _ _--> |
|
B. |
<!_ _ _ _!> |
|
C. |
<!_ _ _ _> |
|
D. |
</_ _ _ _> |
|
Q. |
Which statement is true? |
|
A. |
An XML document can have one root element |
|
B. |
An XML document can have one child element |
|
C. |
XML elements have to be in lower case |
|
D. |
All of the above |
|
Q. |
In HTML, Uniform Resource Identifier (URI) is used to |
|
A. |
To create a frame document |
|
B. |
To create a image map in the webpage |
|
C. |
To customize the image in the webpage |
|
D. |
To identify a name or a resource on the internet |
|
Q. |
CSS is an acronym for |
|
A. |
Cascading Style Sheet |
|
B. |
Costume Style Sheet |
|
C. |
Cascading System Style |
|
D. |
None of the Above |
|
Q. |
Which of the following protocol is not used in the Internet |
|
A. |
Telnet |
|
B. |
WIRL |
|
C. |
HTTP |
|
D. |
Gopher |
|
Q. |
Who invented World Wide Web (WWW)? |
|
A. |
Blaise Pascal |
|
B. |
Charles Babbage |
|
C. |
Herman Hollerith |
|
D. |
Tim Berners-Lee |
|
Q. |
What is the use of Web Font in HTML ? |
|
A. |
that is the core font that is use to develop Web Pages |
|
B. |
that enables to use fonts over the Web without installation |
|
C. |
that is the special font that developed by Microsoft Corp |
|
D. |
All of the Above |
|
Q. |
What is <tt> tag in HTML? |
|
A. |
It renders fonts as teletype text font style |
|
B. |
It renders fonts as truetype text font style |
|
C. |
It renders fonts as truncate text font style |
|
D. |
None of the Above |
|
Q. |
What is the use of Forms in HTML? |
|
A. |
to display contents of email |
|
B. |
to display animation effect |
|
C. |
to collect user’s input |
|
D. |
None of the Above |
|
Q. |
What is the use of iframe in HTML? |
|
A. |
to display a web page within a web page |
|
B. |
to display a web page with animation effect |
|
C. |
to display a web page without browser |
|
D. |
All of the Above |
|
Q. |
FTP is an acronym for |
|
A. |
File Transaction Protocol |
|
B. |
File Transmission Protocol |
|
C. |
File Translation Protocol |
|
D. |
File Transfer Protocol |
|
Q. |
Which HTML Tag will use to scroll a text in web page? |
|
A. |
<marquee> … </marquee> |
|
B. |
<scroll> … </scroll> |
|
C. |
<round> … </round> |
|
D. |
<go> … </go> |
|
Q. |
Which organization defines the Web Standards? |
|
A. |
Microsoft Corporation |
|
B. |
IBM Corporation |
|
C. |
World Wide Web Consortium |
|
D. |
Apple Inc |
|
Q. |
How to set a picture as a background web page? |
|
A. |
<body background= “bgimagegif”> |
|
B. |
<body background image= “bgimagegif”> |
|
C. |
<background= “bgimagegif”> |
|
D. |
<background image= “bgimagegif”> |
|
Q. |
Which of following HTML Tag will inserting a line break? |
|
A. |
<p /> |
|
B. |
<lb /> |
|
C. |
<br /> |
|
D. |
<break /> |
|
Q. |
Which of the following tags are related to Table in HTML ? |
|
A. |
<table> <row> <column> |
|
B. |
<table> <tr> <td> |
|
C. |
<table> <head> <body> |
|
D. |
<table> <header> <footer> |
|
Q. |
Choose the correct HTML tag to left-align the content of a cell |
|
A. |
<tdleft> |
|
B. |
<td leftalign> |
|
C. |
<td valign= “left”> |
|
D. |
<td align= “left”> |
|
Q. |
Which tag is used to lists the items with bullets? |
|
A. |
<bullet>…</bullet> |
|
B. |
<list>…</list> |
|
C. |
<ul>…</ul> |
|
D. |
<ol>…</ol> |
|
Q. |
Is it possible to insert a table within another table? |
|
A. |
Yes, but there must be exactly 2 rows and 2 columns in first table |
|
B. |
Yes, table can be inserted into cell of another table |
|
C. |
Yes, but there must be no border in second table |
|
D. |
No, it’s not possible |
|
Q. |
What is the usage of alt value in <img> tag? |
|
A. |
Alternative text for an Image |
|
B. |
Alternative source of an Image |
|
C. |
Caption of an Image |
|
D. |
All of above |
|
Q. |
Which of the following is the correct regarding meta tag in HTML? |
|
A. |
A <meta> … </meta> |
|
B. |
B <meta name = " " /> |
|
C. |
C <metadata> … </metadata> |
|
D. |
D <metadata name = " " /> |
|
Q. |
Which of the following is correct to set "Black" color as Background of page? |
|
A. |
A <body bgcolor = "#000000"> |
|
B. |
B <body background = "#000000"> |
|
C. |
C <body Background color = "#000000"> |
|
D. |
D All of Above |
|
Q. |
Which of the following is correct to align H1 tag to Right Alignment |
|
A. |
A <h1 align = "right"> … </h1> |
|
B. |
B <h1 alignment = "right"> … </h1> |
|
C. |
C <h1 tag align = "right"> … </h1> |
|
D. |
D H1 cannot make Right Alignment |
|
Q. |
Which of the following is correct to change font face in Web Page |
|
A. |
A <font = "font name"> … </font> |
|
B. |
B <font name = "font name"> … </font> |
|
C. |
C <font face = "font name"> … </font> |
|
D. |
D Font Face cannot change |
|
Q. |
Which of the following is incorrect regarding Logical styles? |
|
A. |
A Code looks like teletype |
|
B. |
B Sample looks like teletype |
|
C. |
C Keyboard looks like teletype |
|
D. |
D Variable looks like teletype |
|
Q. |
Which of the following is correct character entities for "Copyright" symbol? |
|
A. |
A • |
|
B. |
B Ÿ |
|
C. |
C © |
|
D. |
D ³ |
|
Q. |
Which tag is used to display Preformatted texts? |
|
A. |
A <pre> … </ pre> |
|
B. |
B <prefor> … </ prefor> |
|
C. |
c <pre text> … </ pre text> |
|
D. |
D <pre format> … </ pre format> |
|
Q. |
Which is the correct to create an Arabic numeral list |
|
A. |
A <ul type="1"> |
|
B. |
B <ol type="1"> |
|
C. |
C <il type="1"> |
|
D. |
D <li type="1"> |
|
Q. |
How to embedded Audio Files in HTML? |
|
A. |
A <embed src = "mysongmid" width = "100" height = "15"> |
|
B. |
B <embed sound = "mysongmid" width = "100" height = "15"> |
|
C. |
C <embed audio = "mysongmid" width = "100" height = "15"> |
|
D. |
D <embed music = "mysongmid" width = "100" height = "15"> |
|
Q. |
Whichg of the following is used to create web pages? |
|
A. |
HTML |
|
B. |
C |
|
C. |
JVM |
|
D. |
DTD |
|
Q. |
HTML is considered as ___ language |
|
A. |
Programming Langauge |
|
B. |
OOP Language |
|
C. |
High Level Language |
|
D. |
Markup Language |
|
Q. |
HTML language is a set of markup ___ |
|
A. |
Attributes |
|
B. |
Tags |
|
C. |
Sets |
|
D. |
Groups |
|
Q. |
HTML tags are used to describe document ____ |
|
A. |
Definition |
|
B. |
Language |
|
C. |
Content |
|
D. |
None of these |
|
Q. |
HTML document can contain |
|
A. |
Attributes |
|
B. |
Tags |
|
C. |
Plain text |
|
D. |
All of these |
|
Q. |
Page designed in HTML is called a |
|
A. |
Yellow Page |
|
B. |
Web Page |
|
C. |
Server Page |
|
D. |
Front Page |
|
Q. |
We can write HTML code using ____ Select appropriate option(s) |
|
A. |
VLC Media |
|
B. |
Notepad++ |
|
C. |
Microsoft PowerPoint |
|
D. |
None of these |
|
Q. |
HTML document is saved using ____ extension |
|
A. |
htl |
|
B. |
html |
|
C. |
hml |
|
D. |
htnl |
|
Q. |
The software that can read and render HTML documents is |
|
A. |
Server |
|
B. |
Compiler |
|
C. |
Interpreter |
|
D. |
Browser |
|
Q. |
PCs running Windows 3x will have ____extension for html pages |
|
A. |
htl |
|
B. |
html |
|
C. |
htm |
|
D. |
hml |
|
Q. |
Which of the following is not an example of browser? |
|
A. |
Netscape Navigator |
|
B. |
Microsoft Bing |
|
C. |
Mozilla Firefox |
|
D. |
Opera |
|
Q. |
Who is the primary author of HTML? |
|
A. |
Brendan Eich |
|
B. |
Tim Berners-Lee |
|
C. |
Web Programmer |
|
D. |
Google Inc |
|
Q. |
HTML was first proposed in year ___ |
|
A. |
1980 |
|
B. |
1990 |
|
C. |
1995 |
|
D. |
2000 |
|
Q. |
HTML tags are surrounded by ___ brackets |
|
A. |
Angle |
|
B. |
Square |
|
C. |
Round |
|
D. |
Curly |
|
Q. |
Opening tag of HTML is called |
|
A. |
Ending tag |
|
B. |
Starting tag |
|
C. |
Closed tag |
|
D. |
Pair tags |
|
Q. |
HTML document contain one root tag called ____ |
|
A. |
HEAD |
|
B. |
Title |
|
C. |
Body |
|
D. |
HTML |
|
Q. |
Basic fundamental block is called as ___ |
|
A. |
HTML tag |
|
B. |
HTML body |
|
C. |
HTML Attribute |
|
D. |
HTML Element |
|
Q. |
Pick the odd out |
|
A. |
Table |
|
B. |
TR |
|
C. |
TD |
|
D. |
Form |
|
Q. |
The first page of a website is called |
|
A. |
Design |
|
B. |
Home page |
|
C. |
First page |
|
D. |
Main page |
|
Q. |
The version of HTML is |
|
A. |
HTML0 |
|
B. |
HTML1 |
|
C. |
HTML2 |
|
D. |
All of these |
|
Q. |
Head tag is used for? |
|
A. |
Writing style |
|
B. |
Writing Java Script |
|
C. |
Including CSS, JS Files |
|
D. |
All of these |
|
Q. |
How many heading tags are supported by HTML? |
|
A. |
3 |
|
B. |
4 |
|
C. |
5 |
|
D. |
6 |
|
Q. |
Which is the largest heading tag? |
|
A. |
H1 |
|
B. |
H3 |
|
C. |
H4 |
|
D. |
H6 |
|
Q. |
Which of the following are attributes of Font tag? |
|
A. |
Face |
|
B. |
Size |
|
C. |
Color |
|
D. |
All of above |
|
Q. |
connects web pages |
|
A. |
Connector |
|
B. |
Link |
|
C. |
Hyperlink |
|
D. |
None of the above |
|
Q. |
Internet is |
|
A. |
a network of networks |
|
B. |
an ocean of resources waiting to be mined |
|
C. |
a cooperative anarchy |
|
D. |
all of the above |
|
Q. |
is suitable for remote administration of a computer |
|
A. |
FTP |
|
B. |
Shell |
|
C. |
Remote Procedure Call |
|
D. |
Telnet |
|
Q. |
Title tag is nested within the tag |
|
A. |
Body |
|
B. |
Head |
|
C. |
List |
|
D. |
Table |
|
Q. |
is a web's native protocol |
|
A. |
SLIP |
|
B. |
TCP/IP |
|
C. |
HTTP |
|
D. |
PPP |
|
Q. |
The Internet uses the as the protocol engine |
|
A. |
SLIP |
|
B. |
HTTP |
|
C. |
TCP/IP |
|
D. |
PPP |
|
Q. |
A is a symbolic name a network administrator assigns to a machine |
|
A. |
URL |
|
B. |
DNS |
|
C. |
IP address |
|
D. |
Host name |
|
Q. |
Which of the following protocol is used for e-mail services |
|
A. |
SMAP |
|
B. |
SMTP |
|
C. |
SMIP |
|
D. |
SMOP |
|
Q. |
is the incoming e-mail server |
|
A. |
POP |
|
B. |
SMTP |
|
C. |
SMIP |
|
D. |
PPP |
|
Q. |
is a uniform naming scheme for locating resources on the web |
|
A. |
URI |
|
B. |
HTTP |
|
C. |
WEBNAME |
|
D. |
RESOURCENAME |
|
Q. |
The attribute of <BODY> tag sets color of hypertext links |
|
A. |
link |
|
B. |
vlink |
|
C. |
alink |
|
D. |
hlink |
|
Q. |
Default font size of HTML is |
|
A. |
2 |
|
B. |
4 |
|
C. |
6 |
|
D. |
3 |
|
Q. |
This is a networking device that passes data between networks having similar functions but dissimilar implementations |
|
A. |
Hub |
|
B. |
Modem |
|
C. |
Gateway |
|
D. |
Repeater |
|
Q. |
In order to connect to ISP's server you need |
|
A. |
Hand gloves |
|
B. |
Printer |
|
C. |
User name and Password |
|
D. |
None of the above |
|
Q. |
DNS translates |
|
A. |
domain name into IP |
|
B. |
IP into domain name |
|
C. |
both a & b |
|
D. |
domain name into physical address |
|
Q. |
In order to upload a HTML file to a web server, you use |
|
A. |
HTTP |
|
B. |
SMTP |
|
C. |
SIP |
|
D. |
FTP |
|
Q. |
IEEE stands for |
|
A. |
Institute of estimated elevator efficiency |
|
B. |
Institute of electrical and economical engineers |
|
C. |
Institute of Eurasia engineering event |
|
D. |
Institute of electrical and electronics engineers |
|
Q. |
The regional networks are connected to the corporate networks, this is also called as |
|
A. |
Backbone |
|
B. |
LAN COM |
|
C. |
WAN COM |
|
D. |
Intranet |
|
Q. |
Once the email is sent, the message is broken into pieces called |
|
A. |
Packets |
|
B. |
Process |
|
C. |
Digits |
|
D. |
Bytes |
|
Q. |
is known as father of World Wide Web |
|
A. |
Robert Cailliau |
|
B. |
Tim Thompson |
|
C. |
Charles Darwin |
|
D. |
Tim Berners-Lee |
|
Q. |
are the physical meeting points of backbones |
|
A. |
Gateways |
|
B. |
Pathways |
|
C. |
Routers |
|
D. |
Domains |
|
Q. |
WSFTP is an example of program |
|
A. |
FTP |
|
B. |
Telnet |
|
C. |
Web browser |
|
D. |
|
|
Q. |
Which of the following is best suitable for remote administration of a computer? |
|
A. |
Telnet |
|
B. |
WAIS |
|
C. |
Browsers |
|
D. |
HTML |
|
Q. |
The leading bit pattern of class B network is |
|
A. |
0 |
|
B. |
10 |
|
C. |
110 |
|
D. |
11 |
|
Q. |
The attribute adds space within each cell |
|
A. |
CELL SPACING |
|
B. |
CELL PADDING |
|
C. |
WIDTH |
|
D. |
ALIGN |
|
Q. |
Which of the following are two popular protocols that allow home computer users to connect their computers to the internet as per hosts? i) SLIP ii) PPPiii) HTTP iv) SMTP |
|
A. |
iii and iv |
|
B. |
ii and iii |
|
C. |
i and ii |
|
D. |
ii and iii |
|
Q. |
A computer that translates of another computer into an and vice versa, upon request is known as DNS server |
|
A. |
Domain name and IP address |
|
B. |
Host address and Domain name |
|
C. |
Domain name and server address |
|
D. |
Server name and IP address |
|
Q. |
Identify the uses of URI in HTML: i) Link to another document or resource ii) Link to external style sheet or script iii) Create an image map |
|
A. |
i and ii |
|
B. |
i and iii |
|
C. |
ii and iii |
|
D. |
i , ii and iii |
|
Q. |
An ordered list is a list and an unordered list is a list |
|
A. |
bulleted & numbered |
|
B. |
bulleted & tabular |
|
C. |
tabular & numbered |
|
D. |
numbered & bulleted |
|
Q. |
Linking to another place in the same or another web page requires two A (Anchor) tags, the first with the attribute and the second the attribute |
|
A. |
NAME & LINK |
|
B. |
LINK & HREF |
|
C. |
HREF & NAME |
|
D. |
TARGET & VALUE |
|
Q. |
What type of information should you avoid including on your Web site? |
|
A. |
Links to sites of interest |
|
B. |
Private personal information |
|
C. |
Work and academic experience |
|
D. |
Graphical |
|
Q. |
Which of the following web elements should you know about before building your web site? |
|
A. |
The web audience |
|
B. |
The operating environment of your ISP |
|
C. |
The operating system of your visitor |
|
D. |
Each consideration should determine your web design choices |
|
Q. |
What is the language of the Web? |
|
A. |
Basic |
|
B. |
C++ |
|
C. |
MS Visual Basic |
|
D. |
HTML |
|
Q. |
What does an HTML tag do? |
|
A. |
It specifies formatting and layout instructions for your web page |
|
B. |
It hides programming instructions from view |
|
C. |
It determines the organizational structure of your Web site |
|
D. |
It connects your web site to an operating environment |
|
Q. |
A Web document is broken into sections What are the tags called that create these sections? |
|
A. |
Structure tags |
|
B. |
HTML tags |
|
C. |
Heading tags |
|
D. |
Body tags |
|
Q. |
What should be the first and last pair of tags in your Web document? |
|
A. |
<html></html> and <body></body> |
|
B. |
<start><end> and <body></body> |
|
C. |
<head><body> and <title></title> |
|
D. |
<title></title> and <body<>/body> |
|
Q. |
When you use a heading tag in a document, what does the Web browser assumes? |
|
A. |
Heading information is to appear in bold letters |
|
B. |
Heading information is to appear on its own line |
|
C. |
Heading information has a hyperlink |
|
D. |
Heading information is shown as a size six |
|
Q. |
For every Web document, you can add words that appear in the upper left bar area of your browser What set of tags allows you to provide this information? |
|
A. |
<head></head> |
|
B. |
<head><head> |
|
C. |
<label><label> |
|
D. |
<title></title> |
|
Q. |
If you wanted to create text that was a different color or font than other text in your Web page, what type of tag would you use? |
|
A. |
Layout |
|
B. |
Basic formatting |
|
C. |
Design |
|
D. |
Outline |
|
Q. |
When creating a Web document, what format is used to express an image's height and width? |
|
A. |
Centimeters |
|
B. |
Pixels |
|
C. |
Dots per inch |
|
D. |
Inches |
Comments
Post a Comment