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.

Two submit buttons in one form

I have two submit buttons in a form. How do I determine which one was hit serverside?

html forms submit
How to display HTML in TextView?

I have simple HTML: <h2>Title</h2><br> <p>description here</…

android html xml-parsing textview
How to implement "select all" check box in HTML?

I have an HTML page with multiple checkboxes. I need one more checkbox by the name "select all". When I …

javascript html checkbox selectall
Embed image in a <button> element

I'm trying to display a png image on a <button> element in HTML. The button is the same …

html css image button
Can I change the checkbox size using CSS?

Is it possible to set the size of a checkbox using CSS or HTML across browsers? width and size work …

html css
Should I make HTML Anchors with 'name' or 'id'?

When one wants to refer to some part of a webpage with the "http://example.com/#foo" method, should one …

html hyperlink fragment-identifier
Capture HTML Canvas as gif/jpg/png/pdf?

Is it possible to capture or print what's displayed in an html canvas as an image or pdf? I'd like …

javascript html canvas export png
offsetting an html anchor to adjust for fixed header

I am trying to clean up the way my anchors work. I have a header that is fixed to the …

javascript html css anchor offset
How to assign multiple classes to an HTML container?

Is it possible to assign multiple classes to a single HTML container? Something like: <article class="column, wrapper">

html class
Can I hide the HTML5 number input’s spin box?

Is there a consistent way across browsers to hide the new spin boxes that some browsers (such as Chrome) render …

javascript css html input numbers