QUICK GUIDE TO PREPARE A WEBPAGE
Page 3: Basic file structure of HTML documents
All standard HTML documents have a similar file structure as shown in the following table.
<html>
<Head>
<Title>Your Webpage Title</Title>
</Head>
<Body>
</Body>
</html> |
The most basic structure for all HTML files are same. The only differences are Webpage Title and Webpage Contents.
|
|
|

Training Center |
|
Web Page Design |
|
|
|
|
|
|
|
|
| |
| |
| |
|