/    Sign up×
Community /Pin to ProfileBookmark

As a beginner, learn HTML need computer basis? I’m not computer major

to post a comment
HTML

24 Comments(s)

Copy linkTweet thisAlerts:
@hamburglarJan 07.2012 — You do not have to be a computer major.

I am a Finance/marketing major with minor in economics. No computer what so ever. However, I have always had a thing for the web. You just need to the have the will to make tons and tons of mistakes. Never give up even though you do not understand anything. Like any hard work in life, it takes time.

Now, where to start? There is a 100's of places where to start. You can start by looking at tutorials on Youtube to start.

Buy a basic HTML book. HTML for dummies to get a start on.

And remember Google is your friend.
Copy linkTweet thisAlerts:
@jackmike008authorJan 07.2012 — I'll work very hard, buy a HTML book,major is not the most important, do not give up is the most important,thank you very much.
Copy linkTweet thisAlerts:
@ScottANJan 07.2012 — Yeah honestly you should try and find simple and interesting pages and using the "View Source" function on all browsers to view the HTML and see how they do it.

Then just create a simple web page and mess around. Use w3schools.com and maybe an HTML book if you prefer to have an actual book.
Copy linkTweet thisAlerts:
@dcoderJan 07.2012 — yes you can learn anything you want

as long you have the will and determination

here's the right place to start the basic http://www.w3schools.com/html/default.asp

and if you need a freehost to test your work

just visit this FREE WEB HOSTING
Copy linkTweet thisAlerts:
@scriptsconnectJan 08.2012 — Honestly, you do not have to be exceptionally skilled with the use of computers or anything else for that matter in order to know and use HTML.

HTML, really, just consists of a few simple rules and the knowledge of using tags properly.

Most opening tags have a closing tag, and this is the case for most.

If you are interested in learning HTML, you might want to check out the following HTML cheat sheet:

[CODE]http://www.webmonkey.com/2010/02/html_cheatsheet/[/CODE]

As for software, I would suggest getting either Adobe Dreamweaver or something similar. This way, each time you create a new HTML page, it will add all the necessary HTML tags and page setup, including your doctype, html, head and body tags for you. From there, you are ready to start using HTML right away.
Copy linkTweet thisAlerts:
@CharlesJan 08.2012 — Honestly, you do not have to be exceptionally skilled with the use of computers or anything else for that matter in order to know and use HTML.

HTML, really, just consists of a few simple rules and the knowledge of using tags properly.

Most opening tags have a closing tag, and this is the case for most.

If you are interested in learning HTML, you might want to check out the following HTML cheat sheet:

[CODE]http://www.webmonkey.com/2010/02/html_cheatsheet/[/CODE]

As for software, I would suggest getting either Adobe Dreamweaver or something similar. This way, each time you create a new HTML page, it will add all the necessary HTML tags and page setup, including your doctype, html, head and body tags for you. From there, you are ready to start using HTML right away.[/QUOTE]
That link leads to a bunch of information that was out of date in the last century or always wrong. Avoid at all costs.
Copy linkTweet thisAlerts:
@cootheadJan 08.2012 — Hi there jackmike008,

I see that someone has suggested [b]w3schools.com[/b] for your erudition. :eek:

