not able to solve markup problem [closed] - html

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 12 years ago.
http://validator.w3.org/check?uri=http%3A%2F%2Fratingscorner.com%2Fproduct_rating.php%3Falias%3DPeoples-Education-Society-Institute-of-Technology-%28PESIT%29-100-feet-Ring-Road-Bangalore%26product%3DColleges&charset=%28detect+automatically%29&doctype=Inline&ss=1&outline=1&group=1&No200=1&verbose=1&st=1&user-agent=W3C_Validator%2F1.767
have fixed most of the errors . but could not fix the » problems ...if any1 can help it will be helpful for me.

The W3C Validator has some more or less serious flaws. On your page, it detect » as an ending > ... which it isn't. I suggest you download Total Validator, which is a way more standard compliant validator. You'll see a great difference.

Related

defining mostly used class names [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
I have a silly question but while coding a web page I'm confuse a little time defining the css class name. Would anyone provide me mostly used css class names so that I could not hesitate while making pages.
It would be okay if I got mostly used class while layout page.
I think some css-naming-conventions will help :)
you may start here and search google for more :
http://sixrevisions.com/css/css-tips/css-tip-2-structural-naming-convention-in-css/

Is it okay to use tables for post formatting? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
Basically I'm making a feature to post on my site, and I just wanted your guys' opinions: do you think it's okay to use a table to format the post (aligning the profile picture and the post? If not, what do you recommend?
Tables should never be used for anything besides tabular data.
I would suggest reading into inline-block
If it's not tabular data, then no. If it can be done with divs, then do it with divs :)

How to show grid in navigator with 960gs? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
I try to use 960gs and I compare it with Blueprinter . So I would like to know if it is possible to show grid in 960 gs .
for example in blueprinter we add showgrid
thanks
I don't believe there is a built in way to show the grid, though you can use the bookmarklet: 960gridder. Hope that helps.

simple notification email template [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
If you do a search on Google there are millions of newsletter email templates, all I am looking for is something that is purposed for a single notification. I don't really want to learn HTML all over again just to produce this so any links or articles would help TONSSS!!
Thanks.
You can easily get something going using an email boilerplate such as this one as base:
http://htmlemailboilerplate.com/

Skills required to develop html5 application [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 12 years ago.
what are the skills combination required to develop html5 application ?
HTML and javascript. If you want it to be pretty CSS would be helpful. And if you want it to be more dynamic a server side language is a must.
Personally I like Dive Into HTML5 very much.
This would be HTML5...
HTML5, Javascript and CSS.
Programming and a bit of design.