|
|
| Web Design
|
|
Example for Page Design
<html>
<head>
<title>PageDesign</title>
</head>
<body>
<table align="center" width="950" bgcolor="#FFFFFF">
<tr>
<td width="314" height="400" valign="top">
<table align="center" width="314" bgcolor="#FFFFCC">
<tr bgcolor="#FFFFCC">
<td height="194" align="left" valign="top">
<marquee style="border: 1px black solid " onmouseover="this.setAttribute('scrollamount', 0, 0);"
onmouseout="this.setAttribute('scrollamount', 6, 0);" SCROLLDELAY=150 SCROLLAMOUNT=5 direction=up>
<font color="#0062C4" size="5"> Technical Training</font><br>
<img src="images/bullets.jpg" height="20">Html,JavaScript<br>
<img src="images/bullets.jpg" height="20">JAVA,JDBC<br>
<img src="images/bullets.jpg" height="20">Struts,Hibernate<br>
<img src="images/bullets.jpg" height="20">Spring,DotNet<br>
<img src="images/bullets.jpg" height="20">ANT,Log4j<br>
</marquee>
</td>
</tr>
</table>
</td>
<td width="314" valign="top">
<table align="center" width="314" bgcolor="#E1E1E1">
<tr>
<td></td>
</tr>
<tr>
<td align="center" background="images/header_bg.gif"><font color="#FFFFFF" size="+1">
Professionals Login</font></td>
</tr>
<tr>
<td height="44">Developer Code:
<input name="userName" type="text" /></td>
</tr>
<tr>
<td height="42">Password:
<input name="userPass" class="t" id="textfield2" type="password" /></td>
</tr>
<tr>
<td height="35" headers="36">Member Type:
<select class="select" name="userType">
<option name="Developer">Developer</option>
<option name="Guide">Guide</option>
<option name="Admin">Admin</option>
<option name="Consultant">Consultant</option>
</select>
</td>
</tr>
<tr>
<td align="center" height="39" headers="36">
<input name="submit" type="submit" value="Login" onClick="returnfn1()"/>
<input name="Clear" type="reset" value="Clear" /></td>
</tr>
</table>
</td>
<td valign="top">
<table align="center" width="307">
<tr>
<td height="100"><img src="images/jobs.jpg" width="295" height="110"></td>
</tr>
<tr>
<td><img src="images/site_22.jpg" width="295" height="80"></td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
Output:
|
|
|
|
|
|
|
|
|
Back to Top |
|