Me, Myself and I

Submitted by: Submitted by

Views: 23

Words: 2607

Pages: 11

Category: English Composition

Date Submitted: 11/29/2014 07:14 PM

Report This Essay

SUBMITTED TO :

MR. WILBEN PAGTACONAN

INSTRUCTOR

EXZBOOK

Source Code:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>Welcome to Pexzbook</title>

<link href="style.css" rel="stylesheet" type="text/css">

</head>

<body>

<form method = "POST" name ="form1">

<div class="topBar">

<div class="topBar" id="topBar">

<div class="logo" id="logo">

<a class="float_logo" href="#" title="Go to Pexzbook Home">

<img id="logo" src="logo.png" width="273" height="72">

</a>

</div>

</div>

</div>

<div class="body">

<table width="1094" height="440" border="0" cellpadding="0" cellspacing="0">

<tr>

<td> <img src="pb.jpg" width="785" height="444"/>

<td>

<h1>LOG IN:</h1>

<table width="200" border="0">

<tr>

<td colspan="2"><input id="inputEmail" name="inputEmail" class="inputtext"type="text"></td>

</tr>

<tr>

<td colspan="2"><input id="inputPass" name="inputPass" class="inputtext"type="password"></td>

</tr>

<tr>

<td width="189">&nbsp;</td>

<td width="84">

<input name="loginButton" class="loginButton large confirm" type="submit" id="loginButton" value="Log-in">

</td>

</tr>

</table>

</tr>...