HTML starters!

Kirby

Power member.
Reputation
0
Great thread Hoodie! :p This will help others.
 
Learning HTML is a lot easier if you know your BBcodes.
E.G. -

  • This text is an unorganized list, which is also bolded. If I was using HTML, it would be called <strong></strong> instead of [/ b] (without the space)


It gets pretty fun actually (if you actually like web development stuff, like myself).
Now, CSS is where the fun begins. >:)

Also, OP was the one who convinced me to learn HTML & CSS a while ago. :p
 
Well, <b> is the same as <strong>, though they should be used appropriately. Also, was hoping to see something about doctype in there. The HTML5 doctype, which is backwards compatible, is <!DOCTYPE html>.

Otherwise great tutorial. :)
 
Great guide. Will surely help others.
 
Eric J. said:
Well, <b> is the same as <strong>, though they should be used appropriately. Also, was hoping to see something about doctype in there. The HTML5 doctype, which is backwards compatible, is <!DOCTYPE html>.

Otherwise great tutorial. :)

Oh you're absolutely right about the doctype :eek:
I'll fix that soon.
 
Great tutorial this will help noobies to learn HTML thanks im gonna PM my friend to tell him about this thread.
 
Good tut. Don't forget you should always try using a doctype at the top of your web page too like the HTML5 one: <!DOCTYPE html>
 
#OF said:
Good tut. Don't forget you should always try using a doctype at the top of your web page too like the HTML5 one: <!DOCTYPE html>

Someone else mentioned this I've just been busy, and well I honestly can't believe I forgot..
I will add it now.
 
Coding in HTML is so much fun, I'm learning it in college, CSS is amazing on how it designs it.
 
Back
Top