Page 77 - TP_Pro_V5.1_Class6
P. 77
REVISIT
▶ HTML or HyperText Markup Language is the primary building block for creating a webpage.
▶ HTML5 documents can be written in text editors like Notepad.
▶ An HTML document is made up of various tags or elements.
▶ A tag is a coded HTML command that indicates how a part of the document will be displayed on the web
browser.
▶ An attribute is used to define some extra features or properties of an HTML tag.
▶ CSS (Cascading Style Sheets) is a language used to describe how HTML documents should look and be
formatted.
1. Tick ( ) the correct option.
a. Who invented HTML?
(i) Steve Jobs (ii) Bill Gates
(iii) Tim Berners-Lee (iv) Mark Zuckerberg
b. What does HTML stand for?
(i) HyperText Markup Language (ii) HighText Markup Language
(iii) Hyperlinks Text Markup Language (iv) HyperTool Markup Language
c. Which of the following tags inserts a paragraph in an HTML document?
(i) <H1> (ii) <P>
(iii) <BR> (iv) <HR>
d. Identify the HTML tag used to insert a line break.
(i) <BR> (ii) <LB>
(iii) <BREAK> (iv) <P>
e. Which of the following attributes is used to change the background color in an inline CSS style?
(i) background-color (ii) bg-color
(iii) color (iv) bgColor
2. Fill in the blanks using the words from the help box.
Tags, HTML5, Features, Three, <HR>
a. The latest version of HTML is called ___________.
b. HTML documents are made up of text content and special codes known as ___________.
c. An attribute is used to define some extra ___________ or properties of an HTML tag.
d. The ___________ tag is used to create a horizontal line in a webpage.
e. There are ___________ ways to use CSS in HTML documents.
Learn HTML5 and CSS3 75