This site, though...
[list]
  • [*][url=http://w3fools.com/][color=#900]http://w3fools.com/[/color][/url]
  • [/list]

    ...is not particularly happy with [b]w3schools[/b] for various reasons.

    Instead they recommend these sites...
    [list=1]
  • [*][url=http://htmldog.com/][color=#900]HTML Dog[/color][/url]

  • [*][url=http://dev.opera.com/articles/view/1-introduction-to-the-web-standards-cur/#toc][color=#900]Opera Web Standards Curriculum[/color][/url]

  • [*][url=http://code.google.com/edu/submissions/html-css-javascript/][color=#900]Google's HTML, CSS, and Javascript from the Ground Up[/color][/url]

  • [*][url=http://reference.sitepoint.com/css][color=#900]SitePoint Reference[/color][/url]

  • [*][url=https://developer.mozilla.org/en-US/docs][color=#900]The MDC (Mozilla's Doc Center)[/color][/url]

  • [/list]

    ...as being more reputable sources. ?

    [i]coothead[/i]
    Copy linkTweet thisAlerts:
    @scriptsconnectJan 08.2012 — Im sorry Charles, but I do not follow. That page I provided the link for only lists tags with a little information about them. Obviously, there are much better resources out there on the net, but there is nothing wrong with what I provided. Very few of those tags are depricated, and are still used to this day. It is not a full list of HTML tags, but list something.

    Here are more:

    http://psacake.com/web/dy.asp

    http://www.addedbytes.com/cheat-sheets/html-cheat-sheet/

    http://www.quackit.com/html/html_cheat_sheet.cfm
    Copy linkTweet thisAlerts:
    @CharlesJan 08.2012 — Im sorry Charles, but I do not follow. That page I provided the link for only lists tags with a little information about them. Obviously, there are much better resources out there on the net, but there is nothing wrong with what I provided. Very few of those tags are depricated, and are still used to this day. It is not a full list of HTML tags, but list something.

    Here are more:

    http://psacake.com/web/dy.asp

    http://www.addedbytes.com/cheat-sheets/html-cheat-sheet/

    http://www.quackit.com/html/html_cheat_sheet.cfm[/QUOTE]
    That list mixes HTML with XHTML, gives incorrect information about some of the tags and employs depricated attributes. Very bad, indeed.
    Copy linkTweet thisAlerts:
    @CharlesJan 08.2012 — Hi there jackmike008,

    I see that someone has suggested [b]w3schools.com[/b] for your erudition. :eek:

    This site, though...
    [list]
  • [*][url=http://w3fools.com/][color=#900]http://w3fools.com/[/color][/url]
  • [/list]

    ...is not particularly happy with [b]w3schools[/b] for various reasons.

    Instead they recommend these sites...
    [list=1]
  • [*][url=http://htmldog.com/][color=#900]HTML Dog[/color][/url]

  • [*][url=http://dev.opera.com/articles/view/1-introduction-to-the-web-standards-cur/#toc][color=#900]Opera Web Standards Curriculum[/color][/url]

  • [*][url=http://code.google.com/edu/submissions/html-css-javascript/][color=#900]Google's HTML, CSS, and Javascript from the Ground Up[/color][/url]

  • [*][url=http://reference.sitepoint.com/css][color=#900]SitePoint Reference[/color][/url]

  • [*][url=https://developer.mozilla.org/en-US/docs][color=#900]The MDC (Mozilla's Doc Center)[/color][/url]

  • [/list]

    ...as being more reputable sources. ?

    [i]coothead[/i][/QUOTE]
    Well HTML Dog gives us an invalid XHTML document as an example of basic HTML. The rest didn't look too bad.
    Copy linkTweet thisAlerts:
    @cootheadJan 08.2012 — Hi there Charles,
    [color=navy]Well HTML Dog gives us an invalid XHTML document as an example of basic HTM[/color][/quote]
    It seems that you just can't trust anybody to get their facts straight, doesn't it. ?

    I will have to bring that site to the attention of w3fools.com and get them to improve their act. ?

    [i]coothead[/i]
    Copy linkTweet thisAlerts:
    @cootheadJan 08.2012 — Hi there Charles,

    I have just visited http://w3fools.com/ and found that they no longer recommend http://htmldog.com/. ?

    Unfortunately, I cannot go back and edit my post to reflect this. ?

    [i]coothead[/i]
    Copy linkTweet thisAlerts:
    @scriptsconnectJan 09.2012 — I never used w3schools, and have always heard only bad things about them.
    Copy linkTweet thisAlerts:
    @ScottANJan 09.2012 — Is this a real response? w3schools.com is strictly a free resource that is built alongside the w3 consortium which define the standard for the web.

    Stop spamming..
    Copy linkTweet thisAlerts:
    @spufiJan 09.2012 — w3schools has nothing to do with w3c.
    Copy linkTweet thisAlerts:
    @clerisyJan 12.2012 — visit w3schoolcom online htl tutorial site ?

    echoecho.com

    htmlcodetutorial.com
    Copy linkTweet thisAlerts:
    @shutterbugJan 12.2012 — Lynda.com has great tutorials.
    Copy linkTweet thisAlerts:
    @iPhoneappsJan 13.2012 — w3schools is a good place to learn HTML... You need not to be technically sound to learn HTML. It is a markup language that is easy to learn
    Copy linkTweet thisAlerts:
    @cootheadJan 13.2012 — Hi there iPhoneapps,

    This site disagrees with your assertion...
    [list]
  • [*][url=http://w3fools.com/][color=#900]http://w3fools.com/[/color][/url]
  • [/list]

    ...is not particularly happy with [b]w3schools[/b] for various reasons.

    Instead they recommend these sites...
    [list=1]
  • [*][url=http://dev.opera.com/articles/view/1-introduction-to-the-web-standards-cur/#toc][color=#900]Opera Web Standards Curriculum[/color][/url]

  • [*][url=http://code.google.com/edu/submissions/html-css-javascript/][color=#900]Google's HTML, CSS, and Javascript from the Ground Up[/color][/url]

  • [*][url=http://reference.sitepoint.com/css][color=#900]SitePoint Reference[/color][/url]

  • [*][url=https://developer.mozilla.org/en-US/docs][color=#900]The MDC (Mozilla's Doc Center)[/color][/url]

  • [/list]

    ...as being more reputable sources. ?

    [i]coothead[/i]
    Copy linkTweet thisAlerts:
    @Mister_grey2010Jan 19.2012 — You don't need computer knowledges. All you need is Notepad or some editor. And some knowledges of HTML.

    Html with examples here
    Copy linkTweet thisAlerts:
    @Mister_grey2010Jan 19.2012 — There are only tags with attributes in a special websites.

    To see how to make website from the first steps visit html courses. Watch all of articles.
    Copy linkTweet thisAlerts:
    @CharlesJan 19.2012 — There are only tags with attributes in a special websites.

    To see how to make website from the first steps visit html courses. Watch all of articles.[/QUOTE]
    Chocked full of incorrect information. Avoid at all costs.
    Copy linkTweet thisAlerts:
    @iPhoneappsJan 20.2012 — Hey thanks for the below mentioned sites ... These are good tutorials !! ?


    Hi there iPhoneapps,

    This site disagrees with your assertion...
    [list]
  • [*][url=http://w3fools.com/][color=#900]http://w3fools.com/[/color][/url]
  • [/list]

    ...is not particularly happy with [b]w3schools[/b] for various reasons.

    Instead they recommend these sites...
    [list=1]
  • [*][url=http://dev.opera.com/articles/view/1-introduction-to-the-web-standards-cur/#toc][color=#900]Opera Web Standards Curriculum[/color][/url]

  • [*][url=http://code.google.com/edu/submissions/html-css-javascript/][color=#900]Google's HTML, CSS, and Javascript from the Ground Up[/color][/url]

  • [*][url=http://reference.sitepoint.com/css][color=#900]SitePoint Reference[/color][/url]

  • [*][url=https://developer.mozilla.org/en-US/docs][color=#900]The MDC (Mozilla's Doc Center)[/color][/url]

  • [/list]

    ...as being more reputable sources. ?

    [i]coothead[/i][/QUOTE]
    Copy linkTweet thisAlerts:
    @jsilentkillerJan 31.2013 — hello no problem if you are a beginner,in working with html.

    If you are interested in thing you can achieve it just work hard for

    it, i'll recommend the w3schools.com . Hope owill visit that.
    ×

    Success!

    Help @jackmike008 spread the word by sharing this article on Twitter...

    Tweet This
    Sign in
    Forgot password?
    Sign in with TwitchSign in with GithubCreate Account
    about: ({
    version: 0.1.9 BETA 6.15,
    whats_new: community page,
    up_next: more Davinci•003 tasks,
    coming_soon: events calendar,
    social: @webDeveloperHQ
    });

    legal: ({
    terms: of use,
    privacy: policy
    });
    changelog: (
    version: 0.1.9,
    notes: added community page

    version: 0.1.8,
    notes: added Davinci•003

    version: 0.1.7,
    notes: upvote answers to bounties

    version: 0.1.6,
    notes: article editor refresh
    )...
    recent_tips: (
    tipper: @nearjob,
    tipped: article
    amount: 1000 SATS,

    tipper: @meenaratha,
    tipped: article
    amount: 1000 SATS,

    tipper: @meenaratha,
    tipped: article
    amount: 1000 SATS,
    )...