HTML - What Is The Order I Should Learn These?
Alright so in what order should I learn the basic things of web design? I want a really cool site that look professional. So basically I want to learn HTML, XHTML, CSS, JAVASCRIPT, and PHP. What order should I learn those? Is that knowledge enough to make a stunning website?
---------------------- Similar TutorialsWhat is the easy way to learn Css properties? hi, i have done my first year at night college in web design and i do all of the coding myself in notepad. people tell me all the time that dreamweaver and such programmes are better and i should learn them what are the advantages and disadvantages of coding myself? thanks I want to learn how to use html and do not have the first clue where to start. how do i access the code on my webpage to start messing around with it? Hi guys my name is Seenath can any body help me where to start from to learn HTML and how to practice it. hi all . I am giving some knowledge of html u can learn it easy here we start .. HTML Code: <html>..</html>#starting an html file <!--...--> # Comments <head></head>#head <title>...</tttle>#title of the page <body></body># body <body bgcolor="value">#body color <A href="www.yahoo.com"></a>#to put the link <hr></hr># line <br>#goest to another (break) <P>..</p>#paragraph .. <b>..</b>#text bold <img src="filename.gif"></a>#to put an image <font face="verdana"></font>#the font of text <font color="black"></font>#the color of text <fobt size="1"></font># size of text <table>..</table>#table <table width="20">#how bug is table .. <table border="1" align=-"center">#table border and where to put the table <tr> <td> #under table <td align="center">#where to put the table . <td bgcolor="white">#color of table <form></form># the form <a href="mailto:you@yahoo">#mail link <form action="book.php">#.....l <form method="post">#--to send the mail .. <input type="text" name="name"></a>#the text box <input type="button">#button <input type="submit">#sends the mail <input type="reset" #restarts .. ... etc... there are 50 commands of HTML . but i mentied the basics one ok hope u will learn . ok see yaa Hi all, I am a beginner in coding.When we have dreamweaver , front page softwares that can build webpages, why to still learn coding? Are there any strange reasons behind it? Kidnly, enlighten me... Regards, Kishore Hello I'm assuming I'm in the right area for this. http://hiatus.5u.com/index.html I'm wanting to position a box on this website with HTTP links that open a new browser. I've tried using custom drawn boxes, but my website doesn't like it, it's chewing up the links and wont link them. If you look at the website link there I posted, to the right side of the page there is a box that is empty, below it says something like "links will open a new browser" I want to set links there. I don't know what style of scripting I need to accomplish that. I'm starting to feel like html isn't cutting the mustard. And frontpage isn't cutting the mustard over there. I also have another question, about setting up an html password. I have this setup here ~ Code: <input type="password" name="time23" size="10"><INPUT TYPE="HIDDEN" NAME="cgiemail_required" VALUE="time23: Please supply the correct Password."> <INPUT TYPE="HIDDEN" NAME="cgiemail_error" VALUE="error_enlistment.html"> I want it to work like this, if you put in a password and it's incorrect, it'll send you to an error page. This somewhat works, however not accurately enough. If you leave it blank it will spit out an error site. But if you put any random thing, as long as the box isn't empty it will work. I don't mind if the password is in the page source code, that's not a big deal. Most people I know don't have a clue you can even look at source code. So as long as I can ring a few in doing it this way I'm fine. Hello, Could someone recommend a couple of books for me? I'm interested in upping my skills in html/xml/css/javascript etc but am unsure what to purchase. I have: Advanced knowledge of html Moderate knowledge of css Basic knowledge of javascript VERY Basic knowledge of Actionscript 3.0 I was looking into Lynda and Friends of Ed. Thoughts? Hello forum please help me out on this one I want to learn html and xhtml I have found a website that teaches html http://www.goodellgroup.com/tutorial/ but I want a more detailed tutorial and I didn't find xhtml please send me some links to learning websites for html and xhtml. Thank you much thanks Hi I've resisted long enough - I realise now I MUST create an iPhone version of any site I make. Complete newb to iPhone development, so I was wondering if there is a good tut somewhere you guys know of? Thanks Shaun Hey all, I still consider myself a novice in html and especially CSS. I know basic, basic html like how to write paragraphs and line breaks and embed videos and write meta tags. I know virtually no CSS However, I would like to learn more advanced techniques. Any suggestions for straightforward sites or videos or programs that I can look up? I have been looking at w3schools.com a little bit and I use notepad++ for an editor. Anyway, any suggestions would be awesomely appreciated. Thanks guys! Hi, I am new and have just started learning basic HTML on w3schools.com. Is this a reliable website with accurate HTML tutorials? I am closing in on XHTML/CSS using the book Head First HTML with CSS & XHTML, can anyone tell me which should be the next 2 books I should order to continue with learning web development please? i need order list with brakets like:- ( i ) abc ( ii ) def thankx budiesssss i have a drop down list which when activated gets covered by another object on the site, is there anything that can be done to fix this visual order problem.... p.s. the blocking object is an image as well as a form dropdownlist (ddl). Hi. I have lots of giff images on a web page. Problem is my drop down menu wants to drop down behind the image. Is there a way of forcing the menu on top of the images. Desmond. http://www.lowther-york.co.uk/New2009.htm Hi, how can I rearrange items by name or genre? I want to make a sort of collection for a few movies, with information about actors and so on. I have the information for each movie in a div tag. What do I have to do so that when I click, let's say on name, it lists the movies alphabetically? Is there any solution for this? Or generally how would you do this? Thank you. Hi. I have a javascript script which slides a slider when you click on text or image. However when I click it, it slides down together with the div tag below it (there are total of 5 images which should be in one line and slide a box under them when clicked). Here is my code: Code: <div class="slider1"><img src="big_button1.png" /><div class="x"> text text text</div></div> <div class="slider2"><img src="big_button2.png" /><div class="xx"> text text text</div></div> <div class="slider3"><img src="big_button3.png" /><div class="xxx"> text text text</div></div> <div class="slider4"><img src="big_button4.png" /><div class="xxxx"> text text text</div></div> <div class="slider5"><img src="big_button5.png" /><div class="xxxxx"> text text text</div></div> And if you didn't understood what is happening and what I want to do, here is an image. Feel free to ask if you still don't get it: Hi all, I am new here and this will be my first official question. I am a complete beginner at this and would like some advice. I am currently learning HTML and would like to know this... Given all the advancements in web programming languages, in what order would you all suggest learning them. I am pretty sure HTML stands out as numero uno on the list but where from there and in what order would you learn them. Thanks in advance for you help and I look forward to being a member of this forum. I'm trying to impliment a work order system on my website, and example can be seen here of the work order system beta i'm working on, http://www.army.mil/oldguard/workorder/pworkorder.htm I need to be able to assign a work order number automatically that will not only go in the e-mail that flexmail sends out from the form, but also lets the user know what their work order number will be. Also, the work order number should not increase unless there is a successful form submission. The army is paranoid so we have no access to asp, php, perl, or cgi on the server, has to all be done with ajax, javascript, and html. The only other 3rd party software is felxmail and all it handles is the sending of the information fed to it via e-mail. Thank for any help you can provide. |