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 show hidden divs on mouseover?

How to show a set of hidden div's onmouseover? For example : <div id="div1">Div 1 Content</div&…

javascript jquery html css mouseover
How to change the buttons text using javascript

I have the following code to set the text of the button through javascript code , but it does not work …

javascript html button
Set custom HTML5 required field validation message

Required field custom validation I have one form with many input fields. I have put html5 validations <input type="…

javascript jquery html
YouTube: How to present embed video with sound muted

I'm trying to embed a video with the sound muted but I can not figure out how it make it …

html youtube youtube-iframe-api
How to apply CSS page-break to print a table with lots of rows?

I have a dynamic table in my web page that sometimes contains lots of rows. I know there are page-break-before …

html css printing css-tables page-break
Style input element to fill remaining width of its container

Let's say I have an html snippet like this: <div style="width:300px;"> <label for="MyInput">…

html css
Converting HTML files to PDF

I need to automatically generate a PDF file from an exisiting (X)HTML-document. The input files (reports) use a rather …

java html pdf pdf-generation
Hide Twitter Bootstrap nav collapse on click

This is not a submenu dropdown, the category is class li as in the picture: By selecting a category from …

jquery html twitter-bootstrap
How to check if input file is empty in jQuery

Brand new to JS. I am trying to check if the file input element is empty when submitting the form …

javascript jquery html
Using :before and :after CSS selector to insert Html

I'm wondering if the following is possible. I know it doesnt work, but maybe I'm not writing it in the …

html css css-selectors