by dustpuppy on August 3rd, 2007

dustpuppy

Question

Help answer this question below.

How easy is it to learn html?

  • Like
  • Report

Answers. 32 helpful answers below.

  • by Chuunin Ninja on August 3rd, 2007

    Chuunin Ninja

    pretty easy, go to: http://www.davesite.com/webstation/html/ scroll all the way to the bottom and start with minichapter 1.

    • Like
    • Report

    1 comment | Post one | Permalink

  • by Chris.Burns on November 18th, 2007

    Chris.Burns

    HTML is very easy to learn. It not actually a "programming" language. It is a scripting language. (Hyper Text MARKUP LANGUAGE). What this means is that it does not need to be "compiled" by another program. You simply save the file you are writing your HTML in and open it with a browser. I recommend w3schools.com to get you started.

    • Like
    • Report

    No comments. Post one | Permalink

  • by lizvelrene on November 14th, 2007

    lizvelrene

    It's really pretty easy. Use some of the resources that Google will give you for searching "html tutorial".

    It's not something you can just read and immediately know how to do, though. It's something you have to practice at, and do over and over again until you get a feel for it.

    Get some webspace and practice, practice, practice! Also, go to your favorite websites and hit "view source" on the right-click menu so you can view their html code. That will help you to see how the code translates into a useable website.

    • Like
    • Report

    1 comment | Post one | Permalink

  • by The Account Formerly Known As Peyton on November 14th, 2007

    The Account Formerly Known As Peyton

    Extremely easy, compared to how hard it is to learn other languages.

    • Like
    • Report

    1 comment | Post one | Permalink

  • by GuitarPlayer92 on September 3rd, 2007

    GuitarPlayer92

    HTML is a piece of cake. Just google some tutorials.

    • Like
    • Report

    No comments. Post one | Permalink

  • by Chosun One on August 3rd, 2007

    Chosun One

    Pretty easy. Especially with all the resources online.

    • Like
    • Report

    No comments. Post one | Permalink

  • by Big Al on November 14th, 2007

    Big Al

    HTML is really simple to learn, and that's for several reasons:

    Everything in HTML is straightforward, and most things are called what they are. For instance the header of every document is sure enough places within the "<HEAD></HEAD>" tags, and similiarly for the body of the document. And other tags are really easy to figure out, like <a> for an anchor, <hr> for a horizontal rule, and <tr> for a row within a table.

    Secondly, its completely free to learn, practice, and use. Virtually every computer comes with a texting program, capable of saving generic files in text format (as opposed to binary). This means you can write your very own pages, without buying anything other than what came with you computer right out of the box.


    THEn basic HTML (not including XHTML), is one of the VERY few languages out there, where you can be hideously lazy & lax about the syntax/structure and it will STILL work as intended. Most browsers have a rather high tolerance for sloppy coding in HTML. For instance if you open a tag without closing it, it will still work...try that with C++ and you'll be in some kind of trouble unless you correct it, lol.

    • Like
    • Report

    No comments. Post one | Permalink

  • by zyxxzyzyzy on September 3rd, 2007

    zyxxzyzyzy

    Very easy.

    • Like
    • Report

    No comments. Post one | Permalink

  • by Kbrawr on October 17th, 2009

    Kbrawr

    html is very easy, all you need to know is the different tags

    • Like
    • Report

    No comments. Post one | Permalink

  • by vittau on August 7th, 2009

    vittau

    HTML is ridiculously easy to learn, but the complication comes when you have to learn other stuff life javascript, Ajax, PHP... You will need to know these stuff as well to be a good web-designer, HTML alone is not enough...

    • Like
    • Report

    1 comment | Post one | Permalink

  • by LoggyBren on June 11th, 2008

    LoggyBren

    Learning HTML takes time. You learn in babysteps. If anyone wanted to learn HTML, I would advice that you download and save several tutorials. I learned slowly over time. I built a large website by doing HTML all by hand...by that I mean I typed out each character. At the time, I only had a web tv. I had to transload all of my graphics through starboulevard. If you ask, I'm sure several people here could give you the URL's to some good tutorials. Good luck!

    • Like
    • Report

    No comments. Post one | Permalink

  • by travisb on March 21st, 2008

    travisb

    Hey lets build our first website.
    *********************
    <html>
    <head>
    </head>
    <body> My first website!!!!
    </body>
    </html>
    ********************
    open up notepad and copy and paste this code into it then save it with a .html extension then double click and there's your site.

    • Like
    • Report

    1 comment | Post one | Permalink

  • by will wsll scored 8 As in spm on January 21st, 2008

    will wsll scored 8 As in spm

    I learn on the web. I recommend
    http://www.davesite.com
    http://www.w3.org/MarkUp/Guide/Overview.html

    • Like
    • Report

    No comments. Post one | Permalink

  • by iwnit on November 29th, 2009

    iwnit

    <sarcasm>very easy</sarcasm>


    Well, not *that* difficult, as far as the basics are concerned. It depends what you want to do with it.

    "A markup language is a system for annotating a text in a way which is syntactically distinguishable from that text. Examples include revision instructions by editors, traditionally written with a blue pencil on authors' manuscripts, typesetting instructions such those found in troff and LaTeX, and structural markers such as XML tags. Markup is typically omitted from the version of the text which is displayed for end-user consumption. Some markup languages, like HTML have presentation semantics, meaning their specification prescribes how the structured data is to be presented, but other markup languages, like XML, have no predefined semantics.

    A well-known example of a markup language in widespread use today is HyperText Markup Language (HTML), one of the document formats of the World Wide Web. HTML is mostly an instance of SGML (though, strictly, it does not comply with all the rules of SGML) and follows many of the markup conventions used in the publishing industry in the communication of printed work between authors, editors, and printers."
    Source and further information:
    http://en.wikipedia.org/wiki/Markup_language

    Further information:
    http://en.wikipedia.org/wiki/SGML
    http://en.wikipedia.org/wiki/Html

    No comments. Post one | Permalink

  • by Anonymous on December 1st, 2009

    Anonymous

    html is the easiest thing to lern to program i feel... i had no problem lerning it.

    No comments. Post one | Permalink

  • by ShaneL on November 29th, 2009

    ShaneL

    yea its very easy the basic stuff u need to knw i learned most of the basics in about 3 or 4 days but i was just going over it and memorizing.

    No comments. Post one | Permalink

  • by Jenavave on November 13th, 2009

    Jenavave

    For a simple website with headings, photos, written content, maybe a table it is very easy to learn HTML once you know how to set up the page with head, body etc you only need to know a few tags in order to have a almost presentable website and if you want to get fancy you could even add a couple of hyperlinks.

    No comments. Post one | Permalink

  • by DudeLer on June 29th, 2008

    DudeLer

    it is difficult and it is easy once you understand what you are doing. i suggest just memorizing some html sentences. about ten or so, and you can do anything.

    No comments. Post one | Permalink

  • by BigDaddyBS on June 29th, 2008

    BigDaddyBS

    First, you can right-click on a page, then (if they haven't turned it off) click on View Source.

    Look at the text version (the source) and the page itself, and try to see where everything comes from (what part of the source creates each part of the page).

    Learn how different websites do what they do, and try to understand each HTML tag (those in the angle brackets - "<" and ">") does.

    Do a search on HTML tutorials, and go through them all. You may want to do THIS first, so you can understand more how the pages of sites you like are built. Also search on CSS tutorials, and go through THEM.

    See my page at http://www.orangefrogproductions.com/ofp2o_auth_artlet_webelitistsandrookies.shtml for information about how people on discussion groups MAY interact with you, and for more about what you should do to build your own site.

    No comments. Post one | Permalink

  • by Bramblepath on June 11th, 2008

    Bramblepath

    Very easy! I learnt in a couple of weeks. I recommend http://www.w3schools.com

    or

    Http://www.radiomoleman.tk - click on the resources page and then HTML Website

    No comments. Post one | Permalink

  • by saturdayskids on May 7th, 2008

    saturdayskids

    Extremely easy. I'm 21, and I taught myself HTML when I was 9. I think

    http://www.lissaexplains.com/

    Helped me a LOT back then

    No comments. Post one | Permalink

  • by Midgardsormr on March 21st, 2008

    Midgardsormr

    The code is relatively easy to learn. Good design principles are somewhat harder. Everyone else has pointed you to some pretty good websites for tutorials, but in the midst of learning the "nuts and bolts," take some time to learn color theory and some basic design principles. Examine websites you like the look of and try to figure out what it is about them that makes them look so good.

    I also recommend you look into CSS (cascading style sheets) since they make building and maintaining a web site *much* easier.

    No comments. Post one | Permalink

  • by Anonymous on April 12th, 2008

    Anonymous

    It depends on you too. If you've got the interest, then you'll find it (very) easy. :)

    Good luck!

    No comments. Post one | Permalink

  • by JREAMING on July 28th, 2008

    JREAMING

    html is so easy, make sure you learn xhtml strict -- it's good practice for correct markup.

    Learn some html, then learn CSS which will pretty up your html =)

    No comments. Post one | Permalink

  • by subbu on September 2nd, 2008

    subbu

    Html is easy fun to learning.Use w3cshools for html for in easy with examples

    No comments. Post one | Permalink

  • by kcmartz on October 21st, 2009

    kcmartz

    Well, to me it was easy, but that is because I like to do stuff like that; but, it really depends, I think it is easy, some think it is hard, some think in-between...

    And I agree with the link: http://www.w3schools.com/
    (I use w3schools for PHP, XML, ASP, JS, CSS, HTML, XHTML, AJAX, etc.........

    No comments. Post one | Permalink

  • by Ananymous on October 28th, 2009

    Ananymous

    Ya its very very easy and makes much interest on that..!!
    Just go this site u ll get many basic here...

    wwww.w3schools.com

    No comments. Post one | Permalink

  • by kcmartz on October 21st, 2009

    kcmartz

    Well, to me it was easy, but that is because I like to do stuff like that; but, it really depends, I think it is easy, some think it is hard, some think in-between...

    And I agree with the link: http://www.w3schools.com/
    (I use w3schools for PHP, XML, ASP, JS, CSS, HTML, XHTML, AJAX, etc.........

    No comments. Post one | Permalink

  • by Nick_Hari on October 12th, 2009

    Nick_Hari

    Its very easy to learn HTML..

    see this link, it teach u from the scratch

    http://wingslive.com/web-development/html.aspx

    www.wingslive.com

    No comments. Post one | Permalink

  • by Mamdouh on July 16th, 2009

    Mamdouh

    www.w3school.com

    No comments. Post one | Permalink

  • by praying 4 u.... on August 5th, 2009

    praying 4 u....

    It's very easy...though you need a bit of patience while learning it. Practice is very necessary, and then you'll find tht it's very easy....u still have many more languages to worry about...!!

    No comments. Post one | Permalink

  • by topcat on January 14th, 2010

    topcat

    HTML is one of the easier language to learn. I recommend you try this HTML Codes Tutorial.

    No comments. Post one | Permalink

Want to attach an image to your answer? Click here.

Did this answer your question? If not, then ask a new question or create a poll.

You're reading How easy is it to learn html?

Follow us on Facebook!

Related Ads

ANSWERBAG BUZZ

How easy is it to learn html
Is it easy to learn html
Learn html easy
Easy to learn html
How easy is it to learn html
Is html easy to learn
Easy way to learn html
Learn html easily
Learning html easy
Is jacques de vaucanson the inventor of the first true robot
More Popular Searches...