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.

How to make audio autoplay on chrome

audio autoplay working in Mozilla, Microsoft edge and old google chrome as well but not in new google chrome. they …

html google-chrome html5-audio
Remove the complete styling of an HTML button/submit

Is there a way of completely removing the styling of a button in Internet Explorer? I use a css sprite …

html css internet-explorer button state
What are the most common font-sizes for H1-H6 tags

I've always been unsure of where to start as a general best practice baseline. Yes, I know it depends on …

html css frontend
Css height in percent not working

I have the following simple code: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.…

html css
How to make HTML Text unselectable

I would like to add text to my webpage as a label and make it unselectable. In other words, When …

html css cross-browser highlighting textselection
Event on a disabled input

Apparently a disabled <input> is not handled by any event Is there a way to work around this …

javascript jquery html
Position Absolute + Scrolling

With the following HTML and CSS The inner div takes up the full head of the container as desired. If …

html css
How do I add a simple onClick event handler to a canvas element?

I'm an experienced Java programmer but am looking at some JavaScript/HTML5 stuff for the first time in about a …

javascript html canvas event-handling onclick
How do you create a toggle button?

I want to create a toggle button in html using css. I want it so that when you click on …

jquery html css
How to support placeholder attribute in IE8 and 9

I have a small issue, the placeholder attribute for input boxes is not supported in IE 8-9. What is the …

html internet-explorer placeholder