HTML Tutorials

Source code for creating a website using table:-
<!DOCTYPE HTML PUBLIC "-//W3C//DTD
HTML 4.01 Transitional//EN">
<html>
<head>
<title>Wesite using table</title>
</head>
<body style="margin: 0px; padding: 0px; font-
family: verdana;">
<table width="100%" style="height: 100%;"
cellpadding="10" cellspacing="0" border="0">
<tr><td colspan="2" width="200px"
style="height: 100px;" bgcolor="#ffff00"><h1
>&nbsp;&nbsp;Website</h1></td><td
colspan="2" width="20%" valign="bottom"
align="right" bgcolor="#ffff00">
<a href="#">Home</a>&nbsp;&nbsp;<a
href="#">About</a>&nbsp;&nbsp;<a
href="#">Services</a>&nbsp;&nbsp;<a
href="#">Contact</a>&nbsp;&nbsp;&nbsp;&n
bsp;<br></td></tr>
<tr><td colspan="4" valign="middle"
height="300" bgcolor="#a9ae9f" font-
size="40">
<marquee bgcolor="#cc0000" loop="-
1"scrollamount="10" width="100%"
height="100" valign="center" font-
size="40"><br><br>Welcome To Softque
Solutions</marquee></td></tr>
<tr><td width="25%" valign="top"
bgcolor="#ff0000">Website Development <br>
<p>
We are a leading website development
company, delivering high quality web
solutions throughout the world for years. Our
highly skilled developers deliver out of box
results including not only
eye catching elements, but GUI, originality,
ease of use & functioning
as well. We develop appealing and intuitive
web solutions to enhance your
customer base among your target audiences.
Our website development services are
focused not only to retain people's attentions,
but also to put an amazing long term
impression about your business.</p>
</td>
<td width="25%" valign="top"
bgcolor="#ff00ff">Webhosting Services <br>
<p>Website is online representation of your
business with complete contact information.
It is an online brochure where you can showcase
products and services.
It helps you highlight your business's unique
factors by pitching sales here.
You can interact with current and prospective
customers from your website and offer 24*7
support to them
It is platform to tell people about latest news,
advice and other opinions.
It is platform to attract new visitors through
digital marketing.
It helps you get unlimited leads 24*7.</p>
</td>
<td width="25%" valign="top"
bgcolor="#00ffff">Wes Application
Development<br>
<p>
Having a website is vital for any business in
this technology-driven world.
In this era of Internet and technology, where
any kind of product &
service can be accessed online, your
business website is the center of information &
interaction for your audience. We at D
Amies Technologies offer
high quality professional custom website
development services
to help your business enter into digitalized
world.
</p>
</td>
<td width="25%" valign="top"
bgcolor="#00ff00">Customer support<br>
<p>
Fast Development Process
Quality Check throughout the development
process
Test driven development
Team of experienced professionals
24*7 Support
Contact us now to share your requirements and
get a quote now!
</p>
</td>
</tr>
<tr><td colspan="2" align="center"
height="200px" bgcolor="#777d6a">contact
us:<br>Softque solutions <br>plno:120,road no
3 ,indian airlines<br>begumpet, hyderabad</td>
<td colspan="2" align="center" height=""
bgcolor="white"><form method=post
action="/cgibin/example.cgi">
Name <input type="text"
name="username"><br><br>
Email<input type="text"
name="email"><br><br>
Enter Your Comments:<br>
<textarea wrap="virtual" name="Comments"
rows=10 cols=40
maxlength=500></textarea><br><br>
<input type="Submit" value="Submit">
<input type="Reset" value="Clear">
</form></td>
</tr>
</table>
</body>
<html>
Source code for creating a website using div:---
<!DOCTYPE html>
<html>
<head>
<title>table using div</title>
<style type="text/css">
.divTable
{
display: table;
width:100%;
background-color:#eee;
border:0px solid #666666;
border-spacing:0px;
}
.divRow
{
display:table-row;
width:100%;
}
.divCell
{
float:left;
display:table-column;
width:100%;
font-size:20;
background-color:#ccc;
}
.divCell h1 {padding:10px 50px;}
.divCell a {padding:10px 10px; }
</style>
</head>
<body>
<form id="form1">
<div class="divTable">
<!--Header -->
<div class="headRow">
<div class="divCell"
style="height:100px;background-color:#ffba00;
width:30%;" >
<h1>Website</h1>
</div>
<div class="divCell"
style="height:100px;background-
color:#ffba00;width:70%;"margin:50px 10px
100px 2px; >
<a
href="C:\Users\SOFTQUE-
4\Desktop\htmldocument\html\home.html">Ho
me</a>&nbsp;&nbsp;
<a
href="#">About</a>&nbsp;&nbsp;
<a
href="#">Services</a>&nbsp;&nbsp;
<a
href="#">Contact</a>&nbsp;&nbsp;&nbsp;&n
bsp;
</div>
<!--nav-->
</div>
<div class="divRow"
style="height:200px;background-
color:#baff00;"><h2 align="right"font-
size="20"><a href="C:\Users\SOFTQUE-
4\Desktop\htmldocument\html\signup.html"><i
nput type="submit" value="SignUp"
></a>&nbsp;&nbsp;&nbsp;&nbsp;</h2>
<div class="divCell"
align="center"><marquee bgcolor="#cc0000"
loop="-1"scrollamount="10" width="100%"
height="100" valign="center" font-
size="40"><h1>Welcome To Softque
Solutions</h1></marquee>
</div>
</div>
<!--content-->
<div
class="divRow"style="height:400px;backgroun
d-color:#00baff;">
<!--content left-->
<div
class="divCell"style="height:400px;background
-
color:#00baff;width:23%;padding:10px;"><h2>
&nbsp;&nbsp;Website Development</h2>
<p>
We are a leading website
development company,
delivering high quality web
solutions throughout the world for years.
Our highly skilled developers
deliver out of box results
including not only eye
catching elements, but GUI, originality,
ease of use & functioning as
well. We develop appealing and intuitive
web solutions to enhance
your customer base among your target
audiences.
Our website development
services are focused not only to retain people's
attentions, but also to
put an amazing long term impression about your
business.
</p>
</div>
<!--content middle left-->
<div
class="divCell"style="height:400px;background
-
color:#00baff;width:23%;padding:10px;"><h2>
&nbsp;&nbsp;Web Hosting</h2>
<p>Website is online
representation of your business with complete
contact information.
It is an online brochure where you
can showcase products and services.
It helps you highlight your
business's unique factors by pitching sales here.
You can interact with current and
prospective customers from your website and
offer 24*7 support to them
It is platform to tell people about
latest news, advice and other opinions.
It is platform to attract new visitors
through digital marketing.
It helps you get unlimited leads
24*7.</p>
</div>
<!--content middle right-->
<div
class="divCell"style="height:400px;background
-
color:#00baff;width:25%;padding:10px;"><h2>
&nbsp;&nbsp; Application development</h2>
<p>
Having a website is vital for any
business in this technology-driven world.
In this era of Internet and
technology, where any kind of product &
service can be accessed online,
your business website is the center of
information &
interaction for your audience.
We at D Amies Technologies offer
high quality professional custom
website development services
to help your business enter into
digitalized world.
</p>
</div>
<!--content right-->
<div
class="divCell"style="height:400px;background
-color:#00baff;width:22%;padding:10px;
"><h2>&nbsp;&nbsp;Web Services</h2>
<p>
Fast Development Process
Quality Check throughout the
development process
Test driven development
Team of experienced
professionals
24*7 Support
Contact us now to share your
requirements and get a quote now!
</p>
</div>
</div>
<!--footer-->
<div
class="divRow"style="height:200px;backgroun
d-color:#ffbaff;">
<div
class="divCell"style="height:500px;background
-color:#ffbaff;
width:47%;align:center;padding:20px"><br><h
3>contact us:</h3><br>Softque solutions
<br>plno:120,road no 3 ,indian
airlines<br>begumpet, hyderabad</div>
<div
class="divCell"style="height:500px;background
-
color:#ffffba;width:47%;align:center;padding:2
0px"><form method=post
action="/cgibin/example.cgi">
Name <input type="text"
name="username"><br><br>
Email<input type="text"
name="email"><br><br>
Enter Your Comments:<br>
<textarea wrap="virtual" name="Comments"
rows=10 cols=40
maxlength=500></textarea><br><br>
<input type="Submit" value="Submit">
<input type="Reset" value="Clear">
</form></div>
</div>
</div>
</form>
</body>
</html>

