What do I need in order to understand an html book?

best books html on The Alcuin Society Blog: Canada's 30 best-designed books: 2010 winners
best books html image




.


So, for some reason I have this book of html and xhtml. I have no idea about programming, I lack knowledge of any computer language. What do I have to know first in order to read this book? What would be the core thing? And yes I'm really interested in computers.


Answer
I would say that you need to know about absolute and relative paths, so that you are able to link your pages, as well as type in addresses for images, and even other websites. This is however something any good book on HTML should cover.

HTML files are basically just text files, with markup codes in them, HTML is not a programming language. Having that said, It is however recommended to learn (x)'HTML and CSS as being a combined tool, learning HTML alone is more or less useless today. If you want to learn about programming, then you should pick up a language like C++.

All you need to write HTML/CSS is a copy of notepad, but basically any editor can be used. CSS is used to control the presentation of your page, selectors are used to apply "style" to the different elements.

Using books is however not recommended, as you would want to copy and paste examples. Typing them in manually simply takes to long, these books also tend to be very limited. There are sites like http://www.brugbart.com/ and http://www.w3schools.com/ where you can learn it online.

Finally stay away from WYSIWYG editors and Templates, that's where many beginners get stuck.

Can anyone recommend a good beginner's book into web development?




itztommy65


I'm planning on taking classes on web development next fall, but I'd like to start learning now. I was hoping for maybe a good book on html and xhtml? I researched a few online, but they date back as far as 2002. I know the web changes quicker than computer models, so I wanted to check with the experts to see if I could be steered in the right direction. Thank you for your kind consideration!


Answer
I used two books to learn how to develop web pages, and they provided the perfect level of education.

Dan Cederholm is a well respected developer, and is an incredibly easy to read author. Any of his books would be great, and I began with:
http://www.amazon.com/Bulletproof-Web-Design-flexibility-protecting/dp/0321509021/ref=pd_6

Dan's book will get you started on the *right* course in web development, which is using HTML for the logical content of your page, and CSS to design the graphical layout of your choice. The book is chalked full of relevant examples, simple code, and easy-to-understand solutions.
Even as a novice you'll notice common problems and answers Dan provides that will wow you with their simplicity.

For more advanced features, and digging into the culture of the web developer (also providing plenty of links to communities that share strategies and techniques) this next book helped me a lot, too:

http://www.amazon.com/CSS-Mastery-Advanced-Standards-Solutions/dp/1590596145/ref=pd_7


Both are great reference material.




Powered by Yahoo! Answers

Comments :

0 comments to “What do I need in order to understand an html book?”
 

Blog Archive