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 enable or disable an anchor using jQuery?

How to enable or disable an anchor using jQuery?

jquery html anchor
How can I submit a POST form using the <a href="..."> tag?

How can I submit a POST form to showMessage.jsp using just the <a href="..."> tag? <form …

html forms jsp
Disable validation of HTML5 form elements

In my forms, I'd like to use the new HTML5 form types, for example <input type="url" /> (more …

validation forms html input
How to remove indentation from an unordered list item?

I want to remove all indentation from ul. I tried setting margin, padding, text-indent to 0, but no avail. Seems that …

html css
How do I link to Google Maps with a particular longitude and latitude?

I have a small application that gives the current location: longitude and latitude. Now I have to browse to google …

html google-maps
Detect when an HTML5 video finishes

How do you detect when a HTML5 <video> element has finished playing?

html html5-video
Check a radio button with javascript

For some reason, I can't seem to figure this out. I have some radio buttons in my html which toggles …

javascript html radio-button
CSS word-wrapping in div

I have a div with a width of 250px. When the innertext is wider than that i want it to …

css html word-wrap
Convert string to number and add one

I want to turn the value I get from the id into a number and add one to it then …

jquery html jquery-ui
Center-align a HTML table

On a page I'm working on at the moment, I can't seem to be able to center a table with …

html html-table alignment