HTML - Html & Xhtml Books - A Compiled List Of Must Have Books!
Hey guys, this is the second thread in my series "___ Books" and I know a lot of people have trouble picking out books when it comes to programming. There are a ton of programming books, and I always have trouble deciding if I should go to Border's or Barnes & Noble to pick out my book since so much are alike. Well, hopefully this list will help you pick out a nice good book to read!
Step by Step: HTML & XHTML A great book that I personally love and always referr to Dynamic HTML Another amazing book with everything about HTML HTML 4 For Dummies This book is definitely a good one to check out HTML & XHTML: The Definitive Guide One more great book with everything HTML & XHTML Head First HTML with CSS & XHTML A great book with a bunch of stuff, even CSS! Similar TutorialsAll the books I've seen are targeted at either newbies, experienced, or expert users. All I want is a reference that shows all the tags and all the formatting options. For example: Table <table></table> Table options <table style class height width border colspacing padding> Table row <tr></tr> Table row options <tr ..... > Table data <td></td> Table data options <td ..... > See? For every avaliable tag. I just need a reference, not code, nor how to's. Just a reference to the tags and parms they can take. If you know of a book title that covers this, please indicate. Thanks! I need a book. More specifically to explain my situation: The "guy who does the web site" in work is leaving us in the next week or two. He and his mate (who knows HTML!) set up the company's websites (three of them I think) ages ago, and have been maintaining them since. While he offers to help with the upkeep, it may be classed as a "clash of interests" by the company he's joining, so being the next "least technically challenged" in the office, I've been asked to step into his shoes. I've never done any web design, just some fortran and one or two other programming languages that I don't remember, so probably won't help. I'm pretty quick to learn, and think I'm starting to make some sense of the code that has landed in front of me by reading through it and referring to various internet sites. Whilst this may seem backward, I find that having a real book in front of me for reference is infinitely better than having to switch tabs/windows to get help. I'll definitely be referring to the stickies on this subject, but when it comes to RTFM I want to get TFM What would anyone recommend to get as a reference/learning tool that might get me able to proficiently update the websites by april (when the pay reviews are due :smoke: )? _________________ beginners guide to poker free download games I'm attempting to teach myself code, HTML to be specific... Ive' had a very good interest in coding for some time now but never had to oppitunity to actually sit down and think. Does anyone have any recomendations of books ? I'm currenently reading a e-bbok which takes me throught the steps but was published in 2004, Would that be any help what so ever ? I have no specific use for coding, well none what so ever. Would HTML allow me to write a website for most web browsers ? Any/All help is needed Hi there, I'm looking for the best book on HTML out there, something like HTML 4.01 for dummies etc. Any suggestions? Thanks guys, Vic Anyone recommend a good HTML book for beginners? Hello guys, First, I am glad to be a member of this forum.Can I have links to good HTML e-books? Books in pdf format shall be appreciable. Thank you very much, Regards, Kishore Hello guys, i was wondering if any of you knows of :Some sort of book with html tests. Like in math where there are lots of tests and problem books , is there any place where we can find/buy/download HTML test books? Thanks in advance for your answers and since is almost the last day of the year i will rush in wishing you all HAPPY NEW YEAR! Can anyone post the names of any good books that include complete html and javascript Thanks in Advance : 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? Is there any site from where i can download the web development books? Hello to you all. I have a some technical "books" that i want to put on my website so that viewers will be able to read them online. But I need some script to do this. Can anybody help? Regards Kjartan Iversen Hey, so I want to learn html and I was just wondering what books you guys would suggest starting out with? Hi there i would like to create a 3D list of website links, like whats in the middle of this page: http://www.tamberlow.com/ Is this possible using HTML/XHTML/JavaScript If yes, please could some1 point me in the right direction on how to go about this Thanks, jackie xxx easy learn html or xhtml? Regards, Ashok. Everybody knows that HTML is very useful language for a site development and i have a knowledge about HTML language but i don't have no knowledge about XHTML. So what is the different between HTML and XHTML? If you know than please reply me. I read somewhere that HTML 4.00/1 has been "replaced" by XHTML (which I assume is XHTML 1.0). Is this true? Should we be switching to XHTML 1.0 ? I am a relative novice, so I'd appreciate help please - I have searched the web and other forums, but most answers are too complicated for me. When I started coding a year ago, I used a template file and just worked things out as I went. It happened to have a XHTML 1.1 DTD, but since I didn't even know what a DTD was, I didn't care. It is only recently that I discovered that (1) when I tried to validate I had numerous errors, and (2) virtually non-one uses XHTML 1.1. So now I am considering what Doctype I should use. There seem to be two opinions "out there". I checked out the source code for about 20-30 popular sites and found XHTML 1.0 was used more than twice as often as HTML 4. Many people say XHTML is the way of the future, and requires tighter code, so why not use it? The free WYSIWYG editor I use (NVU) codes in XHTML as default. However others say that some browsers don't handle XHTML well, and unless you need the extra features (and if you don't know what they are then you don't need them - my situation), then HTML 4 is still best - this seems to be the view taken in the excellent "Doctype and validation" topic on this forum. Some people go on to suggest taking a strict line on some of the optional coding rules (e.g. closing all tags) is a good practice, helps prepare you for XHTML, but is still good in HTML. So, what is the common opinion here - HTML4 for "dummies" like me? Thanks. Hi Guys, I have been creating sites for about a year and a half and was wondering what is the best doc type to use and reasons why? Which is best HTML or XHTML and also version numbers? Most sites i have done i have used XHTML 1.0 Transitional. Any feedback or comments on this is not important but thought i'd ask as i've never really thought about it before. CC_DESIGN This tutorial from http://library-cafe.com If someone just says that this is the high time when you should convert your site from HTML to XHTML - you can halt or not. But if he can say this with proper logic then you must be going through his decision - adaptibility is another thing. So at first you must know basically what XHTML is. XHTML is really more similar to HTML than it is different. The "changes" aren't really changes, but just a set of stricter standards to obey. XHTML stands for Extensible HyperText Markup Language. XHTML is a cross between HTML and XML. Any XHTML document will be valid HTML and valid XML, which means it can be opened in any XML editor. Why the need for XHTML? * XML allows the developer to add new tags whenever they want, allowing for more flexibility and creativity. * XHTML can be mixed with XML to provide easy updatable websites. * New ways of accessing the Internet are being created every day. XML/XHTML is a common standard for all these browsers/clients, which stops different standards being created for each of these methods. * XHTML is going to replace HTML in the near future so it will be useful if you already use it, as you will have one over on everyone who has stuck to using HTML. New Doctype Declaration <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/"> And the tag becomes: <html xmlns="http://www.w3.org/1999/" xml:lang="en" lang="en"> Just Some Rules 1. In the <head> tag the <title>Title here</title> tag must be first, nothing else 2. All tags must be lowercase, so no <TITLE> it must be <title>. 3. Any tag that doesn't have an ending tag, like <br>, must have a space and forward slash before the end like this: <br />. 4. All tag attributes must be surrounded by quotes, so replace <p align=center> with <p align="center">. 5. No attribute can have no value, so, for example, when using the <input> tag with checked at the end, you must change it to checked="checked". 6. All XHTML documents have to be well formed, so each file must have a html, head, title and body set of tags. 7. All documents must have a doctype, see above to find out the best one to use when you are new to XHTML. Hey, So its another on of them questions So i want to know what would be best for me? ive never built a website and i havent learnt HMTL or XHTML or the many languages that there are. i know its going to be a long process and i am happy to learn it as i want my company to have a really good site. Thats the thing i run a production company and when someone checks out my site i want them to see how professional it is and also that they want my company to work for them!!! So what would be better to start off with? HTML or XHTML? ive read a little about both and have a little understanding. so as a novice would i need to learn HTML before i could even start to use XHTML? i read this thread and the last post says use whatever? so the question that i have is which one would be better for me and better for my site? considering i dont know any languages! http://www.htmlforums.com/html-xhtml...-10-93928.html Thanks! |