Explain Codes LogoExplain Codes Logo

Html

Css selector for text input fields?

html
css-selectors
form-styling
accessibility

What is "above-the-fold content" in Google Pagespeed?

html
above-the-fold
css-optimization
responsive-design

How to line-break from CSS, without using <br />?

html
line-breaks
css-properties
responsive-design

What is "X-Content-Type-Options=nosniff"?

html
security
content-type
nosniff

`meta charset="utf-8"` vs `meta http-equiv="Content-Type"`

html
character-encoding
utf-8
best-practices

How can I make a div not larger than its contents?

html
css
layout
responsive-design

Css: Control space between bullet and <li>

html
css
bullets
browser-compatibility

Avoid dropdown menu close on click inside

html
dropdown
bootstrap
event-handling

How can I make my flexbox layout take 100% vertical space?

html
flexbox
css-grid
viewport

Make iframe automatically adjust height according to the contents without using scrollbar?

html
iframe-resizing
responsive
cross-domain

Aligning a float:left div to center?

html
flexbox
responsive-design
animations

How can I make all images of different height and width the same via CSS?

html
responsive-design
css
object-fit

How to mix links ( <a> tag ) and headings ( <h1> tag ) in web standard?

html
html5
accessibility
user-experience

How to use CSS to surround a number with a circle?

html
css
responsive-design
accessibility

How to add background-image using ngStyle (Angular2)?

html
ngstyle
background-image
security

How to overlay images

html
hover-effects
responsive-design
lightbox

Why does this CSS margin-top style not work?

html
css
margin
layout

How do you create a hidden div that doesn't create a line break or horizontal space?

html
responsive-design
accessibility
css

2 Column Div Layout: Right Column With Fixed Width, Left Fluid

html
responsive-design
css-grid
media-queries

Styling an input type="file" button

html
file-input
css-pseudo-elements
accessibility