Top "Html" questions

HTML (HyperText Markup Language) is the markup language for creating web pages and other information to be displayed in a web browser.

HTML5 best practices; section/header/aside/article elements

There is enough information about HTML5 on the web (and also on stackoverflow), but now I'm curious about the "best …

html header article
Chrome ignores autocomplete="off"

I've created a web application which uses a tagbox drop down. This works great in all browsers except Chrome browser (…

html google-chrome autocomplete forms
How to mark-up phone numbers?

I want to mark up a phone number as callable link in an HTML document. I have read the microformats …

html markup url-scheme phone-number
What's the difference between <b> and <strong>, <i> and <em>?

What's the difference between <b> and <strong>, <i> and <em> in HTML/…

html xhtml
The data-toggle attributes in Twitter Bootstrap

What does data-toggle attributes do in Twitter Bootstrap? I couldn't find an answer in Bootstrap API. I have seen a …

javascript jquery html twitter-bootstrap
Table scroll with HTML and CSS

I have a table like that which i fill with a data <table id="products-table" style="overflow-y:scroll" > &…

html css html-table
How to make a <div> always full screen?

No matter how its content is like. Is it possible to do this?

html css responsive
How can I style even and odd elements?

Is it possible to use CSS pseudo-classes to select even and odd instances of list items? I'd expect the following …

html css css-selectors
How to disable HTML links

I have a link button inside a <td> which I have to disable. This works on IE but …

javascript jquery html css
How can I rotate an HTML <div> 90 degrees?

I have a <div> that I want to rotate 90 degrees: <div id="container_2"></div> …

html css