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.

Replace words in the body text

Is there a way to replace the normal text within a table element that is placed within the body of …

javascript html
jQuery/JavaScript to replace broken images

I have a web page that includes a bunch of images. Sometimes the image isn't available, so a broken image …

javascript jquery html brokenimage
How to vertically align into the center of the content of a div with defined width/height?

What would be the correct method to vertically center any content in a defined width/height div. In the example …

html css vertical-alignment
(HTML) Download a PDF file instead of opening them in browser when clicked

I was wondering how to make a PDF file link downloadable instead of opening them in the browser? How is …

javascript html
How to make a radio button unchecked by clicking it?

Unlike check boxes, it is impossible for the user to deselect radio buttons once they are clicked. Is there any …

javascript html radio-button
How to scroll to top of page with JavaScript/jQuery?

Is there a way to control browser scrolling with JavaScript/jQuery? When I scroll my page half way down, then …

javascript jquery html scroll
How to go to a specific element on page?

On my HTML page, I want to be able to 'go to' / 'scroll to' / 'focus on' an element on the …

javascript jquery html
How to get all selected values of a multiple select box?

I have a <select> element with the multiple attribute. How can I get this element's selected values using …

javascript html drop-down-menu
Setting the selected attribute on a select list using jQuery

I have the following HTML: <select id="dropdown"> <option>A</option> <option>…

jquery html html-select
Get img thumbnails from Vimeo?

I want to get a thumbnail image for videos from Vimeo. When getting images from Youtube I just do like …

html thumbnails vimeo