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.

Using an HTML button to call a JavaScript function

I am trying to use an HTML button to call a JavaScript function. Here's the code: <input type="button" …

javascript html
How to place two divs next to each other?

Consider the following code: I would like the two divs to be next to each other inside the wrapper div. …

css html
Clear form fields with jQuery

I want to clear all input and textarea fields in a form. It works like the following when using an …

jquery html forms
Stylesheet not loaded because of MIME-type

I'm working on a website that uses gulp to compile and browser sync to keep the browser synchronised with my …

html css gulp mime-types browser-sync
jQuery document.createElement equivalent?

I'm refactoring some old JavaScript code and there's a lot of DOM manipulation going on. var d = document; var odv = …

javascript jquery html dom dhtml
How to play audio?

I am making a game with HTML5 and JavaScript. How could I play game audio via JavaScript?

javascript html html5-audio
Slide right to left?

How can I have a div go from collapsed to expanded (and vice versa), but do so from right to …

jquery html css jquery-ui position
How to vertically center a container in Bootstrap?

I'm looking for a way to vertically center the container div inside the jumbotron and to set it in the …

html css twitter-bootstrap twitter-bootstrap-3 vertical-alignment
How do you make div elements display inline?

Given this HTML: <div>foo</div><div>bar</div><div>…

css line html
Remove border from IFrame

How would I remove the border from an iframe embedded in my web app? An example of the iframe is: &…

html css iframe internet-explorer-6 noborder