Explain Codes LogoExplain Codes Logo

Html

How to prevent long words from breaking my div?

html
responsive-design
best-practices
web-development

How to center elements on the last row in CSS Grid?

html
responsive-design
css-grid
flexbox

How to change a span to look like a pre with CSS?

html
css
responsive-design
best-practices

How to put spacing between TBODY elements

html
responsive-design
css
best-practices

Make div scrollable

html
responsive-design
css
best-practices

Why does .class:last-of-type not work as I expect?

html
css-selectors
performance
best-practices

Using HTML and Local Images Within UIWebView

html
responsive-design
image-loading
uiwebview

Html table with 100% width, with vertical scroll inside tbody

html
responsive-design
css
accessibility

How would you make two ``s overlap?

html
responsive-design
css
layout

Css: How to align vertically a "label" and "input" inside a "div"?

html
responsive-design
css
layout

How to see an HTML page on Github as a normal rendered HTML page to see preview in browser, without downloading?

html
github-pages
web-development
responsive-design

Making a flex item float right

html
responsive-design
flexbox
css-properties

How to place two divs next to each other?

html
responsive-design
css-grid
floats

Prevent selection in HTML

html
responsive-design
best-practices
accessibility

What's the opposite of a nbsp?

html
responsive-design
css3
web-development

Why does HTML5 form-validation allow emails without a dot?

html
form-validation
regex-patterns
client-side-validation

Why does flexbox stretch my image rather than retaining aspect ratio?

html
responsive-design
css
flexbox

Html img scaling

html
responsive-design
css-units
image-scaling

Is there a CSS not equals selector?

html
responsive-design
css-selectors
browser-compatibility

Best way to include CSS? Why use @import?

html
responsive-design
performance
best-practices