Explain Codes LogoExplain Codes Logo

Html

Use HTML5 to resize an image before upload

html
responsive-design
canvas
blob

How can I make a div stick to the top of the screen once it's been scrolled to?

html
responsive-design
sticky
javascript

Can you have a <span> within a <span>?

html
responsive-design
css-conflicts
accessibility

Why is the parent div height zero when it has floated children?

html
responsive-design
best-practices
floats

Styling HTML and BODY selector to height: 100%; vs using 100vh

html
responsive-design
css
viewport-units

Remove ':hover' CSS behavior from element

html
responsive-design
css
pointer-events

Select first occurring element after another element

html
css-selectors
sibling-selectors
css-advanced-techniques

Html Submit-button: Different value / button-text?

html
localization
responsive-design
accessibility

How to style a checkbox using CSS

html
responsive-design
css
web-development

Div width 100% minus fixed amount of pixels

html
responsive-design
css-hacks
browser-compatibility

Html - how to make an entire DIV a hyperlink?

html
responsive-design
accessibility
best-practices

Will HTML5 allow web apps to make peer-to-peer HTTP connections?

html
web-development
websockets
p2p

Use Fieldset Legend with Bootstrap

html
responsive-design
css
web-development

Cross-reference (named anchor) in markdown

html
markdown
anchor
cross-reference

Img tag displays wrong orientation

html
responsive-design
image-orientation
browser-compatibility

Equal sized table cells to fill the entire width of the containing table

html
responsive-design
css
table-layout

How do you give iframe 100% height

html
responsive-design
css
javascript

What's the valid way to include an image with no src?

html
data-uri
image-placeholder
responsive-design

Is HTML5 localStorage asynchronous?

html
async-programming
localstorage
javascript

How to push a footer to the bottom of page when content is short or missing?

html
responsive-design
flexbox
css