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 can I add "href" attribute to a link dynamically using JavaScript?

How can I add the href attribute to a link dynamically using JavaScript? I basically want to add a href …

javascript html
How to get HTML 5 input type="date" working in Firefox and/or IE 10

I find it odd that input type="date" is still not supported in Firefox after all of this time. In …

html forms jquery-ui internet-explorer firefox
Is there an upside down caret character?

I have to maintain a large number of classic ASP pages, many of which have tabular data with no sort …

html sorting user-interface character-encoding character
HTML5 Email Validation

It is said "With HTML5, we need no more js or a server side code to check if the user's …

html email
Change Bootstrap input focus blue glow

Does anyone know the how to change Bootstrap's input:focus? The blue glow that shows up when you click on …

html css twitter-bootstrap
How to disable input conditionally in vue.js

I have an input: <input type="text" id="name" class="form-control" name="name" v-model="form.name" :disabled="validated ? '' : …

javascript html forms vue.js
jQuery $("#radioButton").change(...) not firing during de-selection

About a month ago Mitt’s question went unanswered. Sadly, I’m running into the same situation now. http://api.…

javascript jquery html radio-button
jQuery Set Cursor Position in Text Area

How do you set the cursor position in a text field using jQuery? I've got a text field with content, …

javascript jquery html textfield
Deadly CORS when http://localhost is the origin

I am stuck with this CORS problem, even though I set the server (nginx/node.js) with the appropriate headers. …

javascript html cors xmlhttprequest xmlhttprequest-level2
How to center a navigation bar with CSS or HTML?

I am having difficulty with centering the navigation bar on this page. I tried nav { margin: 0 auto; } and a bunch …

html css nav centering