ISTM 210 TAMU PHINNEY EXAM III
ENTERPRISE SYSTEMS ASSESSMENT STUDY
SHEET VERIFIED ANSWERS COLLECTION
●● What is HTML an acronym for?
Answer: hypertext markup language
●● What is an HTML document?
Answer: a file that contains your website content and HTML formatting
instructions
●● What is an HTML tag?
Answer: specifies the formatting and presentation of information on a
web site
●● What are HTML tags used for?
Answer: to identify elements of an HTML document
●● What are fundamental components of the document's structure?
Answer: elements
●● Example of an element?
,Answer: head, title, paragraphs, list, tables
●● What do HTML tags consist of?
Answer: <tag name>
●● What do tags come in?
Answer: pairs
●● Every HTML document should contain?
Answer: certain standard HTML tags
●● <hn> </hn>
Answer: heading tag, where n is replaced with number 1-6
●● How many header sizes are there?
Answer: 6
●● What is the largest size header?
Answer: 1
●● What is smallest size header?
Answer: 6
,●● <p> </p>
Answer: paragraph
●● <ul> </ul>
Answer: unordered list (bullets)
●● <ol> </ol>
Answer: ordered list (numbers)
●● <li> </li>
Answer: list item
●● <br />
Answer: hard line break
●● <hr />
Answer: horizontal rule
●● <a> </a>
Answer: anchor tag
, ●● What is the purpose of an anchor tag?
Answer: to link to other documents
●● What replaces the file name in <a href="http://filename">Text</a> ?
Answer: the path and filename of the target document
●● What replaces the text in <a href="http://filename">Text</a> ?
Answer: the text to serve as the hyperlink in the document
●● How do you specify email address in href attribute?
Answer: replace "http://" with "mailto:"
●● What tag do you use to make your background an image?
Answer: <body background = "filename">
(replace filename with the name of the background image)
●● What tag do you use to add a picture?
Answer: <img>
●● What is different about the img tag?
Answer: it does not have a beginning and ending tag
ENTERPRISE SYSTEMS ASSESSMENT STUDY
SHEET VERIFIED ANSWERS COLLECTION
●● What is HTML an acronym for?
Answer: hypertext markup language
●● What is an HTML document?
Answer: a file that contains your website content and HTML formatting
instructions
●● What is an HTML tag?
Answer: specifies the formatting and presentation of information on a
web site
●● What are HTML tags used for?
Answer: to identify elements of an HTML document
●● What are fundamental components of the document's structure?
Answer: elements
●● Example of an element?
,Answer: head, title, paragraphs, list, tables
●● What do HTML tags consist of?
Answer: <tag name>
●● What do tags come in?
Answer: pairs
●● Every HTML document should contain?
Answer: certain standard HTML tags
●● <hn> </hn>
Answer: heading tag, where n is replaced with number 1-6
●● How many header sizes are there?
Answer: 6
●● What is the largest size header?
Answer: 1
●● What is smallest size header?
Answer: 6
,●● <p> </p>
Answer: paragraph
●● <ul> </ul>
Answer: unordered list (bullets)
●● <ol> </ol>
Answer: ordered list (numbers)
●● <li> </li>
Answer: list item
●● <br />
Answer: hard line break
●● <hr />
Answer: horizontal rule
●● <a> </a>
Answer: anchor tag
, ●● What is the purpose of an anchor tag?
Answer: to link to other documents
●● What replaces the file name in <a href="http://filename">Text</a> ?
Answer: the path and filename of the target document
●● What replaces the text in <a href="http://filename">Text</a> ?
Answer: the text to serve as the hyperlink in the document
●● How do you specify email address in href attribute?
Answer: replace "http://" with "mailto:"
●● What tag do you use to make your background an image?
Answer: <body background = "filename">
(replace filename with the name of the background image)
●● What tag do you use to add a picture?
Answer: <img>
●● What is different about the img tag?
Answer: it does not have a beginning and ending tag