0% found this document useful (0 votes)
13 views3 pages

1st Term Syllabus of Class 10th

Uploaded by

nirmladevi179
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
13 views3 pages

1st Term Syllabus of Class 10th

Uploaded by

nirmladevi179
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Internet : Meaning of Internet, www, Protocols (http, https, ftp, smtp, voip, TCP/IP etc.

), Web Browser, Search Engine, Home


Page, Web Page, Website, Web Server, Server, Email, E-reservation, E-shopping, E-commerce, Downloading, Uploading,
Domain, URL etc.

(Define HTML and Types of Tags used in HTML) (File extension : .html or .htm,) (Basic Tags : <HTML><Head><Title><Body>)
Define tags :
 Heading Tags <h1> <h2><h3><h4><h5><h6> : <H1> is the largest heading <h6> is the smallest heading
 Formatting Tags : <B> <I><U><Sup><Sub><Strike>
 <center> Tag to align text, image, table in center align.
 <P> Paragpaph : Attribute : Align <P align=“left”>
 <Font> Attribute : Face, Size, Color <Font face=“verdana” size=“7” color=“red”>
 <img> tag Attribute : SRC, Align, Height, Width, Border, Title/Alt
 <HR> tag Attribute : Size, Color, Width
 <BR>
 <Table> Attribute : Border, Bordercolor, Bgcolor, Background, Cellspacing, Cellpadding etc.
 <A> anchor tag : used for linking <a href=“computer.html”> Click to open </a>
 List Tags : <OL> <LI>, <UL><LI>, <DL> <DT><DD>
 <Marquee> used for scrolling text : Attribute : scrollamount, bgcolor, behaviour etc.
<HTML>
<head><title>Table</title></head> <HTML>
<BODY> <head><title>Table</title></head>
<BODY>
<TABLE BORDER=“2”> <TABLE BORDER=“1” CELLSPACING="10"
<TR> CELLPADDING="10" BORDERCOLOR="RED">
<TH>Name</TH> <TR>
<TH>Hindi</TH> <TH>Conatainer Tags</TH>
<TH>English</TH>
<TH>Empty Tags</TH>
</TR>
<TR>
</TR>
<TD>Jai</TD> <TR>
<TD>89 </TD> <TD>Containter tags has a starting and end tag. </TD>
<TD>99</TD> <TD>Empty tags has only start tag.</TD>
</TR> </TR>
<TR> <TR>
<TD>Ishan</TD> <TD>HTML, HEAD, BODY, Font, Pre are container .
<TD>76</TD> tags.</TD>
<TD>65</TD> <TD>BR, HR, Img are empty tags </TD>
</TR> </TR>
<TABLE> </Body> </HTML> <TABLE>
</Body> </HTML>

<HTML>
<HEAD><TITLE> Additional Tags </TITLE> </HEAD>
<BODY background= “image url”>
H<SUB> 2 </SUB> O AND CO <SUB> 2 </SUB> <BR><BR>
A <SUP> 2 </SUP> +B <SUP> 2 </SUP> <BR><BR>
<STRIKE> HTML IS A PROGRAMMING LANGUAGE </STRIKE>
<PRE> HTML is a web page layout language </PRE>
</BODY></HTML>
<HTML> <HTML>
<HEAD><TITLE> IMAGE INSERTING </TITLE> </HEAD> <HEAD><TITLE> Order List </TITLE>
<BODY> </HEAD>
<IMG SRC= “IMAGE URL” HEIGHT=”30%” WIDTH=”25%” Align=”right”> <BODY>
<IMG SRC= “IMAGE URL” Title=”It is an image” Border=”10”> <OL TYPE=”A” START=“5”> APPS
</BODY></HTML> <LI>Whatsapp </LI>
<LI> Google Maps </LI>
<LI> Gmail </LI>
</OL>
<HTML>
<HR> <BR>
<HEAD><TITLE> LINKING </TITLE> </HEAD>
</Body></HTML>
<BODY>
<A href=“computer.html”> Click to Open </A>
<A href=“computer.html”> <img src= “Image URL”> </A> <HTML>
</BODY></HTML> <HEAD><TITLE> Unordered List </TITLE>
</HEAD>
<BODY>
<UL TYPE= “circle”> APPS
<HTML>
<LI>Whatsapp </LI>
<HEAD><TITLE> IMAGE INSERTING </TITLE> </HEAD>
<LI> Google Maps </LI>
<BODY>
<LI> Gmail </LI>
<CENTER> <H2> DAV SCHOOL </H2> </CENTER>
</UL>
<HR COLOR= “RED” SIZE= “10” WIDTH= “80%”>
<HR> <BR>
<DL> APPS
</Body></HTML>
<DT> GOOGLE MAPS </DT>
<DD>IT SHOWS MAP AROUND THE WORLD</DD>
<DT> WHATS APP </DT>
<DD>SOCIAL NETWORKING WEBSITE</DD>
</BODY></HTML>

You might also like