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.

Detecting input change in jQuery?

When using jquery .change on an input the event will only be fired when the input loses focus In my …

javascript jquery html
Is it possible to write data to file using only JavaScript?

I want to Write Data to existing file using JavaScript. I don't want to print it on console. I want …

javascript html
Using .otf fonts on web browsers

I'm working on a website that requires font trials online, the fonts I have are all .otf Is there a …

html css fonts font-face
HTML Input="file" Accept Attribute File Type (CSV)

I have a file upload object on my page: <input type="file" ID="fileSelect" /> with the following excel …

html csv file-upload input content-type
How to call a REST web service API from JavaScript?

I have an HTML page with a button on it. When I click on that button, I need to call …

javascript html rest web-services
Limit file format when using <input type="file">?

I'd like to restrict the type of file that can be chosen from the native OS file chooser when the …

html file types
Prevent Bootstrap Modal from disappearing when clicking outside or pressing escape?

I'm using the Twitter Bootstrap modal as a wizard window, and would like to prevent the user from closing it …

html twitter-bootstrap modal-dialog
Align an element to bottom with flexbox

I have a div with some children: <div class="content"> <h1>heading 1</h1> <…

html css flexbox
In jQuery, how do I select an element by its name attribute?

I have 3 radio buttons in my web page, like below: In jQuery, I want to get the value of the …

javascript jquery html radio-button
How do I get a div to float to the bottom of its container?

I have floated images and inset boxes at the top of a container using float:right (or left) many times. …

html css