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.

TypeScript, Looping through a dictionary

In my code, I have a couple of dictionaries (as suggested here) which is String indexed. Due to this being …

javascript html typescript
How can I capture the right-click event in JavaScript?

I want to block the standard context menus, and handle the right-click event manually. How is this done?

javascript html events event-handling dom-events
Avoid dropdown menu close on click inside

I have a Twitter Bootstrap dropdown menu. As all Twitter Bootstrap users know, the dropdown menu closes on click (even …

javascript jquery html twitter-bootstrap-3 drop-down-menu
How to create a listbox in HTML without allowing multiple selection?

I don't have much experience in HTML. I am looking to create a simple listbox, but one of the requirements …

html listbox
How to make the HTML link activated by clicking on the <li>?

I have the following markup, <ul id="menu"> <li><a href="#">Something1</a&…

html css menu html-lists anchor
twitter bootstrap navbar fixed top overlapping site

I am using bootstrap on my site and am having issues with the navbar fixed top. When I am just …

html twitter-bootstrap
prevent refresh of page when button inside form clicked

I have an issue while using buttons inside form. I want that button to call function. It does, but with …

javascript html
Input type DateTime - Value format?

In which format should I put the date and time, for use in the HTML5 input element with datetime type? …

html datetime html-input
How to change the size of the radio button using CSS?

Is there a way to control the size of the radio button in CSS ?

html css radio-button
Auto detect mobile browser (via user-agent?)

How can I detect if a user is viewing my web site from a mobile web browser so that I …

html windows-mobile browser user-agent