What are minimum requirement to show any content with styling on browser?
My one curious friend who is learning about html and css asked some questions to me.with example. ( I uploaded his example page to my hosting)
What are minimum requirement to show any content with styling on browser?
Why this page is working with styling? see this page : http://jitendravyas.com/testing/html.html
This page is giving different output in different browsers. I checked in IE, Firefox google chrome and all are rendering outer 开发者_如何学Cborder differently.What are cons to not to use Doctype for SEO?
What are your thoughts?
- What are minimum requirement to show any content with styling on browser?
Exactly what you have. But this will obviously not look the same in different browsers
- Why this page is working with styling?
Why wouldn't it?
- What are cons to not to use Doctype for SEO?
The real question is why do you think not using a doctype is good for SEO? It isn't. Use a valid doctype.
精彩评论