PRO201 - 2, PRO201 - 1
Use what to prevent confusion on numbers higher than 9 with hexadecimal colors ?
#
A 6 digit Hex color (#FF9966) defines values of Red, Blue and Green in which order ?
#RRGGBB
How many characters can be written with 1 Kilobyte ?
1024
Hexadecimal numbers are numbers based on the value of what ?
16
Rather than using Hspace and Vspace you can use which of the following to add spacing to your image ?
1x1 pixel transparent image
There are how many "browser safe colors" ?
256
All HTML tags are enclosed in what ?
<>
What tag adds a paragraph break after the text ?
<P>
What is the correct HTML for creating a hyperlink?
<a href="http://www.qualitypointtech.com">Qualitypoint Technologies</a>
How can you open a link in a new browser window?
<a href="url" target="_blank">
What tag tells where a link starts ?
<a>
Choose the correct HTML tag to make a text bold ?
<b>
To specify a font for your whole page add which tag ?
<basefont>
What is the correct HTML for adding a background color?
<body style="background-color:white">
Which tag can set the background color for your page?
<body>
What is the correct HTML tag for inserting a line break?
<br />
Which of these is not valid HTML?
<fontface="verdana">
Choose the correct HTML tag for the largest heading?
<h1>
What tag tells the browser where the page starts and stops ?
<html>
Choose the correct HTML tag to make a text italic ?
<i>
Which will let text wrap down the side of the image?
<img src="myImage.gif" align="right">
To seperate single list items use ?
<li> and </li>
To start a list at the count of 3, use which ?
<ol start="3">
To start a numbered list with regular numerals use ?
<ol type="1">
To create a list using lowercase letters use ?
<ol type="a">
How can you make a list that lists the items with numbers?
<ol>
Besides<B>, another way to make text bold is what ?
<strong>
Which of these tags are all <table>tags?
<table><tr><td>
Choose the correct HTML to left-align the content inside a tablecell?
<td align="left"
What tag is used to add columns to tables ?
<td>
colspan=n can be added to only what tag?
<td>
To add rows to your tables use which tags?
<tr> and </tr>
To start a list using circles use which of these tags ?
<ul type="circle">
To create a bulleted list use ?
<ul>
Adding a border to your image helps the visitor to recognize it as what ?
A Link
How do you add a link which will allow the visitor to send an email from your page ?
Add <a href="mailto:youraddress">
<a> and </a> are the tags used for ?
Adding links to your page
When is the content of a table shown ?
After the table is loaded
Which program do you need to write HTML?
Any text editor
Which section is used for text and tags that are shown directly on your web page ?
Body
Which has higher priority, cell settings or table settings ?
Cell settings
Which two meta tags have special relevance for search engines ?
Description and Keywords
When you count to 15 using hexadecimal numbers, the highest number is what ?
F
The attribute used to choose the type of font in HTML is ?
Face
Most search engines give serious importance to meta tags when ranking websites in their listings ?
False
Hex-colors are the only way to define colors on the web?
False, colors can also be specified with names and CSS
Tags and text that do not show directly on the page are placed where ?
Head
The <title> tag belongs where in your HTML ?
Head
All normal webpages consist of what two parts ?
Head and body
Colors in plain HTML can be specified using ?
Hexadecimal Colors
What does HTML stand for?
Hyper Text Markup Language
Increasing the cellpadding value will what ?
Increase the distance between cell and content
To set the font for a single link, where do you add the <font></font> tags ?
Inside the <a> and </a> tags
If the background image is smaller than the screen, what will happen ?
It will be repeated
The <i> tag makes text... ?
Italic
Which format usually works best for photos ?
JPG
In the code <frameset cols="120,*"> the following would be true.
Left frame would be 120 pixels wide
To make the appearance of the colors more powerful on your site do which of the following ?
Limit their use
The <br>tag adds what to your webpage ?
Line break
What is used to store information usually relevant to browsers and searchengines?
Metatags
<ol> tags will create what kind of list ?
Numbered List
Relative path make your hypertext links______.
Portable
HTML defines colors using hexidecimal values, while graphics programs most often use what ?
RGB Code
Screen colors are defined by which colors ?
Red, Green and Blue
What is the REFRESH meta tag used for ?
Redirect to a new domain
Why should you add alternative text to your images ?
So the users can get an idea of what the image is before it loads
Who is making the Web standards?
The World Wide Web Consortium
Why should you specify a background color if you are using an image for the actual background of your page ?
The background color will be shown until the image loads
If you do not include a DESCRIPTION meta tag, most search engine will simply list what ?
The first few words on the page
The <small> and <big> tags are special in what way ?
They can be repeated
Why do designers often use slight variations of black and white as background colors ?
To make the page more readable
When images are used as links they get a blue border.
Unless border is set to zero
Which of the following is NOT true of metatags use ?
Use as many keywords as you can
WYSIWYG stands for ?
What You See Is What You Get
What does the GENERATOR meta tag tell ?
Which program was used to produce the page
Is it possible to link within the current page ?
Yes
Is it possible to set up a browser so it refuse pages that does not have a content rating meta tag?
Yes - many companies and parents actually do
Which is NOT a predefined target for links ?
_son
Imagelinks can show a text label if you add which property?
alt
The background image will scroll when the user scrolls down the page, unless you add which property to the <body> tag?
bgproperties="fixed"
Use<td> and </td>to add what to your tables?
columns
When making bulleted lists you have what options ?
disc, circle, square
One should never combine the "start" and "type" option ?
false
A file that specifies how the screen is divided into frames is called a __________?
frameset
Banners, buttons, dividers, clipart and other simple images usually work best as ?
gif
To change the size of an image in HTML use what ?
height and width
What tag can prevent sites with adult content from being seen on MSIEbrowsers ?
icra.org registered <meta http-equiv="pics-label">
Defining clickable sub-areas on an image is called?
imagemapping
Which tag is used to insert images into your web page ?
img
Gif and jpg are the two main types of what ?
mages
If you don't want the frame windows to be resizeable, simply add what to the <frame> lines ?
noresize
Which property tells how many rows a cell should span ?
rowspan=n
Which of the following will NOT be found in the <head> section ?
table
What is the most important tool for adding colors to certain areas of the page rather than the entire background ?
tables
Which property will open a page in a new window?
target="_blank"
Settings for columns(<td> tag) have higher priority than settings for rows(<tr> tag)?
true
What does vlink mean ?
visited link
Which colors consist of equal amounts of all basic colors ?
white, black and gray
Is it a common myth that meta tags seriously improve search engine rankings ?
yes
Which of the following is NOT a valid pair for browser safe colors ?
Â