0% found this document useful (0 votes)
14 views

HTML

A browser is a collection of services like an HTML interpreter, XML parser, and scripting engines that are used to display web pages. Examples of popular browsers are Internet Explorer from Microsoft and Netscape Navigator. There are 6 levels of HTML heading tags from H1 to H6 that can be used to organize headings on a web page. Additional HTML tags are described for making text bold, italic, underlined, centered on a page, and continuously scrolling text.

Uploaded by

Justin Cook
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views

HTML

A browser is a collection of services like an HTML interpreter, XML parser, and scripting engines that are used to display web pages. Examples of popular browsers are Internet Explorer from Microsoft and Netscape Navigator. There are 6 levels of HTML heading tags from H1 to H6 that can be used to organize headings on a web page. Additional HTML tags are described for making text bold, italic, underlined, centered on a page, and continuously scrolling text.

Uploaded by

Justin Cook
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 2

BROWSER (SOFTWARE)

Collections of services like,


Html interpreter,
XML Parser,
Scripting engines.
E.g. Internet explorer (Microsoft)
Netscape navigator (Netscape)
Heading tags
<H1>…. </H1>
<H2>…. </H2>
<H3>…. </H3>
<H4>…. </H4>
<H5>…. </H5>
<H6>…. </H6>
Total 6 heading tags are used.
E.g.
<Html>
<Body>
<H1>ORBIT</H1>
<H2> ORBIT </H2>
<H3> ORBIT </H3>
<H4> ORBIT </H4>
<H5> ORBIT </H5>
<H6> ORBIT </H6>
</Body>
</Html>
TO MAKE BOLD
<B>ORBIT</B>
TO MAKE ITALIC
<I>ORBIT</I>
TO MAKE UNDERLINE
</U> ORBIT</U>
TO PLACE IN THE CENTER OF THE PAGE
<CENTER>ORBIT</CENTER>
TO ROTATE THE TEXT
<MARQUEE>ORBIT</MARQUEE>
(THIS TAG IS SUPPORTED ONLY IN INTERNET
EXPLORER)

You might also like