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.

CSS last-child selector: select last-element of specific class, not last child inside of parent?

<div class="commentList"> <article class="comment " id="com21"></article> <article class="comment " id="…

html css css-selectors
Clear icon inside input text

Is there a quick way to create an input text element with an icon on the right to clear the …

javascript jquery html css
Is there a W3C valid way to disable autocomplete in a HTML form?

When using the xhtml1-transitional.dtd doctype, collecting a credit card number with the following HTML <input type="text" …

html standards forms w3c
Responsive image map

I have an existing image map in a responsive html layout. Images scale according to browser size, but the image …

html css imagemap
Multiple radio button groups in one form

Is it possible to have multiple radio button groups in a single form? Usually selecting one button deselects the previous, …

html forms radio-group
Form inside a form, is that alright?

Whether we can have a form inside another form?. Is there any problem with that.

html forms
How do I make an HTML button not reload the page

I have a button (<input type="submit">). When it is clicked the page reloads. Since I have some …

html button dom-events
Auto-size dynamic text to fill fixed size container

I need to display user entered text into a fixed size div. What i want is for the font size …

jquery html css
Select all elements with "data-" attribute without using jQuery

Using only JavaScript, what is the most efficient way to select all DOM elements that have a certain data- attribute (…

javascript html dom
How to wrap text around an image using HTML/CSS

I want to design a block of text like the following picture: Question whether this is possible?

html css