Here's the code for my "webpage", you won't find it anywhere else except in my computer, this is just for testing purposes only. I also sent a screenshot to see waht all that code does.
I'd like to thank MilleniumArmy for his site which provided me with a link to
http://www.davesite.com/ which has an excellent HTML Tutorial.
Here are all the files, a post with instructions on how to best view them is in the second page of this thread.
s_HTML.zip ( 1.84mb )
Number of downloads: 0I pretty much did the exact same thing on my first lil HTML page

Gave up after. I'm only good at writting =(
This is the only site you will ever need to refer to for HTML, CSS, XML, etc. Ever.
http://www.w3.org/I learned from this site and no other.
start doing tables /muuhahaahahahah

Chu: I looked at that site that you linked to but I prefer the one I'm using, it's much easier.
I updated the first post with some more code and another screenshot.
I'm thinking after learning HTML I'll be doing CSS.
I've learned by ripping apart other ppl coding to see how stuff is done.
Then I made a plan what to do and found how to do everything I need.

my 1st page was:
black background
table at top for links
content in the other part
the page I riped apart to see how's it done was
http://www.battle.net/scc/zerg/addiction!:
YAK! notepad. get a htmlpad with decent highlightin or something, it's better than NOTEPAD!!!1
I prefer PHP over Java.
Becuase I do.
And BeeR, it only gets harder from there.
But CSS is easy, HTML and CSS go hand in hand.
There is the editor that placed so much junk code that you don't need...which taught me HTML. Somehow.
http://www.coffeecup.comWorked for me

.
speaking of ur site... hey rexyrex, can u give me the original link to ur site without the .tk redirection? Cuz my comp can't view em
Um, that's not a .tk.
The other .tk site is DEAD.
This is the new one

.
Is that msn explorer? I didnt acually think anyone used that peice if junk
Hey, I know the <p>, <b> and <i> marks

Btw, <u> = underline?
Yes, <u></u> would be used to underline.
I'm starting on Advanced HTML now. (Using more than one command on one tag)
I'm currenly working on images on how to put a line under tham, more than one line of text at either side and resizing them in your browser and borders.
Then I'll move to tables, sounds, forms and meta tags and I'll be done and ready for CSS.
I'll also need to learn Hexadecimal Colors.
colors? learn? you're kidding me... it's RRGGBB easy oO
don't bother with sounds, they're annoying

tables are the core of every site, master them

Wait till you see all the work that I've done.
Lemme finish tables and I'll post an update.
After that I'll post the HTML file and other files(pictures) so that you guys can see for yourselves.
QUOTE
I'll also need to learn Hexadecimal Colors.
Doesn't your editor have a color selector?

Editor? I'm going the best way there is with Notepad Editor!
If you mean Tutorial then yes, there is a Tutorial on hexadecimal colors which I didn't bother to read and learn.
I updated the first post with more code nad another screenshot.
Screenshot order is: #3, #1, #2
I don't know why SEN put this new attachment out of order.
The new stuff are more stuff with pictures like resizeing them in browser, and writing next to them and placing line underneath. With tables I did the normal one, no border, double cell and double cell with alignment.
THis is all Advanced HTML and I can say that HTML is a pretty easy language to learn and understand.
You should use Mozilla. It's better than using notepad.
...Right...
I learn a lot from looking at pages soruce code, lol.
You could try that to learn things you don't know.
Ack, hexidecimal colors = easy.
#000000.
Red, Green, Blue.
#FFF = white
#000 = black
All you need to memorize.