ISDS 3105 Exam 1 Study Guide – Questions & Answers
What is a markup language? Right Ans - B. A language describing the
content and structure of a document by tagging document element
WordPress is a: Right Ans - C. web content management system
What does W3C stand for? Right Ans - D. World Wide Web Consortium
Which of the following is the proper form of an HTML 5 doctype? Right Ans
- d. <!DOCTYPE html>
Which of the following defines the page title for an HTML document? Right
Ans - a. <title>My Web Page</title>
Which of the following is not proper HTML syntax? Right Ans - b. <em>
<p>Welcome to my web page</em> </p>
Which of the following defines "restaurant" as a search keyword for a web
page? Right Ans - c. <meta name="keywords" content="restaurant" />
Which of the following uses the proper syntax for creating an HTML
comment? Right Ans - d. <!-- Home page for my personal website -->
True or false: HTML describes how content should be rendered by the
browser. Right Ans - False
Which of the following marks a heading with the second level of importance?
Right Ans - d. <h2>Gourmet Thai Cooking</h2>
Prior to HTML 5, sections were identified with: Right Ans - b. the div
element and the id attribute
To mark content that is related to the main article, use Right Ans - c. the
aside element
Which of the following marks the content as emphasized text? Right Ans -
b. <em>Daily Special</em>
What is a markup language? Right Ans - B. A language describing the
content and structure of a document by tagging document element
WordPress is a: Right Ans - C. web content management system
What does W3C stand for? Right Ans - D. World Wide Web Consortium
Which of the following is the proper form of an HTML 5 doctype? Right Ans
- d. <!DOCTYPE html>
Which of the following defines the page title for an HTML document? Right
Ans - a. <title>My Web Page</title>
Which of the following is not proper HTML syntax? Right Ans - b. <em>
<p>Welcome to my web page</em> </p>
Which of the following defines "restaurant" as a search keyword for a web
page? Right Ans - c. <meta name="keywords" content="restaurant" />
Which of the following uses the proper syntax for creating an HTML
comment? Right Ans - d. <!-- Home page for my personal website -->
True or false: HTML describes how content should be rendered by the
browser. Right Ans - False
Which of the following marks a heading with the second level of importance?
Right Ans - d. <h2>Gourmet Thai Cooking</h2>
Prior to HTML 5, sections were identified with: Right Ans - b. the div
element and the id attribute
To mark content that is related to the main article, use Right Ans - c. the
aside element
Which of the following marks the content as emphasized text? Right Ans -
b. <em>Daily Special</em>