Welcome Guest ( Log In | Register )



 
Reply to this topicStart new topic
> Starting Your Website With Html, To build a website, you need to know HOW
HTML_Guru
post Sep 9 2005, 12:09 AM
Post #1


Advanced Member
Group Icon

Group: Members
Posts: 134
Joined: 5-September 05
From: Palm Harbor, FL -- Columbus, OH
Member No.: 8,335



I was reading through the tutorials, and it seems throughout the tutorials, no one has ever really taught how to build a beginner's page using HTML. Not that it's anyone's fault, but if someone is unsure of how to begin and end a page with HTML, then they will not be able to make a page.

So, I figured I'd lend a hand...

--------------------------------------------

To begin your first webpage using HTML, you will need these tags* (in this order):

CODE
<html>
<head>
<title>YOUR TITLE FOR YOUR PAGE</title>
</head>
<body>

THIS IS WHERE YOUR MAIN TEXT GOES

</body>
</html>


To explain: The HTML is in other words used to signify the beginning of the page; the beginning of the HyperText Markup Language* "coding".

The HEAD tag is used to show that everything between the beginning and end of that tag will be shown at the top, as the title of the page. Though it's not necessary for beginners to know this, it's also used for meta tags and things of that nature.

The TITLE tag is exactly what it says, the title for the page, which shows at the top... all the way at the top.

Then you have the end of the HEAD (shown by the slash before the code; that's necessary in all cases to end tags), and the beginning of the BODY. The BODY is used for the main text of your page. This is where mostly all of your information will go.

Then, finally, the end of the BODY, and thusly the end of the webpage, shown by the "/HEAD" tag.

--------------------------------------------

That about covers all you need to know to start a page. Mind you, as yo uget more experienced, you'll learn more codes and tidbits to add to spice up your page... but for now, that's all you need to know.

P.S. If you want to understand a bit more of how the codes translate into webpages and such, play with the tags a bit; see what happens.

--------------------------------------------
tag*: simply the HTML coding, shown in this manner:
CODE
<CODE>
and often ending in
CODE
</CODE>


HTML (HyperText Markup Lanuguage)*: the "language", if you will, for websites; this is the set of codes and otherwise that ultimately leads to a webpage.
Go to the top of the page
 
+Quote Post
vujsa
post Sep 9 2005, 04:56 AM
Post #2


Absolute Newbie
Group Icon

Group: Admin
Posts: 884
Joined: 20-February 05
From: Indianapolis, Indiana, USA (Midwest)
Member No.: 2,714



This a very good explaination of website creation. I hope everyone will find a use for this information.

QUOTE(HTML_Guru @ Sep 8 2005, 07:09 PM)
I was reading through the tutorials, and it seems throughout the tutorials, no one has ever really taught how to build a beginner's page using HTML.  Not that it's anyone's fault, but if someone is unsure of how to begin and end a page with HTML, then they will not be able to make a page.
*



You were wrong about one thing though, there has been HTML tutorials written in the programing tutorials category. For more information, may I suggest that new HTML users read this:
HTML 101 - Web Design For Beginners: Absolute Basic HTML Writing
And This:
HTML 102 - Web Design For Beginners: More Basic HTML Writing

vujsa
Go to the top of the page
 
+Quote Post
HTML_Guru
post Sep 9 2005, 04:27 PM
Post #3


Advanced Member
Group Icon

Group: Members
Posts: 134
Joined: 5-September 05
From: Palm Harbor, FL -- Columbus, OH
Member No.: 8,335



Oh, okay, so someone has made a tutorial like mine before... good, then mine's just reinforcement, wink.gif .

QUOTE(vujsa)
This a very good explaination of website creation. I hope everyone will find a use for this information.

(vujsa likes my tutorial... YES!)
Go to the top of the page
 
+Quote Post
MarkBla
post Dec 21 2005, 10:48 AM
Post #4


Member [ Level 1 ]
Group Icon

Group: Members
Posts: 45
Joined: 12-December 05
From: IJsselstein Netherlands
Member No.: 10,088



This is the very base of html wink.gif
If someone wants to get on with html, just go to google, and type: html tutorial. You'll get a lot of hits, now you only have to find one with your knowledge biggrin.gif

Mark
Go to the top of the page
 
+Quote Post
Quatrux
post Dec 21 2005, 01:04 PM
Post #5


the Q
Group Icon

Group: [HOSTED]
Posts: 1,013
Joined: 13-July 05
From: Lithuania, Vilnius
Member No.: 7,059



Yes, very basic stuff indeed, but I wonder do people not knowing this come to this kind of a forum ? huh, or maybe they do then people can create sites nowdays without knowing anything.. it is a pitty sad.gif
Go to the top of the page
 
+Quote Post
NAchi
post Dec 21 2005, 11:01 PM
Post #6


Newbie [ Level 1 ]
Group Icon

Group: Members
Posts: 7
Joined: 18-December 05
Member No.: 10,179



I think people should know some basic HTML, as mentioned above, because later one they can explore and test out things. rofl. at least that was what i did.
Go to the top of the page
 
+Quote Post
YudzzY
post Dec 27 2005, 07:43 PM
Post #7


Member - Active Contributor
Group Icon

Group: Members
Posts: 80
Joined: 5-September 05
Member No.: 8,327



this is just the basic of basics..
things like how to insert a picture, object etc should be included nah..
..and if i knew it i would have wrote it up but oops! lol
Go to the top of the page
 
+Quote Post
chocolatxbliss
post Dec 28 2005, 04:49 PM
Post #8


Newbie [ Level 2 ]
Group Icon

Group: Members
Posts: 27
Joined: 28-December 05
Member No.: 10,338



yeah a lot of people don't know the basics, and that's good happy.gif but that's soo old school for us um html nerds hahahhaha
maybe i should like do a tutorial on other things...or maybe just make my own HTML help site xD
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. Starting With Your Website(9)
  2. Three Html/ Css/ Javascript Tutorials(6)
  3. Major Website Mistakes(51)
  4. Creating Tooltips(7)
  5. Upgrading Your Site!(0)
  6. Html Meta Tags Tutorial(21)
  7. The 'good Website'(10)
  8. Creating A Simple But Effective Website(10)
  9. {} Html'ing & Basic Codes {}(0)
  10. {} Changing Font Color / Size {}(14)
  11. Good Practices When Designing A Website(26)
  12. Website Maintenance Guide - Why And How(3)
  13. Integrating Html And Css(9)
  14. A Tutorial For Html Color Codes(7)
  15. Writting Tutorials For Your Website(4)
  1. Effective Website Promotion Without Spamming!(18)
  2. Coding Html Properly In The New Age(15)
  3. 4 Html Based Website Tips(4)


 



- Lo-Fi Version Time is now: 22nd August 2008 - 02:29 AM