Quiz #10

Linking

Question 1

<a href="page2">page2.html</a>


A

<a href="page2.html">Page 2</a>


B

<a href="page-2.html">Page 2</a>


C

Which hyperlink would send a visitor to page2.html?

Question 2

<a href="index.html"><img src="images/home.gif"></a>


A

<a href="index.html">Button</a>


B

<a href="index.html">Home</a>


C

Which block of code would be most likely to produce an image button as a hyperlink?

Question 3

homepage.html


A

index.html


B

default.html


C

The Home page of your website should always be named

Question 4

<br>


A

<b>


B

<break>


C

Which tag is used to break the lines of code and add space?

Question 5

<html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<head>
<title></title>
<meta name="description" content="">
<meta name="keywords" content="">
<link rel="stylesheet" href="stylesheet.css" type="text/css">
</head>


A

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title></title>
<meta name="description" content="">
<meta name="keywords" content="">
<link rel="stylesheet" href="stylesheet.css" type="text/css">
</head>


B

<html>
<head>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<title></title>
<meta name="description" content="">
<meta name="keywords" content="">
<link rel="stylesheet" href="stylesheet.css" type="text/css">
</head>


C

Choose the properly arranged document head.





Linking

Property of
Net Success 2000 Plus Inc
Po Box 1508
Somerset KY 42502
Last Modified: February 25, 2010

Quiz 1

Home

HTML Tutor
Phase I
Getting Started
Basic HTML Page
Creating Columns
CSS
Color
Headings
Images
Paragraphs
Site Heading
Linking

Phase II
Start Phase II
Editing Pages
Change Appearance
Summary

Helps
Tag Glossary
Finished Code
Image Download
Color Tool
Hex Code Chart
Free Backgrounds
Your Questions

HTML Editors
Overview
NoteTab Light
Webbuilder

Online Builder Tutorials
Soholaunch
SiteReptile
SiteSTUDIO

Other Helps
Flash Web Sites