Create Your Own Web Page Practice Page

***** Web Page Starts Here *****
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>
Here you will place the title of the page. The texts here are displayed at the topmost left of a browser or web page. Limit your Page Title up to a maximum of 64 characters only, including spaces as search engine optimization rule.
</title>
<meta name="keywords" content="Enter here the relevant keywords in your web page. These must be keywords used to search in search engines. Keywords of every web page will depend on the content of your web page.">

<meta name="description" content="Enter here a very good description of your web page. This must contain the relevant keywords for search engine optimization. Description of every web page depends also on the content of your web page. Limit your description up to 100 characters only, including spaces as per search engine optimization rule.">

<style type="text/css">
<!--
This is the place for CSS Style Sheet or known as CSS. CSS defines the styles you will use in your web page such as font color and size of the text, background image, boxes, etc. These are effected in the body but most of the style definitions affects only those areas where you use them.
-->
</style>
</head>
<body>
Here you will implement the layout using style definitions you have made in the "style" section. Without putting anything here the page will be blank except for the title that will appear at the topmost left of the page. You will also place here the content of your website. It may be mixed of texts, images, audios and videos.
</body>
</html>
***** Web Page Ends Here *****

Create Your Own Web Page Here