Html Flashcards
The first page that you see when visiting a company’s web site
Home page
In the closing tag of an html tag pair what symbol precedes the tag keyword
Slash /
What html tag is used to begin a web page
HTML
What application program is designed to create Web pages
FrontPage
What file extension is used to save an HTML source code file
html
The main content of a web page is coded after which HTML tag
Body
Which HTML tag causes the largest sized font
<h1></h1>
What software company created internet explorer
Microsoft
What HTML tag creates a numbered list
<ol></ol>
What HTML tag is used to add items to a numbered or bulleted list
<li>
</li>
What HTML tag is used to create a double space after text.
<p></p>
Which menu on a web browser allows you to see the HTML source code for the web page you are looking at
View
What is the result of failing to end HTML tags with closing tags
The web page will appear differently
What number system can be used to specify color values in HTML tags to enable you to create virtually any color imaginable on your web page
Hexadecimal
What is the purpose of the HTML <hr> tag
Creates a horizontal line across the page
What HTML tag creates hyperlinks
<a></a>
What does url stand for
Uniform research locator
Which attribute of the tag can be used to specify the default color of the text
TEXT=
Which tag attribute is used to change the color of hyperlinks that have been clicked
VLINK=
A tag that can be used to make text scroll across the screen
Marquee
What would a hyperlink to a location called LIST1 in the same document looks like
<a> List 1</a>
What would a hyperlink to NASA’s web page look like
<a></a>
What are HTML tags enclosed in
Angle brackets
First web browser to incorporate pictures and sounds into a web page
Mosaic