h h h h h h
s With Correct Answers
h h h h
WhathdoeshHTMLhstandhfor?
a.hHyperlinkshandhTexthMarkuphLanguage
b.hHypertexthMarkuphLanguage
c.hHomehToolhMarkuphLanguageh-hANSWER-b.hHypertexthMarkuphLanguage
WhathishthehnamehofhthehorganizationhthathdevelopshthehprimaryhwebhstandardshofhHTMLhandhCSS?
a.hThehWorldhWidehConsortiumh(W3C)
b.hGoogle
c.hCERN
d.hDefensehAdvancedhResearchhProjecth(DARPA)h-hANSWER-a.hThehWorldhWidehConsortiumh(W3C)
WhichhofhthehfollowinghHTMLhtagshmakeshtexthcontenthahheadinghwithhthehlargesthsize?
a.h<h1>...</h1>
b.h<h6>...</h6>
c.h<heading>...</heading>
d.h<p>...</p>h-hANSWER-a.h<h1>...</h1>
WhichhofhthehfollowinghishahcorrecthformathforhahhyperlinkhtohthehTerryhCollegehwebhsite?
a.h<a>http://www.terry.uga.edu</a>
b.h<ahurl="http://www.terry.uga.edu">ThehTerryhCollegehofhBusiness</a>
c.h<a>ThehTerryhCollegehofhBusiness</a>
d.h<ahhref="http://www.terry.uga.edu">ThehTerryhCollegehofhBusiness</a>h-hANSWER-
d.h<ahhref="http://www.terry.uga.edu">ThehTerryhCollegehofhBusiness</a>
TruehorhFalse.hThehfollowinghHTMLhtagshwillhcreatehahtablehwithh3hrowshofhtwohcolumnsheach.
<table>
,<tr>
<td>
a
</td>
<td>
b
</td>
</tr>
<tr>
<td>
c
</td>
<td>
d
</td>
</tr>
</table>h-hANSWER-False
WhichhofhthehfollowinghHTMLhtagshwouldhbehusedhtohdefinehahbulletedhlist?
a.h<list>...</list>
b.h<ol>...</ol>
c.h<bl>...</bl>
d.h<ul>...</ul>h-hANSWER-d.h<ul>...</ul>
WhichhofhthehfollowinghHTMLhtagshishcorrecthforhmakinghahtextboxhthathishnamedh"age"?
a.h<texthname="age"h/>
b.h<inputhtype="name"htext="age"h/>
c.h<texthtype="input"hname="age"h/>
,d.h<inputhtype="text"hname="age"h/>h-hANSWER-d.h<inputhtype="text"hname="age"h/>
WhichhofhthehfollowinghHTMLhtagshwouldhbehusedhtohcreatehahdrop-downhlist?
a.h<list>...</list>
b.h<inputhtype="dropdown"h/>
c.h<inputhtype="list">
d.h<select>...</select>h-hANSWER-d.h<select>...</select>
WhichhofhthehfollowinghishthehcorrecthHTMLhforhinsertinghanhimage?
a.h<imghsrc="image.gif"halt="MyImage">
b.h<imghhref="image.gif"halt="MyImage">
c.h<imghalt="MyImage">image.gif</img>
d.h<imagehsrc="image.gif"halt="MyImage">h-hANSWER-a.h<imghsrc="image.gif"halt="MyImage">
WhichhofhthehfollowinghHTMLhtagshwillhcreatehahbuttonhthathwhenhclickedhwillhcausehthehactionhofhahformh
tohbehimplemented?
a.h<submithname="submit"hvalue="Go"h/>
b.h<inputhtype="button"hname="submit"hvalue="Go"h/>
c.h<inputhtype="reset"hname="submit"hvalue="Go"h/>
d.h<inputhtype="submit"hname="submit"hvalue="Go"h/>h-hANSWER-
d.h<inputhtype="submit"hname="submit"hvalue="Go"h/>
WhathdoeshCSShstandhfor?
a.hCascadinghStylehSheets
b.hComputerhStylehSheets
c.hColor,hShape,hStyle
d.hCreativehStylehSheetsh-hANSWER-a.hCascadinghStylehSheets
WhichhofhthehfollowinghishahcorrecthtaghforhconnectedhanhHTMLhpagehtohanhexternalhstylehsheet?
, a.h<stylehtype="text/css"hhref="styles.css">
b.h<stylesheet>styles.css</stylesheet>
c.h<linkhref="stylesheet"htype="text/css"hhref="styles.css">h-hANSWER-
c.h<linkhref="stylesheet"htype="text/css"hhref="styles.css">
WherehinhanhHTMLhdocumenthishthehcorrecthplacehtohreferhtohanhexternalhstylehsheet?
a.hAththehbeginninghofhthehdocumenthbeforehtheh<html>htag.
b.hAththehendhofhthehdocumenthafterhtheh</html>htag.
c.hAt
d.hInhtheh<head>hsection.h-hANSWER-d.hInhtheh<head>hsection.
WhichhofhthehfollowinghCSShwillh-hANSWER-d.hall.h1h{background-color:#FFFFFF;}
WhichhofhthehfollowinghishthehcorrecthCSShsyntaxhforhsettinghthehbackgroundhofhthehpagehblack?
Questionh15hoptions:
A)
body:hcolorh=hblack;
B)
{
body;
color:hblack;
}
C)
{
body:
background-colorh=hblack;
}
D)
bodyh{