Designing HTML from beginning compatible to all browsers of all devices? [closed] - html

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
we are developing new website and
i know little bit about HTML
so can suggest any solid open-source
tools for good HTML design.

Check about boilerplates in http://www.initializr.com/
It is a good way to start a project and it covers alot about browsers compatibility.

Probably not a place to be asking for recommendations but you should look at responsive CSS frameworks as a good starting point. If you're unfamiliar with CSS then it is something you must learn in order to create responsive designs.

Related

Is it absolutely necessary to use tables for HTML emails? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I have to design some HTML emails for my work. It seem obvious that everybody use tables and inline CSS for this. I would use plain text if I would have the choice, but it's not possible in this case.
As a front end developer who know a bit about web standards I'm pretty scary and horrified when I look at some HTML emails: table presentations and inline CSS are enough to demonstrate that this will be a horrible headache to design and maintain.
Do you have experiences with this? What arguments could be valuable to advocate plain text? What are the risks of using standard-maintainable-pretty HTML and CSS and not the horrible-common-way?
Some useful links for better understanding
http://kb.mailchimp.com/article/how-to-code-html-emails/
http://blog.mailchimp.com/background-images-and-css-in-html-email/

What is the best way to learn HTML 5 [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I want to learn HTML 5 and I am wondering where can i find best resources for HTML 5.
It would be great if you share link/resources with examples.
Please provide your suggestions.
Thank You.
To begin, I recommend you to try the Code School's HTML5 & CSS3 course.
Each course contains a video and pastebin-like exercices.
Not free, but cheap and very useful!
Their website : http://www.codeschool.com
If you are looking for something basic why dont you try w3schools everything is there. http://www.w3schools.com/html/html5_intro.asp.
or else you can see some code examples and learn them by playing with the codes
http://www.html5canvastutorials.com/

How to follow the latest updates in HTML5 and CSS3 [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Clearly HTML (and not XHTML) is the future. Now, the official specs of HTML and CSS by W3C (like this one for example) are not very beginner friendly or at least readable.
So, are there any alternatives for beginners so that we can follow the latest changes/updates to these web standards? Something more user friendly...
I'd stay away from w3schools - They are not affiliated with the W3C. See http://w3fools.com/ for details.
Some better, and much more reliable resources are:
http://dev.opera.com/articles/view/1-introduction-to-the-web-standards-cur/#toc (geared towards beginners - see HTML5 section)
&
https://developer.mozilla.org/en-US/docs/HTML/HTML5
(a bit more on the intermediate level)

Can anyone show me some good sites about HTML5? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
As the great development of HTML5,I think it is the right time to learn much more about HTML5, so can you tell me some good sites which introduce much knowledge about HTML5. thx a millious,my friends
You should google for it. Still I would suggest -
http://diveintohtml5.info/
http://html5doctor.com/
www.w3school.com is also best site for learning HTML5

Good online resource to learn basic anatomy and structure of webpage? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I'd say I have pretty good grasp of core concepts of html/css/jQuery.
But I still have hard time trying to create a web page where it involves a lot of
use of div containers, making menu bars, and similar layouts.
There are some systems to help simplify layout, or at least prototype them. For example, http://960.gs is one that I've started from for many sites.