Explain Codes LogoExplain Codes Logo

Html

Default HTML form focus without JavaScript

html
accessibility
usability
best-practices

How can I use Google's Roboto font on a website?

html
font
performance
sass

Display JSON as HTML

html
json-display
syntax-highlighting
performance

How do I target only Internet Explorer 10 for certain situations like Internet Explorer-specific CSS or Internet Explorer-specific JavaScript code?

html
ie10
feature-detection
css-hacks

Is an anchor tag without the href attribute safe?

html
placeholder
accessibility
progressive-enhancement

How to auto-resize an image while maintaining aspect ratio

html
responsive-design
css
media-queries

Is there a float input type in HTML5?

html
input-types
validation
user-interface

Is there an upside down caret character?

html
unicode
css
javascript

How to disable the resize grabber of <textarea>?

html
css
textarea
responsive

Is it possible to make an HTML anchor tag not clickable/linkable using CSS?

html
link-style
user-experience
accessibility

Height equal to dynamic width (CSS fluid layout)

html
css
aspect-ratio
responsive-design

Hide Twitter Bootstrap nav collapse on click

html
bootstrap
responsive
event-delegation

Why do my list item bullets overlap floating elements

html
float-control
block-formatting
css-techniques

How to center a button within a div?

html
flexbox
center
css

Maintain aspect ratio of div but fill screen width and height in CSS?

html
responsive-design
css
media-queries

Valid to use <a> (anchor tag) without href attribute?

html
accessibility
javascript
semantics

Html/css: Make a div "invisible" to clicks?

html
pointer-events
accessibility
ui-behavior

How to prevent text in a table cell from wrapping

html
nowrap
responsive-tables
best-practices

Disabled href tag

html
accessibility
user-experience
dynamic-ui

Solutions for distributing HTML5 applications as desktop applications?

html
desktop-apps
cross-platform
performance