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.

Overflow:hidden dots at the end

Let's say I have a string "I like big butts and I cannot lie" and I cut it with overflow:…

html css
Does Internet Explorer 8 support HTML 5?

Is there any HTML5 support in IE8? Is it on the IE8 roadmap?

internet-explorer internet-explorer-8 html
Putting images with options in a dropdown list

I was trying to insert images in a drop down list. I tried the following code but its not working. …

html html-select
Fixed footer in Bootstrap

I'm trying out Bootstrap and I was wondering, how I can fix the footer on the bottom without having it …

html css twitter-bootstrap footer
Proper way to make HTML nested list?

The W3 docs have a nested list example prefixed by DEPRECATED EXAMPLE:, but they never corrected it with a non-deprecated …

html html-lists nested-lists
Reload an iframe with jQuery

I have two iframes on a page and one makes changes to the other but the other iframe doesn't show …

javascript jquery html iframe
Making button go full-width?

I want a button to take up the full width of the column, but having difficulties... <div class="span9 …

css twitter-bootstrap html responsive-design
Inline style to act as :hover in CSS

I know that embedding CSS styles directly into the HTML tags they affect defeats much of the purpose of CSS, …

html css
How to change the opacity (alpha, transparency) of an element in a canvas element after it has been drawn?

Using the HTML5 <canvas> element, I would like to load an image file (PNG, JPEG, etc.), draw it …

html canvas transparency opacity alpha
How do I add PHP code/file to HTML(.html) files?

I can't use PHP in my HTML pages. For example, index.html. I've tried using both: <? contents ?> and &…

php html file