Explain Codes LogoExplain Codes Logo

Html

Can I add a custom attribute to an HTML tag?

html
responsive-design
data-attributes
accessibility

Select elements by attribute in CSS

html
responsive-design
css-selectors
attribute-selectors

Should I use px or rem value units in my CSS?

html
responsive-design
best-practices
css-preprocessors

Stylesheet not loaded because of MIME type

html
responsive-design
best-practices
css

Input type="submit" Vs button tag are they interchangeable?

html
responsive-design
semantic-html
best-practices

What characters are allowed in DOM IDs?

html
id-attributes
utf-16-encoding
xml-namespaces

How to make an HTML anchor tag (or link) look like a button?

html
responsive-design
best-practices
accessibility

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

html
responsive-design
css
best-practices

Html list-style-type dash

html
responsive-design
css-properties
list-styles

How to change the font and font size of an HTML input tag?

html
responsive-design
css-selectors
web-fonts

Breaking space (opposite of non-breaking space)

html
responsive-design
css
best-practices

Render a string in HTML and preserve spaces and linebreaks

html
responsive-design
best-practices
whitespace

Possible to reverse a CSS animation on class removal?

html
responsive-design
performance
best-practices

What is sr-only in Bootstrap 3?

html
accessibility
aria
screen-reader

How do you parse and process HTML/XML in PHP?

html
xml-parsing
php-extensions
libxml

Css3 selector question for all but first select

html
css-selectors
css3
styling

Changing image sizes proportionally using CSS

html
responsive-design
css-properties
image-scaling

How to escape < and > inside <pre> tags

html
html-entities
encoding
auto-escaping

Play local (hard-drive) video file with HTML5 video tag?

html
responsive-design
video-tag
local-video-playback

Can I make a `` not submit a form?

html
form-submission
html-attributes
button-types