What Does HTML Stand For?
What Does HTML Stand For?
What Does HTML Stand For?
Mozilla
Microsoft
<heading>
<h6>
<head>
<h1>
B.
<break />
<lb />
<br />
<background>yellow</background>
<body background="yellow">
<body style="background-color:yellow">
6. Choose the correct HTML tag to make a text bold
<b>
<bold>
<i>
<italic>
<a
url="http://www.w3schools.com">W3Schools.com</a>
<a
name="http://www.w3schools.com">W3Schools.com</a>
<a>http://www.w3schools.com</a>
<a href="http://www.w3schools.com">W3Schools</a>
<table><tr><tt>
<thead><body><tr>
<table><tr><td>
<table><head><tfoot>
<tdleft>
<td valign="left">
<td align="left">
<td leftalign>
11. How can you make a list that lists the items with
numbers?
<list>
<dl>
<ol>
<ul>
12. How can you make a list that lists the items with
bullets?
<dl>
<list>
<ol>
<ul>
<body background="background.gif">
<background img="background.gif">
<img alt="MyImage">image.gif</img>
Yes
16. What does CSS stand for?
17. What is the correct HTML for referring to an external style sheet?
<stylesheet>mystyle.css</stylesheet />
18. Where in an HTML document is the correct place to refer to an external style sheet?
<css>
<script>
<style>
20. Which is the correct CSS syntax?
{body:color=black(body}
body:color=black
{body;color:black}
bgcolor:
background-color:
color:
22. How do you add a background color for all <h1> elements?
h1 {background-color:#FFFFFF}
all.h1 {background-color:#FFFFFF}
h1.all {background-color:#FFFFFF}
fgcolor:
text-color:
text-color=
color:
24. Which CSS property controls the text size?
font-style
text-size
text-style
font-size
25. How do you make each word in a text start with a capital letter?
text-transform:capitalize
text-transform:uppercase