Web Design/Build a basic web page/HTML Quiz
< Web Design < Build a basic web pageTry your luck at these quiz questions...
1.
Which heading tag will produce the largest text?
<h1>
Correct |
<h2>
No, try again |
<h5>
No, try again |
<h6>
No, try again |
2.
Which tag would you use to create a hyperlink?
<img />
No, try again |
<a>
Correct |
<ol>
No, try again |
<table>
No, try again |
3.
Which of these tags should NOT be located in the head section of your page?
<title>
No, try again |
link to a style sheet
No, try again |
background image
Correct |
metatags
No, try again |
4.
If you put a <title> tag in the head section of your page, it will appear in bold, large print at the beginning of your page. Select one:
TRUE
No, try again |
FALSE
Correct |
It depends on the browser
No, try again |
Only if the CSS makes it display that way
No, try again |
5.
If you want to have the browser open a new window for a link to an outside page, which attribute would you use?
alt
No, try again |
target
Correct |
src
No, try again |
start
No, try again |
6.
If you want your ordered list to use capital letters and start with the letter D, which attributes would you use?
type="a" start="D"
No, try again |
type="A" start="D"
No, try again |
type="A" start="4"
Correct |
type="letter" start="d"
No, try again |
7.
The anchor tag links to:
specific places within a particular page.
Yes, but there's more... |
other pages within your website.
Yes, but there's more... |
pages anywhere on the Internet.
Yes, but there's more... |
All of these are correct
Correct |
8.
HTML documents should be saved as text only, and the file name should have .html as the ending. Cascading stylesheets should also be saved as text, but the file name should end with:
.xml
No, try again |
.css
Correct |
.ccs
No, try again |
.xhtml
No, try again |
9.
HTML tags use brackets to contain the information. What kind of notation do Cascading Style Sheets use to contain information?
Brackets, just like HTML.
No, try again |
Parentheses.
No, try again |
Curly brackets.
Correct |
Forward slashes.
No, try again |
10.
Which input type would allow a reader to select several options from a list of possibilities?
radio
No, try again |
checkbox
Correct |
multi-line textbox
No, try again |
form
No, try again |
11.
If the input type is "text" and the size is "2", which answer will NOT show on the website?
Yes
Correct |
No
No, try again |
10
No, try again |
5
No, try again |
12.
8 to 10% of all males have some form of colorblindness. This is a good reason to avoid color schemes that include:
red on green.
Correct |
black on white.
No, try again |
blue on yellow.
No, try again |
green on white.
No, try again |
13.
To make your website easier to be read by automated reading programs for the blind, you can:
use <h1>...<h6> tags for easier navigation
Yes, but there's more... |
use alt tags to describe images
Yes, but there's more... |
use alt tags that name the link destination for images that function as links.
Yes, but there's more... |
All of these are correct
Correct |
14
What does marquee tag do?
make text runnin
correct |
nothing
incorrect |
blast
incorrect |
All of these are correct
incorrect |