You are on page 1of 2

Chapter 10

Introduction to HTML
a. A website is composed of three main sections: the home
page, main section and subsection.
b. The two main types of HTML editors are WYSIWYG editors
and text editors.
c. The two main advantages of WYSIWYG editors are
 Websites can be created quickly
 No knowledge of HTML tags or commands is
required.
d. The two distict parts of an HTML document are head and
body.
e. HTML elements that include both ON and OFF tags are
called container elements.HTML elements that do not
require an OFF tag called empty elements.
f. Bodt tag contains all the text and images that make up the
page. It also contains other elements that help you control
and format the page.
g. The three attributes of the body tag and their uses are as
follows.
 BGCOLOR:used to set the background colour of the
document.
 TEXT: used to set the text colour in the document.
 LEFTMARGIN: used to set the left margin. It is a
numeric value and the unit is pixels.
h. No , elements are not case sensitive.

You might also like