Webfile
Webfile
file
by shaurya gupta
XI-K
Introduction of HTML
<html>,<head>,<body>,<title>
Tags
A tag is a fromat for displaying carious
multimedia cloment in the web browser
there multimedia cloment are
text,Image,Graphics,Animation,Audio,Video,
etc.
Physical formatting tags
Physical tags:-
Physical tags are used to indicate that how
specific characters are to be formatted or
indicated using HTML tags. Any physical
style tag may contain any item allowed in
text, including conventional text, images,
line breaks, etc. Physical tags can only be
used for styling purposes for specific
elements.
List
ordered list
Ordered List or Numbered List (ol) In HTML,all the list items
in an ordered list are marked with numbers by default instead
of bullets. An HTML ordered list starts with the <ol> tag and
ends with the </ol> tag. The list items start with the <li> tag
and end with </li> tag.
unordered list
Frames in HTML
Table
A table is latular form of reprertaing data on a
weblage
<HTML>
<Head>
<Title>Registration
</Title>
</Head>
<Body>
<Hl align="center"> Registration
form <H1
<form method="post" artios "[email protected]">
<P> Name
Input type="text" size="30"
Name="Name">
</p>
<P> Age
< Input type=Number" name=”age”
</p>
<P> Gender
<input type="radio value="Male"
Name Male <input type = "radid" value =
"male"
Name="i7 male
<input type = "radio "valve = "Transgonter"
Name = ")" Transgender </P>
<P>Hobbiesinput type="checkbox" value="read" Name Hi"> Read
Write Fext input type="checbox" value="read"
Name Hi">Read
<input type="checkbox "valvor="white"
Name ="12"> Writ
Fext <input type = "chorkbox" value=
"Singing!" nme = "13" Singig</P>
<P> Parrewor
Kinput type = "Password"
<Size="30" Name = Parosword>
</p>
<P>
Inhet type = "Submit rame = "Submit"
Rimput type = "Rort" Name="hert "walue
="3"> Singing </P>
<input type = "Reset" Name = Reset Value
=”rest”>
</P> </Form>
</Body>
</HTML>
more eg
<html>
<head>
<title>Algebraic Equations
</title></head>
<body>
<h1 align="center">Algebric identeties
</h1>
<hr width="50%">
<P>Difference of square:(a-b)<Sup>2</Sup>=a<sup>2</sup>-2ab+b<sup>2</sup><br>
difference of cubes:(a-b)<sup> 3</sup>=(a-b)(a<sup>2</sup>-2ab+b<sup>2</sup>)<br>
Sum of Cubes:(a+b)<sup>3</sup>=a<sup>3</sup>+b<sup>3</sup>+3a<sup>2</sup>+2b<sup>3</sup>
<br>
</P>
</Body>
</html>
<html>
<head>
<title>Algebraic Equations
</title></head>
<body>
<h1 align="center">Algebric identeties
</h1>
<hr width="50%">
<P>Difference of square:(a-b)<Sup>2</Sup>=a<sup>2</sup>-2ab+b<sup>2</sup><br>
difference of cubes:(a-b)<sup> 3</sup>=(a-b)(a<sup>2</sup>-2ab+b<sup>2</sup>)<br>
Sum of Cubes:(a+b)<sup>3</sup>=a<sup>3</sup>+b<sup>3</sup>+3a<sup>2</sup>+2b<sup>3</sup>
<br>
</P>
</Body>
</html>
<html>
<head>
<title>Algebraic Equations
</title></head>
<body>
<h1 align="center">Algebric identeties
</h1>
<hr width="50%">
<P>Difference of square:(a-b)<Sup>2</Sup>=a<sup>2</sup>-2ab+b<sup>2</sup><br>
difference of cubes:(a-b)<sup> 3</sup>=(a-b)(a<sup>2</sup>-2ab+b<sup>2</sup>)<br>
Sum of Cubes:(a+b)<sup>3</sup>=a<sup>3</sup>+b<sup>3</sup>+3a<sup>2</sup>+2b<sup>3</sup>
<br>
</P>
</Body>
</html>
<html>
<head>
<title>
Rowspan
</title>
</head>
<body>
<h1 align="center">Sports List</h1>
<font size="16">
<table border="3">
<tr>
<th> Category</th>
<th> Types</th>
</tr>
<tr>
<td rowspan="4">
Sports</td>
<tr>
<td>Badminton</td>
</tr>
<tr>
<td> Football</td>
</tr>
<tr>
<td> Basket Ball</tr>
</tr>
<tr>
<td rowspan="4">
Martial arts</td>
<tr>
<td>Judo</td>
</tr>
<tr>
<td> Karate</td>
</tr>
</tr>
</table>
</font>
</body>
</html>