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.

Make an image responsive - the simplest way

I notice that my code is responsive, in the fact that if I scale it down to the size of …

html css image mobile
How to get div height to auto-adjust to background size?

How do I get a div to automatically adjust to the size of the background I set for it without …

css html background height
Play/pause HTML 5 video using JQuery

I am trying to control HTML5 videos using JQuery. I have two clips in a tabbed interface, there are six …

jquery css html html5-video
"Full screen" <iframe>

When I use the following code to create an iframe: <iframe src="mypage.html" style="border: 0; width: 100%; height: 100%">…

html iframe
How can I change the thickness of my <hr> tag

I want to change the thickness of my horizontal rule (<hr>)in CSS. I know it can be …

html css user-interface
HTML encoding issues - "Â" character showing up instead of "&nbsp;"

I've got a legacy app just starting to misbehave, for whatever reason I'm not sure. It generates a bunch of …

html vb.net encoding utf-8 iso-8859-1
How to set default value to the input[type="date"]

I have tried (JSFiddle): <input type="date" value="2012-3-23"> but it doesn't work, how can I set …

html date html-input
Table header to stay fixed at the top when user scrolls it out of view with jQuery

I am trying to design an HTML table where the header will stay at the top of the page when …

jquery html html-table
mailto link with HTML body

I have a couple of mailto links in a HTML document. <a href="mailto:etc..."> Can I insert …

html email mailto
How to align input forms in HTML

I'm new to HTML and I'm trying to learn how to use forms. The biggest issue I am having so …

html forms alignment