The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> Main Page HTML, Main Page HTML
riotgirl_57
post Apr 6 2007, 11:21 AM
Post #1





Group: Members
Posts: 2
Joined: 6-April 07
Member No.: 2,450



Hello,I'm new here.
I've made sites before but it's been awhile.And I need help with html.
When you make a new page,what is the code you put on it.
Is it this?
<html>
<head>
<title>TITLE HERE</title>
</head>

<body>
<center>
<META HTTP-EQUIV="Expires" CONTENT="-1">
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">


<style type="text/css">

A:link
{ text-decoration: none; }

body
{ background-color: #000000; }
</center>
</style>
</body>
</html>

Please help.Thanks
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Apr 6 2007, 12:38 PM
Post #2


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,716
Joined: 9-August 06
Member No.: 6



¡Hola! laugh.gif

Uhm, no. A basic HTML skeleton, you mean? I'd remove the meta tags altogether. If you keep them they shouldn't be in BODY but in HEAD. So should the style block. CENTER is an old, deprecated tag. Off it goes. The document also lacks a doctype.

http://htmlhelp.com/reference/html40/structure.html
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 29th March 2024 - 08:16 AM