Jump to content

html

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
11 replies to this topic

#1
edwin namisi

edwin namisi

    Newbie

  • Members
  • Pip
  • 6 posts
how do i get started with HTML.its running environment

#2
cdg10620

cdg10620

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 389 posts
To get started with HTML you may want to try searching for some HTML Tutorials. Check out the following link:

W3Schools Online Web Tutorials
-CDG10620
Software Developer

#3
toxifyshadow

toxifyshadow

    Programmer

  • Members
  • PipPipPipPip
  • 125 posts
HTML will run in almost any browser and all you need is a webhost to make it. Nothing is needed to download or anything. Not to advertise or anything but I learned html easily by making a guild at Neopets.com.

html should be easy to learn. Once you are done with that I would suggest css. Don't get confused with HTML DOM, that is something different.
Posted Image

#4
Darkprogrammer996

Darkprogrammer996

    Newbie

  • Members
  • Pip
  • 2 posts
I learned it on youtube.

You should check youtube out!

#5
Corwin

Corwin

    Newbie

  • Members
  • PipPip
  • 12 posts
Another useful links are :

w3c official web site
Some new programming tutorials web site

#6
jthom263

jthom263

    Learning Programmer

  • Members
  • PipPipPip
  • 74 posts
Also I Would Suggest Getting A Few Books On It Html, Xhtml And CSS In 24 Hours Would Be A Great One I Think :)
:)

#7
Ferurlino

Ferurlino

    Newbie

  • Members
  • Pip
  • 7 posts
YouTube - HTML Tutorial 1 - Designing A Website In Notepad - Basics and Beginnings(6-7parts) - Made by EdzJohnson, follow his tutorials.
And if you want to be a little more advanced, you should follow;
YouTube - Basic HTML and CSS Tutorial. Howto make website from scratch - Made by Jimmyrcom, probably that's only one part of it and it's 39 minutes.

http://www.w3schools.com

#8
k4m1k4z1

k4m1k4z1

    Learning Programmer

  • Members
  • PipPipPip
  • 38 posts
A good start would be getting some books and other resources to get a firm grasp on the HTML language. Once you got this down and you feel comfortable typing the code open up a editor (notepad and notepad++ are good choices.). When you have some code down you can open the browser of your choice and either go file ->open or just go ctrl o. (control open) Search for the html file that you wrote and open it, and it should open without a hassle.

All of the code can seem like a daunting task at first, and all of the things that you have to do can seem intimidating, just start practicing and it should get alot better. I have probably done over 10 website for just pure practice and i am still pretty bad at coding. Practice makes perfect.
And if you need anything else just message me.

#9
atheium

atheium

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 298 posts

toxifyshadow said:

HTML will run in almost any browser and all you need is a webhost to make it.

you dont need a webhost to write html or make html pages.

you need to create a html document is a text editor to create the document and a web browser to view the document.

if the time comes when you want to publish your work you would use a webhost to host your html.
11ism.com <my meaningless empty website, HORAH now with link! (thx gamemaker)

#10
Chris Weimer

Chris Weimer

    Learning Programmer

  • Members
  • PipPipPip
  • 37 posts
If you're running Windows, your computer already comes with IE and notepad. Those two things and a tutorial are all you need. Personally, I'd recommend getting Chrome or Firefox for your browser, and don't forget to look into CSS (cascading style sheets) which help with your arrangement and style among other things of your HTML pages.

#11
Showstopper

Showstopper

    Programmer

  • Members
  • PipPipPipPip
  • 171 posts
As its been said, if you have notepad, you can start. It is an easy and fun language to learn. Youtube is good.

#12
Howdy_McGee

Howdy_McGee

    Programmer

  • Members
  • PipPipPipPip
  • 135 posts
If you're going to do HTML, I suggest downloading Notepad++, it helps a lot. I also suggest getting books and using w3schools.com :that website is a huge help.

learn HTML - CSS - XHTML + CSS together. that's probably the easiest way to learn IMO