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 do I reformat HTML code using Sublime Text 2?

I've got some poorly-formatted HTML code that I'd like to reformat. Is there a command that will automatically reformat HTML …

html sublimetext2 sublimetext indentation reformat
How do I programmatically set the value of a select box element using JavaScript?

I have the following HTML <select> element: <select id="leaveCode" name="leaveCode"> <option value="10">…

javascript html dom
Placing border inside of div and not on its edge

I have a <div> element and I want to put a border on it. I know I can …

html css border
How to force child div to be 100% of parent div's height without specifying parent's height?

I have a site with the following structure: <div id="header"></div> <div id="main"&…

html css
How do you create a hidden div that doesn't create a line break or horizontal space?

I want to have a hidden checkbox that doesn't take up any space on the screen. If I have this: &…

html hidden
How to make an image center (vertically & horizontally) inside a bigger div

I have a div 200 x 200 px. I want to place a 50 x 50 px image right in the middle of the …

html css
Find out whether radio button is checked with JQuery?

I can set a radio button to checked fine, but what I want to do is setup a sort of …

jquery html jquery-ui checked
How to send HTTP request in java?

In Java, How to compose a HTTP request message and send it to a HTTP WebServer?

java html http httpwebrequest
Failed to load resource: the server responded with a status of 404 (Not Found)

I can't solve my link problem. Could you help on to this to link CSS and JS File? CSS: <…

javascript html css relative-path
How to trigger a phone call when clicking a link in a web page on mobile phone

I need to build a web page for mobile devices. There's only one thing I still haven't figured out: how …

html phone-call mobile-phones url-protocol