Jump to content



Board Videos

Thumbnail

NCC SONG - Ham Sub Bha...

by: saurabhjain

28 March 2011 - 08:01 PM

Thumbnail

Best catch by Kapil De...

by: saurabhjain

15 October 2010 - 10:56 AM

Thumbnail

Facebook : aaj hi usk...

by: saurabhjain

10 April 2011 - 10:34 PM

Thumbnail

How to Tie a Tie: Wind...

by: saurabhjain

05 March 2010 - 08:43 PM

Thumbnail

Maine Pyar Kiya - Boll...

by: saurabhjain

26 March 2010 - 07:04 PM


"YOUR OWNHTML PAGES"


  • Please log in to reply
1 reply to this topic

#1 smilyflower

smilyflower

    Junior Member

  • Members
  • PipPip
  • 149 posts
  • Gender:Female
  • Location:india
  • Interests:smile with flowers, walk with nature & talk with GOD:)

Posted 30 November 2009 - 12:07 PM

your OWN HTML Pages


It should:

1. Contain: header, navigation, content, footer
2. Use well-structured HTML
3. Be error-free and encourage good coding

Let's start with number one there:

HTML document split up in four parts all with different meaning, use the
-tag. Div is short for “division” and isn't header, navigation and so on ...

!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html lang="en">
<head>
<meta http-equiv="Content-Type"
content="text/html; charset=ISO-8859-1">
<title>Your own page title</title>
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body>

<div id="header">
<h1>The name of this page</h1>
</div>
<div id="navigation">
<h2>Navigation</h2>
< ul>
<li><a href="first.html">First[/url]</li>
<li><a href="second.html">Second[/url]</li>
<li><a href="third.html">Third[/url]</li>
</ul>
</div>
<div id="content">
<h2>Content</h2>
<p>Some sample content, add your own here</p>
</div>
<div id="footer">
<p>This page is written by [Your name] and builds
n a
IT Acumens Project Centers
.</p>
</div>

</body>
</html>


body {
background-color: Green;
}
div {
border: 3px solid Black;
padding: 7px;
width: 600px;
}
h1, h2, h3, h4, h5, h6 {
margin: 0;
}

#navigation {
float: left;
width: 150px;
}
#content {
float: left;
width: 430px;
}
#footer {
clear: both;
}

source : interviewghost

#2 JoshuaGaler

JoshuaGaler

    Trainee

  • Members
  • 3 posts

Posted 12 February 2010 - 03:20 PM

Hi!!
I was searching for some basic from my cousin will get help regarding learning HTML.
I think this is the best to start with.
Thanks for your time and efforts.




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users


Toggle shoutbox Shoutbox Open the Shoutbox in a popup

@  saurabhjain : (23 May 2012 - 10:59 PM) like us on facebook http://www.facebook....icyflavours.net
@  saurabhjain : (19 May 2012 - 07:13 AM) We have added reputation system http://spicyflavours...eputationpoints
@  saurabhjain : (14 May 2012 - 08:53 AM) Do login as a member and dont just read as a guest....By this shoutbox you can leave message to all the visitors...We look forward for your feed back and suggestions .. Do share with us what you like on Spicy Flavours


View SpicyFlavours Stats

Our Partner websites

Engineering Wall - Engineering Forum - Management Wall - Spicy Flavours- Institute of Finnacial Studies