Elf Island Forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.



 
HomepageHomeLatest imagesSearchRegisterLog inRegister

 

 Anybody want to learn HTML?

Go down 
5 posters
AuthorMessage
Lil-Rich
Senior Member



Number of posts : 209
<b>Awards</b> : Elf Island Forums FounderDesign your own elf hat - Participant
Registration date : 2008-07-27

Anybody want to learn HTML? Empty
PostSubject: Anybody want to learn HTML?   Anybody want to learn HTML? Icon_minitimeThu Jul 31, 2008 1:43 pm

Alright;so I am currently Renewing my certificate in HTML/web design.

I paid for this class for 4 years now,and I would like to teach you all tidbits of information on how to do simple HTML

HTML or Hyper Text Markup Language is pretty much for web designing and you can pretty much customize anything with HTML.

So,if your interested,just post here.Ill send out lessons to everybody on the list (Not the same lessons i pay for,though Wink

Coming soon:

CSS
Javascript
Back to top Go down
slinkyman
EIF Owner

Admin

EIF OwnerAdmin
slinkyman


Number of posts : 297
<br><b>Elf Name</b> : slinkyman
<b>My Mood</b> : Anybody want to learn HTML? Melodious
<b>Awards</b> : Site Staff - Golden WingsElf Island Forums Founder
Back to School BASH Trivia WinnerBack to School BASH Trivia WinnerBack to School BASH Trivia Winner
Registration date : 2008-06-18

Anybody want to learn HTML? Empty
PostSubject: Re: Anybody want to learn HTML?   Anybody want to learn HTML? Icon_minitimeThu Jul 31, 2008 1:45 pm

Could you possibly post the lessons in this thread? I would love to know more about them. Smile
Back to top Go down
http://blog.elfisland.com/?p=11
Lil-Rich
Senior Member



Number of posts : 209
<b>Awards</b> : Elf Island Forums FounderDesign your own elf hat - Participant
Registration date : 2008-07-27

Anybody want to learn HTML? Empty
PostSubject: Re: Anybody want to learn HTML?   Anybody want to learn HTML? Icon_minitimeThu Jul 31, 2008 1:47 pm

Of course Wink

I wasn't sure,because I didnt know if youd appreciate that;)

I will post a lesson a day in this thread then Wink
Back to top Go down
slinkyman
EIF Owner

Admin

EIF OwnerAdmin
slinkyman


Number of posts : 297
<br><b>Elf Name</b> : slinkyman
<b>My Mood</b> : Anybody want to learn HTML? Melodious
<b>Awards</b> : Site Staff - Golden WingsElf Island Forums Founder
Back to School BASH Trivia WinnerBack to School BASH Trivia WinnerBack to School BASH Trivia Winner
Registration date : 2008-06-18

Anybody want to learn HTML? Empty
PostSubject: Re: Anybody want to learn HTML?   Anybody want to learn HTML? Icon_minitimeThu Jul 31, 2008 1:56 pm

Lil-Rich wrote:
Of course Wink

I wasn't sure,because I didnt know if youd appreciate that;)

I will post a lesson a day in this thread then Wink

It's perfectly ok with me. Just remember that HTML doesn't show up in posts or PMs. You will probably have to use the code tag or display it in images. Smile

Thanks again!
Back to top Go down
http://blog.elfisland.com/?p=11
Lil-Rich
Senior Member



Number of posts : 209
<b>Awards</b> : Elf Island Forums FounderDesign your own elf hat - Participant
Registration date : 2008-07-27

Anybody want to learn HTML? Empty
PostSubject: HTML-Lesson One-The Basics   Anybody want to learn HTML? Icon_minitimeThu Jul 31, 2008 2:07 pm

HTML-Lesson One-The Basics

In this lesson,I am going to teach you what programs/applications you will need to write HTML,the basic tags and I will also teach you about web hosting.

You only need a few things to begin writing HTML.All you need is:

  • a computer or Web appliance with Internet access
  • a text editor, such as Notepad (Windows) or TextEdit (Mac0S X) SimpleText (older Macs)
  • a Web browser
Now if anybody here has a different system then the ones listed above ^^ feel free to PM me for assistance.

Now,there are only a few tags you will need to start off (This should be pretty easy for begginers to understand)

Code:





I am going to tell you how to use these tags in lesson two.These won't be too important today.

You are going to need a Web to create your webpage on. (Find a free site to make webpages on) Now,take a look at this code:
Code:
This text is [i]italic[/i] and [b]bold[b].

In HTML,codes always begin with () and the ending code is always ()

As you can see,the words inside these arrows(If thats what you want to call them,for now anyways) is P,for paragraph, i,for italic and b,for bold.

If you write it out,here is what it looks like:

This text is italic and bold.

HOMEWORK:

Test what you have made,and save it on notepad.

Write your HTML in Notepad.
Save your HTML to a file
This is the tricky part. Notepad normally saves files as .txt. But since you're
writing HTML, you need to save the file as .htm.

  1. Click on "File" and then "Save As"
  2. Navigate to the folder you want to save in
  3. Change the "Save As Type" drop-down menu to "All Files (*.*)"
  4. Name your file, be sure to include the .htm extension e.g.
And then put it onto your Site and try it.
Then, post a picture of how you did.

If you have any questions,pm me with the Subject:HTML-Lesson One-The Basics and I will answer them ASAP!

I suggest you save these lessons into WORDPAD (found in accessories I believe) and use them for further reference Wink

Whew,lots of typing! hehe.[/b][/b]
Back to top Go down
Lil-Rich
Senior Member



Number of posts : 209
<b>Awards</b> : Elf Island Forums FounderDesign your own elf hat - Participant
Registration date : 2008-07-27

Anybody want to learn HTML? Empty
PostSubject: Re: Anybody want to learn HTML?   Anybody want to learn HTML? Icon_minitimeThu Jul 31, 2008 2:11 pm

Sorry for not editing my post (It messes up the HTML)

But if you can't see the <> around the beggining of the sentence This text is Italic and Bold,then you need to put it like this:

Code:
<p> This text is <i>Italic</i> and <b>bold</b> </p>
Back to top Go down
slinkyman
EIF Owner

Admin

EIF OwnerAdmin
slinkyman


Number of posts : 297
<br><b>Elf Name</b> : slinkyman
<b>My Mood</b> : Anybody want to learn HTML? Melodious
<b>Awards</b> : Site Staff - Golden WingsElf Island Forums Founder
Back to School BASH Trivia WinnerBack to School BASH Trivia WinnerBack to School BASH Trivia Winner
Registration date : 2008-06-18

Anybody want to learn HTML? Empty
PostSubject: Re: Anybody want to learn HTML?   Anybody want to learn HTML? Icon_minitimeThu Jul 31, 2008 2:15 pm

I removed the link to the free webpage hosting service. You cannot post links like that since it would be advertising. It messed up your first HTML codes...
Back to top Go down
http://blog.elfisland.com/?p=11
Pizza
Senior Member



Number of posts : 165
<br><b>Elf Name</b> : Pizza
<b>My Mood</b> : Anybody want to learn HTML? Angry
<b>Awards</b> : Elf Island Forums Founder
Tina's Trivia Winner!
Registration date : 2008-07-21

Anybody want to learn HTML? Empty
PostSubject: Re: Anybody want to learn HTML?   Anybody want to learn HTML? Icon_minitimeThu Jul 31, 2008 2:16 pm

Thanks for the lesson :-)


