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.

Twitter Bootstrap Tabs: Go to Specific Tab on Page Reload or Hyperlink

I'm developing a web page in which I'm using Twitter's Bootstrap Framework and their Bootstrap Tabs JS. It works great …

javascript html tabs twitter-bootstrap
How to specify line breaks in a multi-line flexbox layout?

Is there a way to make a line break in multiple line flexbox? For example to break after each 3rd …

html css flexbox
Implement an input with a mask

I would like to implement a mask for a text input field which accepts a date. The masked value should …

html date input mask data-masking
Flexbox not giving equal width to elements

Attempting a flexbox nav that has up to 5 items and as little as 3, but it's not dividing the width equally …

html css flexbox
How to create a responsive image that also scales up in Bootstrap 3

I am currently using twitter bootstrap 3 and I am facing a problem to create a responsive image. I have used …

javascript jquery html css twitter-bootstrap
Adjust width of input field to its input

<html> <head> </head> <body> <input type="text" value="1" style="min-width:1px;" /&…

javascript html css
Center HTML Input Text Field Placeholder

How can I centre the input field's placeholder's alignment in a html form? I am using the following code, but …

html css
Use a normal link to submit a form

I want to submit a form. But I am not going the basic way of using a input button with …

html css forms hyperlink submit
Get cursor position (in characters) within a text Input field

How can I get the caret position from within an input field? I have found a few bits and pieces …

javascript jquery html
Align <div> elements side by side

I know this is a rather simple question, but I can't figure it out for the life of me. I …

css html alignment