0% found this document useful (0 votes)
2 views13 pages

HTML Codings

The document contains multiple HTML code snippets demonstrating various web page elements such as forms, headings, hyperlinks, images, and tables. Each section illustrates different HTML features including input fields, radio buttons, dropdowns, and styling attributes. The document serves as a practical guide for creating basic web pages using HTML.

Uploaded by

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

HTML Codings

The document contains multiple HTML code snippets demonstrating various web page elements such as forms, headings, hyperlinks, images, and tables. Each section illustrates different HTML features including input fields, radio buttons, dropdowns, and styling attributes. The document serves as a practical guide for creating basic web pages using HTML.

Uploaded by

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

HTML CODINGS

By. Falak Shaikh


<html>
<head>
<title> Creating a Webpage </title></head>
<H1 align="center"> Application Form </H1>
<Form>
Enter Name:<Input type="text" Name=t1
maxlength="5">
<br>
Standard:<br>
<input type="radio" name=standard>11<sup>th</sup>
<input type="radio" name=standard>12<sup>th</sup>
<br>
<input type="submit" name="submit">
</form>
</body>
</html>
<html>
<head>
<title>Student Info</title></head><body>
<form name="student">
Name:<input type="text" name="sdname" required><br>
Stream:<select name="str">
<option value="s"> Science </option><option value="c"
selected> Commerce </option><option value="A">Arts
</option>
</select><br>
Subject:<select Multiple name="sub" size="4">
<option>Maths<option>Economics<option>I.T.<option>O.C.M.
<option>English<option>A.C.C.<option>Hindi
<option>Marathi<option>S.P.
</Select multiple><br>
<input type="button" value="validateuv data">
</form>
</body>
</html>
<Html>
<head>
<title> Heading Tags</title></head>
<Body> Hi
<BR> Hello
<H1 Align="center"> Heading Level 1 </H1>
<H2> Heading Level 2 </H2>
<H3 Align="Justify"> Heading Level 3 </H3>
<H4> Heading Level 4 </H4>
<H5 Align="Right"> Heading Level 5 </H5>
<H6> Heading Level 6 </H6>
</Body>
</Html>
<html>
<head>
<title>Hyperlnks</title></head>
<Body text="Lightblue" link="Pink" alink="Orange"
Vlink="Purple">
<h1>Hyperlinks in HTML </H1>
TEXT HYPERLINKS TO LOCAL WEBPAGE<BR>
<A href="Page1.html"> Click here </a>
<br>
<a href="Page2.html><img src="APJ Abdul
Kalam.jpg"></a><br>
<a href="Mailto:Mehartaj [email protected]"> Mail us </a>
<br>
<a href="http://www.rjcollege.edu.in"> College Website</a>
</body>
</html>
<html>
<head>
<title> Image Attributes
</title></head>
<body bgcolor="pink">
<Img src="APJ ABDUL KALAM.jpg"
width="500" height="400"
align="middle">
</body>
</html>
<html>
<head>
<title>Login form</title></head>
<body>
<h1> Login Page </h1>
<h3>
<form>
User Name: <input type="text">
<br>
Password:<input type="Password">
<br>
<Input type="Submit">
<Input type="Reset">
</form>
</h3>
</body>
</html>
<HTML>
<HEAD><TITLE>MY FIRST WEB
PAGE</TITLE></HEAD>
<BODY BGCOLOR="GREEN" TEXT="RED">
<H1> MY FIRST WEB PAGE</H1><HR
COLOR="RED">
<BR>
<B> FALAK ABDUL KARIM SHAIKH</B>
<BR>
<i> TRANSIT CAMP NEAR HIRANANDANI
MUMBAI-400076</i>
<BR>
STANDARD=11<SUP>th</sup>
</body>
</html>
<html
<head><title> Form </title></head>
<body><h1>Personal Information </h1>
<h3><form>
Name:<input type="text" value="UR NAME"
Name="User"><br>
Gender:<br>
<input type="Radio" Value="m" Name="Gender"> Male<br>
<input type="Radio" Value="f" Name="Gender"> Female<br>
<input type="Radio" Value="T" Name="Gender">
Transgender<br>
Hobbies:<br>
<Input type="Checkbox" Name="Hobby" Value="c">
Cricket<br>
<Input type="Checkbox" Name="Hobby" Value="f">
Football<br>
<Input type="Submit" Value="Login Here">
<Input type="Reset" Value="Clear">
</form>
</h3>
<html>
<head>
<title>Office </title></head>
<body>
<table border="2" bgcolor="Green" align="center">
<tr>
<th colspan="3">Working Hours Schedule </th>
</tr>
<tr>
<td rowspan="2">Oct<br>2022</td>
<td>Mon</td>
<td>Tues</td>
</tr>
<tr>
<td> 10:00 to 08:00 </td>
<td> 12:00 to 09:00 </td>
</tr>
</table>
</body>
</html>
<HTML>
<HEAD><TITLE>NUMBEROF STUDENT</TITLE></HEAD>
<BODY>
<TABLE border="2" ALIGN="CENTER" HEIGHT="300"
WIDTH="400">
<CAPTION> ATTENDENCE </CAPTION>
<TR BGCOLOR="ORANGE">
<TH colspan="3">NUMBER OF STUDENT </TH>
<TH>BOYS</TH>
<TH>GIRLS</TH>
</TR>
<TR BGCOLOR="LIGHTBLUE" ALIGN="CENTER">
<TD>100</TD>
<TD>50</TD>
<TD>50</TD>
</TR>
</TABLE>
</BODY>
</HTML>
<html>
<head><title> linking of page
</title></head>
<table Border="1"
ALIGN="CENTER">
<tr>
<b>STD-11<BR>
<I> STREAM=SCIENCE</I></B><br>
<A HREF="PAGE1.HTML"> DIV-A</A>
</TR>
</TABLE>
</BODY></HTML>
<HTML>
<HEAD>
<TITLE> FORMATING TAGS </TITLE></HEAD>
<BODY bgcolor="Pink">
<BR>
<B>MY NAME </B><br>
<DEL><i> Sahil </i><br></DEL>
<MARK><u> Saad</u><br></MARK>
H <SUP>2 </SUP><BR>
H<SUB>2 </SUB>O
<sMALL> AYNAL </SMALL><BR><INS>
FAHIMUDDIN</INS>

</BODY>
</HTML>

You might also like