|
|
|
|
![]() ![]() |
Sep 9 2005, 12:09 AM
Post
#1
|
|
|
Advanced Member 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. |
|
|
|
Sep 9 2005, 04:56 AM
Post
#2
|
|
|
Absolute Newbie 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 |
|
|
|
Sep 9 2005, 04:27 PM
Post
#3
|
|
|
Advanced Member 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,
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!) |
|
|
|
Dec 21 2005, 10:48 AM
Post
#4
|
|
|
Member [ Level 1 ] Group: Members Posts: 45 Joined: 12-December 05 From: IJsselstein Netherlands Member No.: 10,088 |
This is the very base of html
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 Mark |
|
|
|
Dec 21 2005, 01:04 PM
Post
#5
|
|
|
the Q 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
|
|
|
|
Dec 21 2005, 11:01 PM
Post
#6
|
|
|
Newbie [ Level 1 ] 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.
|
|
|
|
Dec 27 2005, 07:43 PM
Post
#7
|
|
|
Member - Active Contributor 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 |
|
|
|
Dec 28 2005, 04:49 PM
Post
#8
|
|
|
Newbie [ Level 2 ] 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
maybe i should like do a tutorial on other things...or maybe just make my own HTML help site xD |
|
|
|
![]() ![]() |
Similar Topics
|
Lo-Fi Version | Time is now: 22nd August 2008 - 02:29 AM |