Class 6 Lab Activity book
HTML
HTML Activity 1 (Page No. - 12)
<HTML><HEAD>
<TITLE>
</TITLE>
</HEAD>
<BODY BGCOLOR=YELLOW>
<H1> Welcome to our Web Page </H1>
<H3> Created by <BR> Dhruvika Joshi </H3>
</BODY>
</HTML>
HTML Activity 2 (Page No. -13)
<HEAD>
<TITLE>
</TITLE>
</HEAD>
<BODY Background=bg.jpg>
<H1 >Orange Education </H1>
<H5> We are Orange Education Group</H5>
</BODY>
</HTML>
HTML Project 1 (Page No. -14)
<HTML>
<HEAD>
<TITLE>
Project 1
</TITLE>
</HEAD>
<BODY BGCOLOR=GREEN >
<H1 ALIGN=CENTER ><FONT FACE=ARIAL>
<B> COMPUTER AND ITS COMPONENTS </B></H1>
<H3 ALIGN=CENTER > <B> <U>HARDWARE </B> </U></H3>
<P>
All the Physical components of a computer system are called hardware. Some examples of the hardware are Mouse, Keyboard, CPU and Hard Disk.
</P>
<H3 ALIGN=CENTER > <B> <U>SOFTWARE </B> </U></H3>
<P> Software is defined as aa set of programs. Some examples of software are MS Paint, MS Word, PHTOSHOP and Flash.</P>
</FONT>
</BODY>
</HTML>
HTML Project 2 (Page No. -14)
<HTML>
<HEAD>
<TITLE>
Project 2
</TITLE>
</HEAD>
<BODY BGCOLOR=CYAN >
<FONT COLOR= WHITE>
<H3 ALIGN=CENTER > <B>Types of Animals </B> </H3>
</FONT>
<UL>
<LI> Omnivores </LI>
<UL>
<LI> Dog </LI>
<LI> Bird </LI>
<LI> Fox </LI>
</UL>
<LI> Carnivores </LI>
<UL>
<LI> Lion</LI>
<LI> Wolf </LI>
<LI> Leopard</LI>
</UL>
<LI> Herbivores </LI>
<UL>
<LI> Goat </LI>
<LI> Deer</LI>
<LI> Elephant</LI>
</UL>
</UL>
</BODY>
</HTML>
Comments
Post a Comment