Tutorial: Ebook

Tutorials | Html Introduction | Basic Html Code | Ebook Tutorial

Below is the HTML code for the simple page shown opposite. It is suitable for an ebook. Highlight it and copy it into Notepad and save it as and HTML file. Customise the color names and numbers and see what that does. Use the HTML tutorial for more help.

<html>
<head>
<title>The title that can be seen in the head section of your window goes here</title>
</head>
 
<body>
<table width="100%" border="0" >
<tr>
<td width="758" height="64" valign="top" bgcolor="blue">
<center>
<font color="red"><h1>Your Title Goes Here </h1></font>
</center></td>
</tr>
<tr>
<td height="266" valign="top">
<BR><BR>
<p><img src="name_of _image.jpg" hspace="10" align="left">Your text goes here
<BR>
Your text goes here
</p>
</td>
</tr>
</table>
</body>
</html>





© J. K. Phillips     Disclaimer
Current URL: