ISTM 210 EXAM 3 COMPREHENSIVE TEST
BANK PRACTICE QUESTIONS AND
RATIONALES
●● <p></p>
Answer: Starts and ends a paragraph
●● <ul></ul>
Answer: Bullet (unordered) list
●● <li></li>
Answer: List item
●● <hr />
Answer: Horizontal rule; no closing tag; can be measured in width or px
(do not need to specify px (automatically assumed)). Can have color.
●● <b></b>
Answer: Bold
●● <i></i>
Answer: Italics
,●● <u></u>
Answer: Underline
●● <a></a>
Answer: Anchor, allows linking to other documents
●● <table></table>
Answer: Table
●● <tr></tr>
Answer: Table Row
●● <td></td>
Answer: Table Cell (data)
●● <head></head>
Answer: Defines document head.
●● <title></title>
Answer: Title of webpage
, ●● <body></body>
Answer: Defines document body
●● <html></html>
Answer: Defines HTML document
●● <img />
Answer: Image.
●● <center>
Answer: Centers something.
●● <br>
Answer: Break tag; Defines a single line break
●● Image
Answer: src -"filename" - specify filename of an image.
border - "size" - specify if border is included
align - "position"
BANK PRACTICE QUESTIONS AND
RATIONALES
●● <p></p>
Answer: Starts and ends a paragraph
●● <ul></ul>
Answer: Bullet (unordered) list
●● <li></li>
Answer: List item
●● <hr />
Answer: Horizontal rule; no closing tag; can be measured in width or px
(do not need to specify px (automatically assumed)). Can have color.
●● <b></b>
Answer: Bold
●● <i></i>
Answer: Italics
,●● <u></u>
Answer: Underline
●● <a></a>
Answer: Anchor, allows linking to other documents
●● <table></table>
Answer: Table
●● <tr></tr>
Answer: Table Row
●● <td></td>
Answer: Table Cell (data)
●● <head></head>
Answer: Defines document head.
●● <title></title>
Answer: Title of webpage
, ●● <body></body>
Answer: Defines document body
●● <html></html>
Answer: Defines HTML document
●● <img />
Answer: Image.
●● <center>
Answer: Centers something.
●● <br>
Answer: Break tag; Defines a single line break
●● Image
Answer: src -"filename" - specify filename of an image.
border - "size" - specify if border is included
align - "position"