Staredit Network

Staredit Network -> Miscellaneous -> Look I'm learning HTML! (HTML File included)
Report, edit, etc...Posted by BeeR_KeG on 2005-03-22 at 10:24:30
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.
Attached File s_HTML.zip ( 1.84mb ) Number of downloads: 0
Report, edit, etc...Posted by Staredit.Net Essence on 2005-03-22 at 10:38:47
I pretty much did the exact same thing on my first lil HTML page tongue.gif

Gave up after. I'm only good at writting =(
Report, edit, etc...Posted by chuiu on 2005-03-22 at 13:06:15
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.
Report, edit, etc...Posted by Lisk on 2005-03-22 at 13:56:31
start doing tables /muuhahaahahahah smile.gif w00t.gif
Report, edit, etc...Posted by BeeR_KeG on 2005-03-22 at 14:23:07
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.
Report, edit, etc...Posted by Lisk on 2005-03-22 at 14:30:45
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. smile.gif

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
Report, edit, etc...Posted by Corporal on 2005-03-22 at 15:43:54
http://www.blooberry.com/indexdot/html/

The next step up after HTML is CSS - Then Java.


Edit: And I did make some neat websites at one point, though the host died a while ago.
Report, edit, etc...Posted by RexyRex on 2005-03-22 at 23:48:27
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.com
Worked for me tongue.gif.
Report, edit, etc...Posted by MillenniumArmy on 2005-03-22 at 23:53:35
Some of my friends actually learned HTML by going to my site and just looking at my codes

http://www.geocities.com/millenniumarmy

meh
Report, edit, etc...Posted by RexyRex on 2005-03-22 at 23:57:56
Then you can go to my site and learn CSS BeeR wink.gif.
http://www.rexyrex.hostmatrix.org/clanoo/style.css
Report, edit, etc...Posted by MillenniumArmy on 2005-03-22 at 23:59:05
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
Report, edit, etc...Posted by RexyRex on 2005-03-23 at 00:13:29
Um, that's not a .tk.
The other .tk site is DEAD.
This is the new one smile.gif.
Report, edit, etc...Posted by High on 2005-03-23 at 03:40:10
Is that msn explorer? I didnt acually think anyone used that peice if junk
Report, edit, etc...Posted by Rantent on 2005-03-23 at 04:17:43
This is what I learned the basics from.
http://www.javascriptworld.com/js4e/scripts/index.html
It's more usefull than some others because you can actually see what each thing does. wink.gif
Report, edit, etc...Posted by Clokr_ on 2005-03-23 at 05:22:32
Hey, I know the <p>, <b> and <i> marks tongue.gif

Btw, <u> = underline?
Report, edit, etc...Posted by BeeR_KeG on 2005-03-23 at 09:35:42
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.
Report, edit, etc...Posted by Lisk on 2005-03-23 at 15:00:43
colors? learn? you're kidding me... it's RRGGBB easy oO
don't bother with sounds, they're annoying tongue.gif

tables are the core of every site, master them smile.gif
Report, edit, etc...Posted by BeeR_KeG on 2005-03-23 at 15:15:05
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.
Report, edit, etc...Posted by IsolatedPurity on 2005-03-23 at 15:27:52
QUOTE
I'll also need to learn Hexadecimal Colors.


Doesn't your editor have a color selector? happy.gif
Report, edit, etc...Posted by BeeR_KeG on 2005-03-23 at 15:42:55
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.
Report, edit, etc...Posted by chuiu on 2005-03-23 at 15:48:38
You should use Mozilla. It's better than using notepad.
Report, edit, etc...Posted by RexyRex on 2005-03-23 at 19:26:46
...Right...
I learn a lot from looking at pages soruce code, lol.
You could try that to learn things you don't know.
Report, edit, etc...Posted by Shmeeps on 2005-03-23 at 19:31:13
That's pretty good BeeR, I'm no good at layouts, or making webpages look sexy, which is probably also why I suck at CSS. Coincidence? No.

Also, a hexidecimal chart.

http://freeinternetservice.hypermart.net/color_chart.htm
Report, edit, etc...Posted by RexyRex on 2005-03-23 at 19:34:23
Ack, hexidecimal colors = easy.
#000000.
Red, Green, Blue.
Report, edit, etc...Posted by IsolatedPurity on 2005-03-23 at 21:21:30
#FFF = white
#000 = black
All you need to memorize.
Next Page (1)