Như quý vị trong lớp website đề nghị. Dưới đây là HTML page mà quý vị có thể làm theo.
<html>
<head>
<title>Home Page</title>
<style>
#logotext
{
color:blue;
text-align:center;
text-shadow: 2px 2px #ff0000;
font-family:"Tahoma",Georgia,Serif;
text-decoration:blink;
}
#logotable
{
border:5px solid purple;
background-color:yellow;
width:100%;
vertical-align:text-bottom;
}
</style>
</head>
<body>
<table id="layout" width="98%" Height="100%" border="1">
<tr id="Header" Height="20%">
<td colspan="2">
<table id="logotable" >
<tr>
<td width="30%" style="padding-left:20px">
<img src="images\bonsai logo.jpg" alt="company logo" width="64" height="64" />
</td>
<td width="50%" >
<h1 id="logotext"> Green Thumb Bonsai</h1>
</td>
<td width="20%" >
</td>
</tr>
</table>
</td>
</tr>
<tr id="Main" Height="60%">
<td id="LeftContent" width="40%">
This is Left
</td>
<td id="RightContent" width="60%">
This is Right
</td>
</tr>
<tr id="Footer" Height="20%">
<td colspan="2">
Footer here
</td>
</tr>
</table>
</body>
</html>
No comments:
Post a Comment