Source code for User Registration Form in HTML and Form validation in JavaScript

<!DOCTYPE html> <html> <head> <title>form</title> <style type="text/css"> .FormWrapper{ margin-top: 20px; margin-left: 20px; width: 100%; height: 700px; font-family: trebuchet ms; } .FormTitle{ margin-top: 20px; margin-left: 20px; width: 20%; height: 30px; font-family: trebuchet ms; font-size: 20px; } .FormLeftWrapper{ float: left; margin-top: 10px; margin-left: 20px; width: 12%; height: 100px; font-family: trebuchet ms; font-size: 20px; } .FormRightWrapper{ float: left; margin-top: 0px; width: 40%; height: 500px; font-family: trebuchet ms; font-size: 16px; } #fNamePrompt{ font-size: 14px; } #mNamePrompt{ font-size: 14px; } #lNamePrompt{ font-size: 14px; } #EmailPrompt{ font-size: 14px; } #PasswordPrompt{ font-size: 14px; } #PasswordcPrompt{ font-size: 14px; } #PhonePrompt{ font-size: 14px; } #TextPrompt{ font-size: 14px; } #PincodePrompt{ font-size: 14px; } #address{ margin-bottom: 100px; } #DatePrompt{ font-size: 14px; } #Image{ width: 220px; height: 30px; margin-top: 15px; margin-bottom: 15px; } #Submit{ font-size: 20px; } .FormInput{ height: 20px; margin-top: 15px; } .FormLable{ height: 20px; margin-top: 10px; margin-bottom: 20px; } .FormTextArea{ height: 100px; margin-top: 15px; } </style> </head> <body> <div class="FormWrapper"> <div class="FormTitle">User registration Form </div> <div class="FormLeftWrapper"> <div class="FormLable">FirstName:</div> <div class="FormLable">MiddleName:</div> <div class="FormLable">LastName:</div> <div class="FormLable">Email</div> <div class="FormLable">Password</div> <div class="FormLable">ConfirmPassword</div> <div class="FormLable">Phone Number</div> <div id="address" class="FormLable">Address</div> <div class="FormLable">Pincode</div> <div class="FormLable">DateOfBirth</div> <div class="FormLable">Image Upload</div> </div> <div class="FormRightWrapper"> <form > <input id="fName" onkeyup="validatefName()" class="FormInput" type="text"> <label id="fNamePrompt"></label><br /> <input id="mName" onkeyup="validatemName()" class="FormInput" type="text"> <label id="mNamePrompt"></label><br /> <input id="lName" onkeyup="validatelName()" class="FormInput" type="text"> <label id="lNamePrompt"></label><br /> <input type="email" id="Email" onkeyup="validateEmail()" class="FormInput" > <label id="EmailPrompt"></label><br /> <input type="password" id="Password" onkeyup="validatePassword()" class="FormInput" > <label id="PasswordPrompt"></label><br /> <input type="password" id="Passwordc" onkeyup="validatePasswordc()" class="FormInput" > <label id="PasswordcPrompt"></label><br /> <input type="text" id="Phone" onkeyup="validatePhone()" class="FormInput" > <label id="PhonePrompt"></label><br /> <textarea type="text" id="Text" class="FormTextArea" onkeyup="validateAddress()" ></textarea> <label id="TextPrompt" ></label><br /> <input type="text" id="Pincode" onkeyup="validatePincode()" class="FormInput" > <label id="PincodePrompt"></label><br /> <input type="Date" id="Date" onkeyup="validateDate()" class="FormInput" > <label id="DatePrompt"></label><br /> <input type="file" id="Image" onchange="validateImage()" class="FormInput" accept="image/gif, image/jpeg" multiple > <label id="ImagePrompt"></label><br /><br /> <input type="submit" id="Submit" value="submit" on class="FormSubmit" onclick="return validateSubmit() " > </form> </div> <div class="clearBoth"></div> </div> <script type="text/javascript"> function validateSubmit(){ if(validatefName()) { if(validatemName()) { if(validatelName()) { if(validateEmail()) { if(validatePassword()) { if(validatePasswordc()) { if(validatePhone()) { if(validateAddress()) { if(validatePincode()) { if(validateDate()) { if(validateImage()) { return true; } } } } } } } } } } } return false; } function validatefName() { var fname=document.getElementById('fName').value; if (fname.length==0) { producePrompt("Name is required","fNamePrompt","red"); return false; }else if(!fname.match(/^[a-zA-Z]{4,20}$/ )){ producePrompt("Name is aiphabates only 4 & 20 chars","fNamePrompt","red"); return false; } producePrompt(" ","fNamePrompt","green"); return true; } function validatemName() { var mname=document.getElementById('mName').value; if (mname.length==0) { producePrompt("Name is required","mNamePrompt","red"); return false; }else if(!mname.match(/^[a-zA-Z]{4,20}$/ )){ producePrompt("Name is aiphabates only 4 & 20 chars","mNamePrompt","red"); return false; } producePrompt(" ","mNamePrompt","green"); return true; } function validatelName() { var lname=document.getElementById('lName').value; if (lname.length==0) { producePrompt("Name is required","lNamePrompt","red"); return false; }else if(!lname.match(/^[a-zA-Z]{4,20}$/ )){ producePrompt("Name is aiphabates only 4 & 20 chars","lNamePrompt","red"); return false; } producePrompt(" ","lNamePrompt","green"); return true; } function validateEmail() { var email=document.getElementById('Email').value; if (email.length==0) { producePrompt("Enter your email","EmailPrompt","red"); return false; }else if(!email.match(/\b[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\.[A-Za-z]{2,}\b/)){ producePrompt("Enter valid email","EmailPrompt","red"); return false; } producePrompt("","EmailPrompt","green"); return true; } function validatePassword() { var password=document.getElementById('Password').value; if (password.length==0) { producePrompt("Enter your password","PasswordPrompt","red"); return false; }else if(password.length<6){ producePrompt("Enter atleast 6 charecters","PasswordPrompt","red"); return false; } producePrompt(" ","PasswordPrompt","green"); return true; } function validatePasswordc() { var passwordc=document.getElementById('Passwordc').value; var password=document.getElementById('Password').value; if (passwordc!=password) { producePrompt("your confirm password same as pasword ","PasswordcPrompt","red"); return false; } producePrompt(" ","PasswordcPrompt","green"); return true; } function validatePhone() { var phone=document.getElementById('Phone').value; if (phone.length==0) { producePrompt("Phone number is required","PhonePrompt","red"); return false; }else if(!phone.match(/^[0-9]{10,12}$/ )){ producePrompt("Phone number should have numbers only 10 to 12","PhonePrompt","red"); return false; } producePrompt(" ","PhonePrompt","green"); return true; } function validateAddress() { var comment=document.getElementById('Text').value; if (comment.length==0||comment.length<50) { producePrompt("Enter your comment min 50 letters","TextPrompt","red"); return false; } producePrompt(" ","TextPrompt","green"); return true; } function validatePincode() { var pincode=document.getElementById('Pincode').value; if (pincode.length==0) { producePrompt("Pincode number is required","PincodePrompt","red"); return false; }else if(!pincode.match(/^[0-9a-zA-Z]{2,2}\d{3,4}$/ )){ producePrompt("Pincode number should have 5 to 6 chars","PincodePrompt","red"); return false; } producePrompt(" ","PincodePrompt","green"); return true; } function validateDate() { var dofb=document.getElementById('Date').value; if(dofb==""){ producePrompt("Please enter your date of birth ","DatePrompt","red"); return false; } producePrompt(" ","DatePrompt","green"); return true; } function validateImage() { var image=document.getElementById('Image').value; if(image==""){ producePrompt("please upload file ","ImagePrompt","red"); return false; }else if(!/(\.bmp|\.gif|\.jpg|\.jpeg)$/i.test(image)){ producePrompt("please uplode image in .jpg or .gif or .png","ImagePrompt","red"); return false; }else if(image!=0){ producePrompt(" ","ImagePrompt","green"); return true; } producePrompt("please upload image file ","ImagePrompt","green"); return false } function producePrompt(message,promptLocation,color){ document.getElementById(promptLocation).innerHTML=message; document.getElementById(promptLocation).style.color=color; } </script> <div style="text-align:right;position:fixed;bottom:3px;right:3px;width:100%;z-index:999999;cursor:pointer;line-height:0;display:block;"><a target="_blank" href="https://www.freewebhostingarea.com" title="Free Web Hosting with PHP5 or PHP7"><img alt="Free Web Hosting" src="https://www.freewebhostingarea.com/images/poweredby.png" style="border-width: 0px;width: 180px; height: 45px; float: right;"></a></div> </body> </html>