Explain Codes LogoExplain Codes Logo

Html

How to prevent user from typing in text field without disabling the field?

html
input-control
form-interoperability
accessibility

Should you use .htm or .html file extension? What is the difference, and which one is correct?

html
best-practices
web-development
file-management

Newline in ``

html
responsive-design
css
javascript

How to align 3 divs (left/center/right) inside another div?

html
responsive-design
floats
css

Regex match open tags except XHTML self-contained tags

html
html-parsing
regex-limitations
html-parser

Html5 Canvas vs. SVG vs. div

html
responsive-design
performance
best-practices

Html entity for the middle dot

html
responsive-design
best-practices
semantic-accuracy

Limit the size of a file upload (html input element)

html
file-upload
client-side-validation
server-side-verification

How to change the style of the title attribute inside an anchor tag?

html
responsive-design
css
accessibility

Html-encoding lost when attribute read from input field

html
html-encoding
xss-attack
domparser-api

Can HTML checkboxes be set to readonly?

html
responsive-design
javascript
best-practices

Offsetting an HTML anchor to adjust for fixed header

html
responsive-design
css
javascript

How can I make an entire HTML form "readonly"?

html
responsive-design
best-practices
css

Alternate table row color using CSS?

html
responsive-design
css-performance
best-practices

What does "for" attribute do in an HTML `` tag?

html
accessibility
best-practices
web-development

Vertical-align with Bootstrap 3

html
responsive-design
flexbox
vertical-alignment

Td widths, not working?

html
responsive-design
css
best-practices

How do I right align div elements?

html
responsive-design
css
flexbox

How can I center text (horizontally and vertically) inside a div block?

html
responsive-design
css
flexbox

Using new line(\n) in string and rendering the same in HTML

html
responsive-design
performance
best-practices