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.

Best way to track onchange as-you-type in input type="text"?

In my experience, input type="text" onchange event usually occurs only after you leave (blur) the control. Is there a …

javascript html forms
Using HTML5/Canvas/JavaScript to take in-browser screenshots

Google's "Report a Bug" or "Feedback Tool" lets you select an area of your browser window to create a screenshot …

javascript html canvas screenshot
Using jQuery to center a DIV on the screen

How do I go about setting a <div> in the center of the screen using jQuery?

javascript jquery html css layout
HTML tag <a> want to add both href and onclick working

I'd like to ask about HTML tag <a href="www.mysite.com" onClick="javascript.function();">Item</a&…

javascript html tags onclick href
HTML - Display image after selecting filename

I have a form that allows me with <input type="file" name="filename" accept="image/gif, image/jpeg, image/…

html file-upload
How to disable the resize grabber of <textarea>?

How to disable the grabber in the <textarea>? I mean that triangle thing which appears in the right-bottom …

html css forms
Can I use a :before or :after pseudo-element on an input field?

I am trying to use the :after CSS pseudo-element on an input field, but it does not work. If I …

html css pseudo-element css-content
FontAwesome icons not showing. Why?

Recently I've been developing this website and I'm trying to put a font awesome icons in it, so it's scalable. …

html css font-awesome
JavaScript - Getting HTML form values

How can I get the value of an HTML form to pass to JavaScript? Is this correct? My script takes …

javascript html
Can I change the color of Font Awesome's icon color?

I have to wrap my icon within an <a> tag for some reason. Is there any possible way …

html css font-awesome