1. Each computer has its own address: Unique
2. What is the address we used?: people.tamu.edu
3. Individuals create storage locations called on these computers and files:
Subdirectories
4. Where do you put files so that everyone can see them?: Public Folder
5. How does your browser find webpages?: Breaks URL into parts, computer, individual
account, directory, then file
6. If no file is specified the browser looks for a file called?: Index. html
7. What does HTML stand for?: Hypertext Markup Language
8. HTML files are text: Plain (ASCII)
9. HTML is the language used to create what?: A web site
10.Tags come in pairs? T/F: True
11.What are the three bare bone tags?: <html>
<head>
<body>
12.What does <Hn> where the n is a number from 1-6 represent?: Heading Tag
13.What does a <p> represent?: Paragraph
14.What does <ul> represent?: Unordered List
15.What does <ol> represent?: Ordered List (numbered)
16.What does <li> represent?: List item
17.What does <br> mean?: Hard Line Break
18.What does <hr> mean?: Horizontal Rule
19.What is <a> and what does it allow?: Anchor tag, it allows linking with other documents
20.How would you link a doc named 'filename'?: <a href = "http://filename"> What You Are
Naming It</a>
21.How you link an email address?: <a href = "mailto: emailaddress"> What You Are Naming
It</a>
22.How would you put in a background: <body background = "filename">
23.What is special about <img> tag?: It does not have BOTH a beginning and ending tag
24.How would you put in an image called "reading.html" with a width of 100px and a hight of 100
px?: <img src = "reading.html" width="100px" height="100px">
25.What is the site called with the free tamu photos?: Photo.tamu.edu
26.What does <table> do?: Shows the beginning of the table (you must close it to end it)
27.What do <tr> and <td> mean?: Define each row in a table, define each cell in a row
For assistance with assignments contact
, ISTM 210 HTML Exam 4 (TAMU Phinney) |Que & Answ
28.With HTML how many headers are there? and which one is the largest?: 6, 1
29.Is the default header line centered? T/F: False (aligned default to the left)
30.The text effect of a header tag can not be duplicated using any other tags? T/F: False,
31.With HTML 5.0 there are how many font sizes? with what being the largest?: 7, 7
32.The default font size implemented in all browsers is?: 3
33.What are the 3 properties of the font tag?: Color, Size, and Face
34.Unless the default font size has been modified, using the tag <font size +1> would result in what
size text?: 4
35.If the <basefont = 4>, the effective size of the type following <font size =-1> would be?: 3
36.If the <basefont = 4>, the effective size of the type following <font size =3> would be?: 3
37.If the <basefont=red> is utilized, the color of the test following <fontcol- or=blue> would be?:
Blue
38.All tables must have at least rows and columns?: 1, 1
39.A table element can be? (list 8): Test, Image, text link, image link, ordered list, unordered list,
menu list, definition list (almost anything can be a table element)
40.Table element text is, by default, in each cell?: Left Justified & Cen- tered
Vertically
41.Table Header Element test is by default, in each cell?: Centered
Horizontally & Vertically
42.A table can not be embedded into another table?: False
43.A table header can only be defined in the first row of a table?: False, a header can be used
anywhere a tag can be
44.A single table element can span multiple rows and columns?: True
45.Unless explicitly stated in the <tr> tag, the height of a table row is automat- ically based on the
height of the tallest element in that row?: True
46.What does cellpadding refer too?: The Amount of space btwn the border of a cell and the
contents, the default is 1
47.What does cellspacing refer too?: The amount of space btwn individual cells, and the default
value is 2
48.Table column width can be specified as percentages of the overall table width?: True
49.Unless explicitly stated, the width of a table row is automatically based on the width of the tallest
element in that row?: True
50.By default the background of a table is transparent?: True
For assistance with assignments contact