Pages

Saturday, 4 April 2015

html coding for make webpage desinging

simle project webpage coding in html

<html>
<head>
<title> computer project </title>
<body bgcolor ="orange">
<img src=" as.jpg"width="200" hieght="100">
Introduction .
A computer is a general-purpose device that can be programmedto carry out a set of arithmetic or logical operations automatically. Since a sequence of operations can be readily changed, the computer can solve more than one kind of problem.
</body>
</head>
</html>





table in webpage

<html>
<head>
<title>table program</title></head>
<body bgcolor ="orange">
<table border ="20" align="center" color ="green">
<MARQUEE>AJAY THKAUR IS A GREAT MAN . </MARQUEE>
<tr>
<td>name</td>
</tr>
<tr>
<td>age</td>
</tr>
<td>class</td>
<td>RANK</td>
<td>PLACE</td>
<td>ADD</td>
</tr>
<td>ajay</td>
<td>20</td>
<td>bsc</td>
<td>1ST</td>
<td>SAGAR</td>
<td>SAGAR</td>
</tR>
</table><pre border="2" align ="right">
name add class
ajay kesli bsc
</pre>
</body>
</html>


frame in webpage add
<html>
<head>
<title>
table program</title></head>
<frameset cols="33%,33%,34%">
<frame src="as.html">
<frame src="as.html">
<frame src="as.html">
<img src ="ajay.jpg">
</frameset>
</html>


hyperlink add like google my music

<html>
<head>
<title> bank officer </title>
<body bgcolor ="orange">
ajay thakur is a great man
<img src ="ss.jpg" height ="200" width="200">
<img src ="ajay.jpg" height ="200" width="200">
<marquee direction ="down"><h1>po</h1></marquee direction>
<a href="https://www.google.co.in/.internet">google</a>
. </body>
</head>
</html>



FORM CODING 


<html>
<head></head>
<title>ajay </title>
<body bgcolOr = "pink">
<form>
s.no.<inPut type ="s.no" size ="10"><BR><BR>
name<inPut type ="name" size ="10"><BR><BR>
father name<inPut type ="father name" size="10"><BR><BR>
mother name<inPut type ="mother name" size="10"><BR><BR>
city<inPut type ="city" size ="10"><BR><BR>
qulification<input type ="qulification" size="10"><BR><BR>
address<input type ="address" size ="10"><BR><BR>
</form>
</body>
</html>

No comments:

Post a Comment