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.

HTML input - name vs. id

When using the HTML <input> tag, what is the difference between the use of the name and id …

html html-input
How do I force a DIV block to extend to the bottom of a page even if it has no content?

In the markup shown below, I'm trying to get the content div to stretch all the way to the bottom …

css html border
How do I stretch a background image to cover the entire HTML element?

I'm trying to get a background image of a HTML element (body, div, etc.) to stretch its entire width and …

html css background-image
How to parse Excel (XLS) file in Javascript/HTML5

I am able to read Excel file via FileReader but it outputs text as well as weird characters with it. …

javascript json html xls filereader
Center image in table td in CSS

I've been trying to align an image to the center of the table td. It worked with setting margin-left to …

html css
HTML5 live streaming

For school I need to set up an HTML5 live stream site. They have a flash stream-player they've been using …

html video-streaming html5-video
jQuery changing style of HTML element

I have a list on HTML <div id="header" class="row"> <div id="logo" class="col_12">…

jquery html css
Add hover text without javascript like we hover on a user's reputation

In stackoverflow, when we hover on a user's reputation we see a text. I have seen this at many places …

html hover
Bootstrap 3 Flush footer to bottom. not fixed

I am using Bootstrap 3 for a site I am designing. I want to have a footer like this sample. Sample …

html css twitter-bootstrap footer
Limit number of characters allowed in form input text field

How do I limit or restrict the user to only enter a maximum of five characters in the textbox? Below …

html forms input textbox