0% found this document useful (0 votes)
69 views10 pages

HTML Codings: Page Design

The document provides HTML coding for page design and links. It includes formatting tags for headings, paragraphs, tables, lists, and forms. Styles are applied for fonts, sizes, colors, and alignments. Fields are defined for user input like name, email, sex, bank etc. Select boxes and buttons are included for destinations, banks, and form submission.

Uploaded by

zenith16
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
69 views10 pages

HTML Codings: Page Design

The document provides HTML coding for page design and links. It includes formatting tags for headings, paragraphs, tables, lists, and forms. Styles are applied for fonts, sizes, colors, and alignments. Fields are defined for user input like name, email, sex, bank etc. Select boxes and buttons are included for destinations, banks, and form submission.

Uploaded by

zenith16
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 10

HTML CODINGS

PAGE DESIGN

<html>

<body>

<body bgcolor="powderblue">

<h1 style="text-align:center; font-family:berlin sans fb demi; color:green; font-


size:60px">

Book Your Tickets in Advance to Get a Cheap Deal

</h1>

<p style="text-align:center; font-family:berlin sans fb; color:crimson; font-


size:40px">

<blink>

The Following Cities Sweep You Off Your Feet !!

</p></blink>

<table border="2" bordercolor="red" cellpadding="2" cellspacing="2"


width="100%">

<tr>

<td><b>ABOUT US</td></b>

<td><b>GALLERY</b></td>

<td><b>NEW EVENTS</b></td>

<td><b>MEETINGS</b></td>
<td><b>FARES</b></td>

<td><b>ENCHANTING SPOTS</b></td>

<a style=text-align:center href="file:///C:/Documents%20and


%20Settings/s/Desktop/New%20Folder/nextpg.html"><b>

<marquee bgcolor=powderblue width=1260 height=20 direction=right


behavior=alternate scrolldelay=500>

GRAB THE TRAP!!

</a></b>

</tr></b>

</table>

<br>

<ul type="disc">

<li>DELHI</li>

<li>MUMBAI</li>

<li>CHENNAI<li>

<li>BANGLORE<li>

<ul type="circle">

<li>KERALA</li>

<li>GOA</li>
<li>AGRA</li>

<li>INDORE</li>

</ul>

</ul>

<h1 style="text-align:center; font-family:comic sans ms; font-size:20px;


color:indianred">

your deam to fly comes true by a simple try !!</h1>

<h1 style="text-align:center; font-family:comic sans ms; font-size:20px;


color:indianred">

Register Here & Have a Safe Ride !!</h1>

<HR NOSHADE SIZE=4 WIDTH=100% COLOR=CRIMSON>

<table border="2" bordercolor="red" cellpadding="2" cellspacing="2"


width="100%">

<tr>

<td><b>SITE MAP</b></td>

<td><b>FEEDBACK</b></td>

<td><b>ALERTS</b></td>

<td><b>TERMS & CONDITIONS</b></td>

<td><b>HOME</b></td>
<h1 style= "text-align:center; font-family:algerian; font-size:20px; color:crimson">

CONTACT US:42134562

SEND YOUR FEEDBACK TO:[email protected]

</tr>

</table>

</body>

</html>

OUTPUT DOCUMENT
LINK PAGE DESIGN

<html><head>

<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">

</head><body background="shweta2_files/a" bgcolor="pink">

<h1 style="text-align: center; font-size: 50px; font-family: broadway; color:


darkgreen;">

<u>

ONLINE REGISTERATION

</u></h1><u></u>

<hr noshade="noshade" size="4" color="CRIMSON" width="100%">

<p style="text-align: center; font-family: engravers mt; font-size: 20px;


color: red;">

YoUr DeTaILs PleAsE

</p>

<form>

<center>
Your Email Address<input gtbfieldid="1" name="from" type="input"><p>

Your First Name<input gtbfieldid="2" name="firstname"


type="input"></p><p>

Your Last Name<input gtbfieldid="3" name="lastname"


type="input"></p><p>

Sex <input name="sex" value="male" type="radio"> Male

<input name="sex" value="female" type="radio"> Female

</p>

Credit Card No.<input gtbfieldid="4" name="subject" type="input"><p>

Your bank

<select gtbfieldid="5" name="Bank">

<option>State Bank Of India

</option><option>ICICI

</option><option>Syndicate Bank

</option><option>HDFC

</option><option>Kotak Mahindra Bank

</option><option>Axis Bank

</option><option>CitiBank

</option><option selected="selected">ICICI

</option><option>Punjab and Sind bank


</option></select></p><p>

Departure Spot

<select gtbfieldid="6" name="City">

<option>Delhi

</option><option>Chandigarh

</option><option>Goa

</option><option>Porbunder

</option><option>Patna

</option><option>Srinagar

</option><option>Bangalore

</option><option>Mangalore

</option><option>Hisar

</option><option>Kochi

</option><option>Bhopal

</option><option>Indore

</option><option>Mumbai

</option><option>Pune

</option><option selected="selected">Delhi

</option><option>Pondicherry
</option></select></p><p>

Destination Spot

<select gtbfieldid="7" name="City">

<option>Delhi

</option><option>Mumbai

</option><option>Chennai

</option><option>Bangalore

</option><option>Kerala

</option><option>Goa

</option><option>Agra

</option><option>Indore

</option><option selected="selected">Mumbai

</option></select></p><p>

<input value="Reset" type="reset">

<input value="Submit" type="submit">

</p></center></form></body></html>
OUTPUT DOCUMENT

You might also like