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.

Show/hide 'div' using JavaScript

For a website I'm doing, I want to load one div, and hide another, then have two buttons that will …

javascript html onclick innerhtml
How to move an element into another element?

I would like to move one DIV element inside another. For example, I want to move this (including all children): &…

javascript jquery html
Make iframe automatically adjust height according to the contents without using scrollbar?

For example: <iframe name="Stack" src="http://stackoverflow.com/" width="740" frameborder="0" scrolling="no" id="iframe"> ... </iframe> …

javascript html iframe height scrollbar
How do you easily horizontally center a <div> using CSS?

I'm trying to horizontally center a <div> block element on a page and have it set to a …

css html
What does enctype='multipart/form-data' mean?

What does enctype='multipart/form-data' mean in an HTML form and when should we use it?

html http-headers multipartform-data
href="tel:" and mobile numbers

If I use tel: I should write the international phone code, like that. <a href="tel:+6494461709">61709</a&…

html href tel
Set cookie and get cookie with JavaScript

I'm trying to set a cookie depending on which CSS file I choose in my HTML. I have a form …

javascript html css cookies
How To Auto-Format / Indent XML/HTML in Notepad++

Is there a way to re-indent a block of code? I'm looking for something similar to Ctrl+Shift+F in …

html xml notepad++ auto-indent autoformatting
Styling an input type="file" button

How do you style an input type="file" button?

html css file-io
Make a div fill the height of the remaining screen space

I am working on a web application where I want the content to fill the height of the entire screen. …

html css html-table