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 do I create a link using javascript?

I have a string for a title and a string for a link. I'm not sure how to put the …

javascript jquery html dom hyperlink
How Do I Make Glyphicons Bigger? (Change Size?)

I would like to make the globe glyphicon bigger so that it covers up a large portion of the page (…

html css twitter-bootstrap glyphicons
How can I reorder my divs using only CSS?

Given a template where the HTML cannot be modified because of other requirements, how is it possible to display (rearrange) …

html css
How to center content in a bootstrap column?

I am trying to center column's content. Does not look like it works for me. Here is my HTML: <…

html css twitter-bootstrap
500 Internal Server Error for php file not for html

My site having 4-5 static pages only. index.html & index.php both are there. index.html is working fine. …

php html apache internal-server-error
How can I add a vertical scrollbar to my div automatically?

I want to add a vertical scrollbar to my <div>. I've tried overflow: auto, but it is not …

css html scrollbar overflow
Twitter bootstrap float div right

What is the proper way in bootstrap to float a div to the right? I thought pull-right was the recommend …

html css twitter-bootstrap
Can one AngularJS controller call another?

Is it possible to have one controller use another? For example: This HTML document simply prints a message delivered by …

javascript html angularjs
Detect all changes to a <input type="text"> (immediately) using JQuery

There are many ways the value of a <input type="text"> can change, including: keypresses copy/paste modified …

javascript jquery html
Is there an onSelect event or equivalent for HTML <select>?

I have an input form that lets me select from multiple options, and do something when the user changes the …

javascript html html-select dom-events