You are on page 1of 1

I.

Matching Type
Column A Column B
1. HTML tags are element names surrounded by it. a. HTML
b. angle bracket
2. HTML tags are element names surrounded by it. c. HTML5
d. <!DOCTYPE html>
3. The 2014 version of HTML. e. <html>
4. It is the declaration defines this document to be HTML5. f. <head>
g. <title>
5. It is the element contains meta information about the document. h. <body>
i. <p>
6. The element specifies a title for the document. j. <h1>
7. It is the element is the root element of an HTML page.
8. The element contains the visible page content.
9. It is the element defines a large heading.
10. It is the element defines a paragraph.

II. True or False


1. The class selector uses the id attribute of an HTML element to select a specific element.
2. CSS selectors are used to "find" (or select) HTML elements based on their element name, id,
class, attribute, and more.
3. With an external stylesheet file, you can change the look of an entire website by changing just
one file.
4. The style definitions are normally saved in external .html files.
5. The class selector selects elements with a specific class attribute.
6. HTML is used to define styles for your web pages, including the design, layout and variations
in display for different devices and screen sizes.
7. HTML was NEVER intended to contain tags for formatting a web page.
8. CSS describes how HTML elements are to be displayed on screen, paper, or in other media
9. CSS saves a lot of work. It can control the layout of multiple web pages all at once
10. CCS stands for Cascading Style Sheets

You might also like