~ Pizza
1st
Back to top Go down
Lil-Rich
Senior Member



Number of posts : 209
<b>Awards</b> : Elf Island Forums FounderDesign your own elf hat - Participant
Registration date : 2008-07-27

Anybody want to learn HTML? Empty
PostSubject: Re: Anybody want to learn HTML?   Anybody want to learn HTML? Icon_minitimeThu Jul 31, 2008 2:17 pm

Your welcome,but now I have to do everything all over again because it got messed up ;(
Back to top Go down
slinkyman
EIF Owner

Admin

EIF OwnerAdmin
slinkyman


Number of posts : 297
<br><b>Elf Name</b> : slinkyman
<b>My Mood</b> : Anybody want to learn HTML? Melodious
<b>Awards</b> : Site Staff - Golden WingsElf Island Forums Founder
Back to School BASH Trivia WinnerBack to School BASH Trivia WinnerBack to School BASH Trivia Winner
Registration date : 2008-06-18

Anybody want to learn HTML? Empty
PostSubject: Re: Anybody want to learn HTML?   Anybody want to learn HTML? Icon_minitimeThu Jul 31, 2008 2:20 pm

Lil-Rich wrote:
Your welcome,but now I have to do everything all over again because it got messed up ;(

All you should have to do is click EDIT and re-put in the < tags >

If that doesn't work you can re-post this in the Tutorials & Guides forum and I'll get rid of this thread. Maybe each lesson as a different thread if you want.

I would've but I couldn't remember what you had typed. Also, instead of them PMing you the link to their site (not allowed) they can simply post a picture of how they did.


Last edited by slinkyman on Thu Jul 31, 2008 2:23 pm; edited 1 time in total
Back to top Go down
http://blog.elfisland.com/?p=11
Lil-Rich
Senior Member



Number of posts : 209
<b>Awards</b> : Elf Island Forums FounderDesign your own elf hat - Participant
Registration date : 2008-07-27

Anybody want to learn HTML? Empty
PostSubject: Re: Anybody want to learn HTML?   Anybody want to learn HTML? Icon_minitimeThu Jul 31, 2008 2:22 pm

Well,then everything else has to be re-edited.

And it would just be a link to their test page.

Better post a tut. on doing screenshots then.
Back to top Go down
GeckoDragon24
Senior Member
GeckoDragon24


Number of posts : 133
<br><b>Elf Name</b> : GeckDragon
<b>My Mood</b> : Anybody want to learn HTML? Sleepy
<b>Awards</b> : Elf Island Forums FounderDesign your own elf hat - Participant Tina's Trivia Winner!Back to School BASH Trivia Winner
Registration date : 2008-07-28

Anybody want to learn HTML? Empty
PostSubject: Re: Anybody want to learn HTML?   Anybody want to learn HTML? Icon_minitimeTue Aug 19, 2008 12:47 am

ty for them but why did you stop sending lessons?
Back to top Go down
http://blog.elfisland.com/
Glaze
Member
Glaze


Number of posts : 82
<br><b>Elf Name</b> : Glaze (Same as VMK name)
<b>My Mood</b> : Anybody want to learn HTML? Silly
<b>Awards</b> : Elf Island Forums Founder
Registration date : 2008-08-28

Anybody want to learn HTML? Empty
PostSubject: Re: Anybody want to learn HTML?   Anybody want to learn HTML? Icon_minitimeFri Aug 29, 2008 4:15 pm

yeah im gonna need some time to process all that [=
Back to top Go down
Sponsored content





Anybody want to learn HTML? Empty
PostSubject: Re: Anybody want to learn HTML?   Anybody want to learn HTML? Icon_minitime

Back to top Go down
 
Anybody want to learn HTML?
Back to top 
Page 1 of 1
 Similar topics
-
» Tutorial: Basic HTML

Permissions in this forum:You cannot reply to topics in this forum
Elf Island Forums :: Other :: General Off Topic-
Jump to: