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 make text bold in HTML?

I'm trying to make some text bold using HTML, but I'm struggling to get it to work. Here's what I'm …

css html
How to get text box value in JavaScript

I am trying to use JavaScript to get the value from an HTML text box but value is not coming …

javascript html
Disabling Chrome Autofill

I have been running into issues with the chrome autofill behavior on several forms. The fields in the form all …

html forms google-chrome autocomplete autofill
Programmatically change the src of an img tag

How can I change the src attribute of an img tag using javascript? <img src="../template/edit.png" name=…

javascript html image src
Is there a float input type in HTML5?

According to html5.org, the "number" input type's "value attribute, if specified and not empty, must have a value that …

html input floating-point
HTML form readonly SELECT tag/input

According to HTML specs, the select tag in HTML doesn't have a readonly attribute, only a disabled attribute. So if …

javascript html
Add a tooltip to a div

I have a div tag like this: <div> <label>Name</label> <input type="…

javascript html css tooltip
How to prevent buttons from submitting forms

In the following page, with Firefox the remove button submits the form, but the add button does not. How do …

javascript html
Using $_POST to get select option value from HTML

I use select as below: <select name="taskOption"> <option>First</option> <option>…

php html arrays
How to change the text of a label?

I have a radiobutton list and on click on the radio button item I have to change the text of …

javascript jquery html asp.net label