Add to Google

How Long Did it take you to learn HTML

Pages: 1, 2, 3, 4, 5, 6, 7, 8
free web hosting
Open Discussion > Have your say > General Talk

How Long Did it take you to learn HTML

lonegeek
the basics about a month.. but just until recently i just got standards and proper use and how to really write good html...so probably about 3 months adding up time

Comment/Reply (w/o sign-up)

scrtcrnr
You can learn all of HTML in 2 weeks or less, but really master it and understand it you have to experiment with it. I've been making my web site for 1+ year now, and I don't remember every HTML tags. I have the habbit of going back to the book, but I'm nailing down the basics of HTML pretty good. It depends on the time you put in practicing it.

Comment/Reply (w/o sign-up)

Caranmellon
I've learned it at school, in, let's say, 5 hours. That's the basics.
The advanced things took a week or 2.

Comment/Reply (w/o sign-up)

hyper_monkey20
I will try and give you a quick reply here, HTML IS the standard (meaning it is used almost entirely in all web based applications, in fact it might even be i've never really looked into it.)

Look at html like the main language for all "browsers" like internet explorer, firefox, opera, etc to intrepret or "understand" meaning it reads the information (in a file much like a wordpad document, except this uses .html instead of .doc or whatever your wordpad would use.) this file is usually found on the server.

Basically, there are hundreds of different ways for the server to output the file the browser will read to translate into a website, some people use PHP, PERL, ASP, etc.. you can code these to do specfic things (like forum posting for example) These types of languages usually work by getting a bit of data from the user (like forum posts, username, etc.) and then from that it will turn it into html, this is where it outputs the file for the browser to read. but thats far too much for you now, basically by learning html you will create the basis from which you can create very complex websites.

For your consideration if you want to make really in depth websites it can be very fun, i'll recommend a few things for you.

1.learn html first, this is the basis for everything, learn how to do majority of things, it won't make things look pretty but you'll learn alot....


2.Look at software for making the graphical parts of your website (like the cool edges or borders you see on some sites...) my recommendation would be either GIMP or the trial for adobe photoshop cs2 which can be found from google, learn how to make interesting tables and wonderful graphics, once you feel familiarized with this you should move on to step 3. Also, www.good-tutorials.com can be a good place for learning specific things that you can search for, like typing UI in the search bar for example, just remember that alot of the pages because they are from external sources may not load.


step 3, this is the fun part, learn CSS, it's stillvery easy, if you wanted to you could learn photoshop while learning CSS (if your a coding geek you could probably pull this off..) CSS is a way of telling the browser of how to render specific parts of the html data, this is done by a .css file which the browser will read first.... you can turn tags like the <h1> tag into something completely different than the standard, you could make it bold, or anything really... CSS is amazing, you can do almost anything to a file. Look at http://www.csszengarden.com/, then click the links on the right, it's all the same website they've just "opened" different files on each page but the html code for the site is the exact same on each one, isn't that amazing? you could basically make CSS files for a users preferences.


step 4, learn a little javascript.
this is almost a programming language, and since the standards are screwed up it might be difficult to make it work for everything, but this can really help develop dynamic content.... if you have ever looked at google maps, the way it doesn't need to refresh is because of javascript, but the possibilities are endless, you can make butterfly graphics move across the screen at random... you could make a date/time script that actually keeps running without ever needing to refresh the page.

step 5, get into server side with PHP or PERL, I recommend PHP because its become a standard, learn how a database like MYSQL works... a great resource for all languages including html is www.w3cschools.com, can be a great place to get started.... once you learn PHP you really will have an amazing amount of power availible at your fingertips. You could basically almost do anything in web design within reason and you'd rival anyone else here.


I hope you find that useful, if you need anymore information feel free to ask. And for your question, html can take anywhere from a week to a month to basically learn the most important things, 4 months usually of mastering specific things (usually problems that occur with the code that cause a a page to render incorrectly.)

 

 

 


Comment/Reply (w/o sign-up)

mbacarra
it was taught in class during my 3rd year in high school, although it was more of a "quickie" since we just tackled it for a day. i got interested for a while then due to classes my mind was already taken off web designing. then in college, i just shifted to using php along with html. learning php took me about less than a month i guess.

Comment/Reply (w/o sign-up)

jlhaslip
I would say that it shouldn't take longer than about a month to get a decent page together. Depending on a couple of things, like how complex you wish to make the page, whether you are worried about having it validate, use of the positioning techniques that 'stretch the limits', etcetera. And how much effort you want to put into it.
You should be able to get 'a page' together quicker than that, of course, but I imagine that it will take several versions before you are somewhat happy with the results. I've been playing around with it for 2 years now and I am still discovering new methods and tricks, so to become quite proficient will take longer, of course.
Good Luck with it.

Comment/Reply (w/o sign-up)

ghostrider
HTML didn't take me that long to learn at all, but I have a lot of programming expierence, which made it really easy for me to learn. I got the basics down in a couple days. Its an easy enough language to learn.

Comment/Reply (w/o sign-up)

greentea-pocky
mmm it wasnt hard for me, and well i started way back in grade 5! Yeah my first page was on asianavenue.com. On that site I started using photoshop to make graphics and using basic html codes. The site, sadly closed down =( so after that I made my own website with the url parakiss.frih.net. My hoster was frihost, But unfortunatly i couldnt keep up with the site, school and everything was taking up my time. But while on that site, i learned how to use scripts and installing wordpress. Also basic RSS.

Comment/Reply (w/o sign-up)

darran
HTML is the base of web design, if you want to build a website, you would need to know the base language and that is HTML. If you have been in web design for quite some time, it may seem something easy for you. I learnt HTML in a couple of days, with the formatting, tables, span, divs ... etc it just all came through like that. HTML is not as complex as dynamic technology like PHP, JSP and ASP .... etc, if you want to learn to build a very powerful website , HTML is the way to start before jumping into other things like CSS, PHP, JSP ... etc.

Comment/Reply (w/o sign-up)

Cherish
I first got into html when I was eleven, so it took me about a month or something to be able to make a decent website layout. A long time, I guess, though back then I didn't really have the patience.

It really depends on the person, I think, since I know people who took a web design class for four months and still couldn't really grasp the concept of html. If you keep at it and are generally a fast learner it can take you anywhere from two days to a week, I'd say.

Html isn't very good by itself though, so I suggest that you also take the time to learn some css and maybe even a little bit of php.

Comment/Reply (w/o sign-up)



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

Pages: 1, 2, 3, 4, 5, 6, 7, 8
Recent Queries:-
  1. how long will it take to learn html - 164.06 hr back. (1)
Similar Topics

Keywords : long, learn, html

  1. Html Email
    (3)
  2. Does This Link Work For You?
    http://68.203.246.27:8080/index.html (6)
    does this link work for you? i need to take a test online but the link doest works =-\
    http://68.203.246.27:8080/index.html ....
  3. Linking CSS to HTML
    (2)
    CODE Linking to an External Style Sheet --- LINK tag The link tag is
    used between the HEAD tags. It is the most common way to link CSS to HTML. REL Attribute
    The REL attribute defines the differences between a persistent or preferred style and an alternate
    style. - Preferred style is the style that is automatically applied to the page. - Alternate
    style is a style which the user could choose to replace the preferred style. MEDIA Attribute
    screen - (default value) for computer screens print - output to a printer ....
  4. Newpass2.html malware
    (0)
    So, I was chatting it up with some people, and this one person says she got hit by some weird piece
    of adware from www.lop.com/.../newpass2.html. So, smart as I am, I click on the link... and now,
    when I maximize my IE window, it's all forced down to the bottom of the screen so that only like the
    top couple of toolbars are visible. Anyone have suggestions? If you need a Hijackthis log...
    Logfile of HijackThis v1.99.1 Scan saved at 10:47:14 PM, on 3/6/2005 Platform: Windows XP SP1
    (WinNT 5.01.2600) MSIE: Internet Explorer v6.00 SP1 (6.00.2800.1106) Running proces....
  5. http://www.cheapdesign.co.uk/pulseradio/index.html
    (7)
    i have not yet completed this website, because i dont currently have webhosting. but my mate has let
    me upload this website temp so that you can see a sneak preview
    http://www.cheapdesign.co.uk/pulseradio/index.html ....
  6. How to send HTML mail to yahoo inbox
    (1)
    I have a Ecard site . I want to send ecard in HTML mail format, but my site alway send to BULK.
    Does anyone know a site where i can send HTML mail to Yahoo Inbox.....
  7. html bilder
    (4)
    i need html bilder some one can help me....
  8. Javascript/HTML form submissions On a Mac
    (1)
    My hope is that someone out there can help me with this problem. I have some javascript that will go
    thru (on a PC that is) a HTML page looking for a specifc word submitted via an onclick function.
    Orginally it was a form submission with an onsubmit that ran the function. But in trying to
    trouble shoot it I thought the mac was submitting the form differently than the PC versions (maybe
    the DOM) so I created a button with an onclick command. Again it works for the PC but not for the
    MAC. I am at my wits end. If someone can help; below is the code I am using. I....
  9. html imput select help
    (0)
    I would like to know, how I delete an options of "imput select" with source code. Thanks....
  10. html imput file
    (0)
    I would like to know if is possible to cange the file of the "html imput file" with source code
    Thanks....
  11. Need How MAny On HTML Code or etc.
    (2)
    OKIDOKIE CLICK HERE ....
  12. html
    (6)
    does anyone know if the html used in myspace will work on a normal webpage..?....
  13. Need: Public_html file...
    (2)
    I deleted it cuzz I thought I didn't need it :S Please someone send me it!!!....
  14. Getting HTML source code of a remote page.
    (2)
    Hi there, I'm trying to get the source code of a page hosted on another domain using JS. I've
    tried a couple of methods but nothing seems to work with pages located on a remote host. I know this
    could be easily done using a server-side script, but my question is: it is possible to do it with
    JS? Thanks in advance.....
  15. HTML/vWar Panel
    (0)
    i was wondering if n e body has ever heard of vWar Panel..if not check it out... www.vwar.de very
    great tool for clans and such..but i was wondering if n e body nows what it is and nows how to
    script with html...or however u say..that would b great..well what i meen is combining both of the
    scripts for n html template..cuz it is usually for phpnuke..just its really hard to combine it with
    html..let me no n e body..it would b great to have help...tyvm.bye....
  16. HTML
    (2)
    Hello FNH-Staff/Helpers..i was wondering.. i no very little of cpanel..like most of it..just the
    installing crap is confusing. well i have a www.freewebs.com site.and i was wondering..is there n e
    way to tranfer the files to the cpanel..if so is there n e way that i can get help..i would really
    appreciate great assistance.tyvm for ure time..and hopes to ttyl.bye Invigor8....
  17. HTML
    (4)
    I need a script , I dont know how to o 'If i click the links on my websites,the text in the middle
    of site is change to what it suppose to be...' someone help me.....
  18. html in php
    (12)
    Hi, 2 things, 1) I"m looking for anice begginers tut for php... please. 2) How to insert an html
    tag in to php file? something like , and so on... Thanks, and sorry for my english... :S....
  19. Can we use HTMl as first language
    (6)
    Can we use HTMl as first language....
  20. HTML
    (7)
    Can we combine HTML with database?....
  21. HTML
    (7)
    How to combine HTMl with CSS?....
  22. php and html help
    (2)
    i am new to php and html but learning,just wondering if there is any other easy way to learn it....
  23. html and php
    (7)
    Hello, I wanna put the following html code in my php-nuke website: CODE
    But I can't put it there cause the html tags are not allowed. Can anyone help me? /sad.gif'
    border='0' style='vertical-align:middle' alt='sad.gif' /> Greetz, N!ghtwarr!or....
  24. I need simple html editor script
    (3)
    I need it because i think it is easy to edit my pages. And with login, for admin. Pls, help me!
    ThanX!....
  25. How do you change a html layout to a php theme??
    (7)
    can anyone teach me??....
  26. html pages in php-nuke
    (2)
    is there any way to add html pages in a php-nuke site if its possible then plzz tellme how :?: i
    m waiting for reply....
  27. More HTML templates
    (12)
    QUOTE http://speedydiz.webdynamit.net/kits/kit9/Kit9.zip 
    http://speedydiz.webdynamit.net/kits/kit2/Kit2.zip  
    http://speedydiz.webdynamit.net/kits/kit5/kit5.zip  
    http://speedydiz.webdynamit.net/kits/kit7/Kit7.zip  
    http://speedydiz.webdynamit.net/kits/kit8/Kit8.zip  
    http://speedydiz.webdynamit.net/kits/kit14/Kit14.zip  
    http://speedydiz.webdynamit.net/kits/kit6/kit6.zip  
    http://speedydiz.webdynamit.net/kits/kit12/Kit12.zip  
    http://speedydiz.webdynamit.net/kits/kit3/Kit3.zip  
    http://speedydiz.webdynamit.net/kits/kit11/Kit11.zip   http://speed....
  28. Free HTML Templates
    (23)
    Feel free: http://webtemplateszone.com/templates/templates_1.htm
    http://www.zymic.com/templates/ http://www.templatesbox.com/ http://aethereality.net/
    <===Cool layout....
  29. Basic HTML Tutorial
    (17)
    Here is some basic HTML... I will give an example doc first, and then break it down. Also, will
    give some extras that could make your page fun and interesting! Example Doc: CODE Page
    Title Title Of Article Text.... This will generate something like this:
    Title Of Article (This Centered) Text..... Here are some basic
    tags: Font Color: CODE WORD OR SENTENCE(S) Font Size: CODE WORD OR SENTENCE(S)
    Font Color and Size: CODE WORD OR SENTENCE(S) Scrolling Text: (From Right to....
  30. Your Favorite Html/webdesign Boards?
    Whats yours? (2)
    What is your favorite webdesign/tutorial forum? I have heard lissaexplains forum is pretty good
    (from word of mouth, i have not auctally been there lol) but I dont really go on many unless its my
    last resort, for thoes of you who love tutorial forums what ones are helpful to you and fun to go
    on? Let us know!....

    1. Looking for long, learn, html

Searching Video's for long, learn, html




advertisement



How Long Did it take you to learn HTML