Thursday 26 September 2013

Posted by Unknown On Thursday, September 26, 2013

Default HTML templet
I have created a basic HTML document that I use as a starting point for all my websites. If you do not understand what a paticular line of code means, hold your mouse over that line for an explaination.
Copy the template and paste it into your HTML editor of choice. (Mine is Macromedia Homesite).
01<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
03<html>
04<head>
05    <meta http-equiv="Content-type" content="text/html; charset=UTF-8" />
06    <title>CompanyName - PageName</title>
07    <meta http-equiv="Content-Language" content="en-us" />
08     
09    <meta http-equiv="imagetoolbar" content="no" />
10    <meta name="MSSmartTagsPreventParsing" content="true" />
11     
12    <meta name="description" content="Description" />
13    <meta name="keywords" content="Keywords" />
14     
15    <meta name="author" content="Enlighten Designs" />
16     
17    <style type="text/css" media="all">@import "css/master.css";</style>  <style type="text/css" media="all">@import "css/master.css";</style>
18</head>
19 
20<body>
21 
22</body>
23</html>
Save this as index.html in your websites root (htdocs) directory.
The structure of your website directories should be like so:



Creating a CSS layout from scratch

Creating a CSS layout from scratch Creating a CSS layout from scratch Creating a CSS layout from scratch Creating a CSS layout from scratch

you are reading : Creating a CSS layout from scratch

Amazing content i did not see before thanks..
Naeem Sagar
Date published: 10/13/2015
4.8 / 5 stars

0 comments :

Post a Comment

Write some thing Good for us...........

Note: only a member of this blog may post a comment.