Page 28 - PortGPT_V2.1_C7_Flipbook
P. 28
<hr Size="10" width="80%" color="grey">
Factopedia <P style="font-family:Times New Roman; text-
transform:lowercase">Energy is a requirement in our
everyday life as a way of improving human development
leading to economic growth and productivity.</P>
</BODY>
</HTML>
HTML can be
associated with other
languages like CSS and
JavaScript to create
dynamic web pages.
Tech Fact
The tags <P> and The maximum value for the SIZE attribute of the
<BR> both can be <FONT> tag is 7.
used to give line
breaks but the
difference is that
<P> makes semantic
changes whereas
<BR> does not make Let’s Back-uP
any semantic change. • HTML is the most widely used language to design web pages.
• Cascading Style Sheet (CSS) is a design language which
enables to simplify the process of making web pages.
• The <Hn> tag describes the heading of a section of the web page.
• The <HR> tag is used to divide the web page into different
sections by drawing a horizontal line in the web page.
HTML is not case • <P> tag is used to insert a paragraph in an HTML document .
sensitive, which • Text properties are used to change the appearance of the text.
means you can use • The background properties are used to make changes in
<html> and </HTML> the background of a web page.
tags. • The font properties are used to change the font-family,
font-size and font-style of the text.
• The margin property is used to set margins for any web
page element.
26 Premium Edition-VII

