Pinoy Tambayan
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Proudly Pinoy
Latest topics
» Eto gift para sa'yo nang kumita ka nang bonggang-bongga para sa pamilya mo
Learning How to Create Website Using HTML & CSS Basics EmptyFri Dec 20, 2013 3:48 am by SophietheFirst

» Launch Christmas Bundles 2013 Give Yourself A Gift That Transforms Your Life
Learning How to Create Website Using HTML & CSS Basics EmptyTue Dec 10, 2013 12:51 am by SophietheFirst

» Meet, Listen,Touch and Be Inspired By Real Virtual Assistants
Learning How to Create Website Using HTML & CSS Basics EmptyWed Nov 20, 2013 11:58 pm by SophietheFirst

» Kerygma Conference 2013 on Nov 21-24 at the PICC and SMX.
Learning How to Create Website Using HTML & CSS Basics EmptySat Nov 16, 2013 7:31 pm by SophietheFirst

» Next Xbox will work more closely with TV, cable
Learning How to Create Website Using HTML & CSS Basics EmptyThu Apr 11, 2013 7:01 pm by antoniodizon

» Genes Make You Lazy
Learning How to Create Website Using HTML & CSS Basics EmptyWed Apr 10, 2013 4:21 pm by antoniodizon

» Hyundai unveils the future of personal mobility, because walking doesn’t cut it
Learning How to Create Website Using HTML & CSS Basics EmptyWed Apr 10, 2013 2:06 pm by antoniodizon

» Researchers Uncover Significant Evidence Of The 17th Dynasty Of Ancient Egypt
Learning How to Create Website Using HTML & CSS Basics EmptyMon Apr 08, 2013 6:04 pm by antoniodizon

» Pinoy Jokes!
Learning How to Create Website Using HTML & CSS Basics EmptyMon Apr 08, 2013 3:53 pm by antoniodizon

Ads by Google
Ads







Learning How to Create Website Using HTML & CSS Basics

2 posters

Go down

Learning How to Create Website Using HTML & CSS Basics Empty Learning How to Create Website Using HTML & CSS Basics

Post  lj100 Sun Jun 27, 2010 7:20 pm


<html>

<head>

<title>TESTPAGE</title>

<meta name="" content="" /><!-- Meta Tags: Used for search engines -->

<link href="yourcssfilehere" rel="stylesheet" type="text/css" /><!--Your CSS Path-->

<!-OTHER WISE:: If you dont know to to use CSS Document, you can have this One-->

<style type="text/css">

/*CSS CODES*/

body { margin:0px; font:12px arial; color:#999; background:#eee; }

#pageWrapper { width:100%; text-align:center; padding-top:20px; }

#pageContainer { width:800px; margin:0px auto; text-align:left; background:#fff; }

#header { width:auto; font:38px times,georgia; padding:10px 10px; color:#000; border-bottom:2px solid #d70000; }

#contentWrapper { width:800px; }

#leftNav { width:200px; float:left; }

#rightNav { width:200px; float:right; }

#mainNav { width:380px; float:left; margin-left:10px; }

#clr { clear:both; }

#leftNav h3, #rightNav h3 { margin:0px; padding:10px; font:16px arial; font-weight:normal; }

#contentPanel { padding:10px 0px; }

#contentPanel h3 { margin:0px; padding:0px; font:24px times,georgia; color:#000; }

#subcontainer { width:auto; text-align:left; }

#footer { width:auto; padding: 10px; text-align:center; background:#000; color:#fff; }

</style>

</head>

<body>

<div id="pageWrapper">

<div id="pageContainer">

<div id="header">My Test Page</div>

<div id="menu"></div>

<div id="contentWrapper">

<div id="leftNav">

<h3>Left Navigation</h3>

<ul>

<li><a href="#">Home</a></li>

<li><a href="#">About us</a></li>

<li><a href="#">Services</a></li>

<li><a href="#">Portfolio</a></li>

<li><a href="#">Contact us</a></li>

</ul>

</div>

<div id="mainNav">

<div id="contentPanel">

<h3>Middle Navigation : Welcome Text</h3>

<div id="subcontainer">

Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Mauris sem ante, ultricies a condimentum lobortis, blandit at sapien.
Quisque quis urna sit amet sem accumsan sagittis. Proin at suscipit eros.
Cras sed arcu lectus, in pretium leo. <br><br>
Phasellus tincidunt, mauris ut bibendum faucibus, sapien tellus tempus dolor,
vitae mollis metus nulla at mi. <br><br>
Suspendisse euismod venenatis fringilla. Suspendisse egestas
imperdiet felis ac fermentum. Vivamus vehicula, neque non molestie fringilla,
nunc ante gravida turpis, eget fringilla turpis metus lobortis mauris.
Sed at sagittis neque. Fusce ligula purus, feugiat id vestibulum aliquet,
pharetra ut nisi. <Br><br>Etiam sit amet nisl risus. Sed sem lacus, faucibus in molestie ac, ornare id nisl.
<br><br><br><br><bR>

</div>

</div>

</div>

<div id="rightNav">

<h3>Right Navigation</h3>

<ul>

<li><a href="#">Lates News and Updates</a></li>

<li><a href="#">Archives</a></li>

<li><a href="#">Help and Support</a></li>

<li><a href="#">Blogs</a></li>

<li><a href="#">Downloads</a></li>

</ul>

</div>

<div id="clr"></div>

</div>

<div id="footer">Copyright &copy; 2010 yourdomain.com. All rights reserved.</div>

</div>

</div>

</body>

</html>


Good Luck!

lj100

Number of posts : 1
Registration date : 2010-06-27

Back to top Go down

Learning How to Create Website Using HTML & CSS Basics Empty Re: Learning How to Create Website Using HTML & CSS Basics

Post  fharz Fri Aug 05, 2011 11:37 pm

Wow great! Thanks for this. Do you own a website tutorial for that? if you have can i have it since i am trying to learn Making Website that's out thesis this next semester. Actually im starting making a website for a certain company that i have choose. If you have would you mind sharing it. I would be greatly appreciate it. Thanks a Lot. :-)



fharz

Number of posts : 15
Registration date : 2011-07-25

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum