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.

Can I set subject/content of email using mailto:?

Is it possible to set the subject/content of email when I use mailto:?

html email mailto
Convert HTML + CSS to PDF

I have an HTML (not XHTML) document that renders fine in Firefox 3 and IE 7. It uses fairly basic CSS to …

php html css pdf pdf-generation
Stretch and scale CSS background

Is there a way to get a background in CSS to stretch or scale to fill its container?

html css
How to center a "position: absolute" element

I'm having a problem centering an element that has the attribute position set to absolute. Does anyone know why the …

html css css-position centering
Adding a background image to a <div> element

Is it possible to make a <div> element contain a background image, and if so, how would I …

html
How to set input type date's default value to today?

The HTML5 input types are great, Opera's new built-in date picker is a breeze, and Chrome has at least supported …

html date input
trying to align html button at the center of the my page

I'm trying to align an HTML button exactly at the centre of the page irrespective of the browser used. It …

html css button alignment vertical-alignment
AngularJS ngClass conditional

Is there any way to make an expression for something like ng-class to be a conditional? For example, I have …

html css angularjs
Check if an element contains a class in JavaScript?

Using plain JavaScript (not jQuery), Is there any way to check if an element contains a class? Currently, I'm doing …

javascript html css dom
How to add some non-standard font to a website?

Is there a way to add some custom font on a website without using images, Flash or some other graphics? …

html css fonts font-face