Click here to Skip to main content
15,893,381 members
Articles / Web Development / XHTML

Speed Up Your Website - By Example

Rate me:
Please Sign up or sign in to vote.
4.89/5 (95 votes)
26 May 2008CPOL13 min read 171.8K   986   245  
Learn how to optimize web page for better user experience
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">

<html>
	<head>
		<title>Hello World! - Template #4</title>
		<meta http-equiv="content-type" content="text/html; charset=UTF-8">
		<meta name="description" content="Optimize your website">
		<meta name="keywords" content="web,html,css,javascript,optimization,speed,fast">
		<meta http-equiv="expires" content="Fri, 16 Jul 2010 12:00:00 GMT">
		<link rel="stylesheet" type="text/css" href="Styles4.css">
	</head>
	<body>
		<div id="masthead"> its masthead </div>
		<div id="nav"> its navigation </div>
		<div id="content"> its content section
			<p>"There is always something we are waiting for."</p>
			<br>
			<p>Template #4: <b>Fluid, 5 Panels</b>.</p>
		</div>
		<div id="sidebar"> its a side bar </div>
		<div id="footer"> its footer </div>
	</body>
</html>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
President Mashal Software, Inc.
Canada Canada
Assad Baig has been in Software Development since 1997, working for various Health Organizations, Media and Research Companies. Mainly worked on Microsoft Technologies and Development tools. He holds M.sc in Computer Science and MCSD.

Comments and Discussions