View Full Version : How to write a html page?
TedR719
01-23-2004, 05:42 PM
Now I'm currently learning alot of this with the website I'm running and the next thing I want to add is a html page to the website. It will be bascailly text only and it would just list the past champions for NBA,MLB,NHL and NFL. What are some tips to write this out?
David
01-23-2004, 05:53 PM
<HTML>
<HEAD>
<TITLE>Title Goes Here</TITLE>
</HEAD>
<BODY>
<H1>Heading</H1>
<OL Type="1">
<LI>List Item #1</LI>
<LI>List Item#2</LI>
<LI>List Item#3</LI>
</OL>
</BODY>
</HTML>
theres some code for an Ordered list that will go like 1, 2, 3, ect. I did it off the top of my head so I might of done something wrong.
edit - ok guess VB reads HTML code, how do I get it to stop?
edit #2 - guess it works atleast, give me your email and I could send it to you:o
TedR719
01-23-2004, 06:06 PM
I do show the code behind the post if I click on edit. Also can I add meta tags or key words in the beginning to help bring traffic to that specified page?
TedR719
01-23-2004, 06:07 PM
Like this right? I just put spaces in the beginning to let it show
< HTML>
< HEAD>
< TITLE>Title Goes Here</TITLE>
< /HEAD>
< BODY>
< H1>Heading</H1>
< OL Type="1">
< LI>List Item #1</LI>
< LI>List Item#2</LI>
< LI>List Item#3</LI>
< /OL>
< /BODY>
< /HTML>
Mr. NoSkills
01-23-2004, 06:14 PM
you might want to add a < /title> as well. i always make it a point to close any tags. when you start getting into tables and shit having one open will fuck your whole shit up.
i'd also suggest htmlgoodies.com, back in like 98 or something that's where i went to learn html. pretty good site. has a lot of good info.
David
01-23-2004, 06:15 PM
yea, but you need the closing brackets like < /LI> and < /H1>
Brian
01-23-2004, 06:17 PM
Just download a copy of dreamweaver and go from there. What it would take an hour to write out by hand takes 10 seconds to.
TedR719
01-23-2004, 06:19 PM
Where is a good place to d/l dreamweaver? sorry i forgot to add the ending because i didnt pace them :) but i did get the layout, thanks!
David
01-23-2004, 06:28 PM
Where is a good place to d/l dreamweaver? sorry i forgot to add the ending because i didnt pace them :) but i did get the layout, thanks!
www.kazaa.com
I have a cracked version on my comp if you could figure out a way for my to upload it.
Brian
01-23-2004, 09:23 PM
I can also burn you a cd as well ted.
Skeptron99
01-23-2004, 10:05 PM
dreaweaver is one of the best... it shows all the tags ..when u put stuff..text,images etc...
Jai SI
01-24-2004, 04:26 AM
Dreamweaver is a little harder to use compared to like Frontpage or something. After doing all the manual HTML shit I became a big fan of WYSIWYG (what you see is what you get). I guess I never did anything complicated enough that it had to be done in Dreamweaver.
Mario
01-24-2004, 09:31 AM
Start with Notepad, then Dreamweaver. HTML is easy to learn as it is, but you should still havea grasp of it using absolutely no help from an editor till you know how it works. It'll help you in the long run.
vBulletin® v3.7.1, Copyright ©2000-2008, Jelsoft Enterprises Ltd.