HTML
- AMP for Email (amp4email)
- address (address)
- Anchor links
- aria-describedby attribute (accessibility)
- aria-hidden attribute (accessibility)
- aria-label attribute (accessibility)
- aria-labelledby attribute (accessibility)
- aria-live attribute (accessibility)
- <audio> element (audio)
- background attribute
- <bdi> element
- <blockquote> element
- <button type="reset"> element (form, reset, button)
- <button type="submit"> element (form, submit, button)
- <del> element
- <dialog> element
- <div> element
- HTML5 doctype
- <form> element (form)
- <h1> to <h6> elements (headings, h1, h2, h3, h4, h5, h6)
- height attribute
- <input type="checkbox"> element (form, checkbox)
- <input type="hidden"> element (form, hidden)
- <input type="radio"> element (form, radio)
- <input type="reset"> element (form, reset)
- <input type="submit"> element (form, submit)
- <input type="text"> element (form, text)
- lang attribute
- <link> element (css, style)
- <ul>, <ol> and <dl> (ul, ol, li, dl, dt, dd)
- <marquee> element (marquee)
- <meter> element
- <object> element (object,embed,video,image,pdf)
- <p> element (paragraph)
- <picture> element (picture, responsive image)
- <progress> element
- required attribute (form, required)
- role attribute (accessibility)
- <rp> element
- <rt> element
- <ruby> element
- <select> element (form, select)
- HTML5 semantics (article, aside, details, figcaption, figure, footer, header, main, mark, nav, section, summary, time)
- <span> element
- srcset and sizes attributes
- <strike> element
- <strong> element
- <style> element
- Embedded <svg> image (image, SVG)
- <table> element
- <textarea> element (form, text)
- valign attribute
- <video> element (mp4)
- <wbr> element
- width attribute
CSS
- @font-face (font face, web fonts, google fonts)
- @import (css, style)
- @media (-webkit-device-pixel-ratio) (media queries, query)
- @media (orientation) (media queries, query, portrait, landscape)
- @media (prefers-color-scheme) (dark mode, light mode)
- @media (prefers-reduce-motion) (media,prefers-reduce-motion,animation)
- @media (media queries, query)
- @supports (feature queries)
- background-blend-mode
- background-clip
- background-color
- background-image
- background-origin
- background-position
- background-repeat
- background-size
- background
- border-image
- border-radius (rounded corners)
- box-shadow
- box-sizing (box model)
- column-count (columns)
- display:flex (flexbox)
- display:grid
- display:none
- filter
- flex-direction:column (flexbox)
- flex-wrap: wrap (flexbox)
- float
- font-weight (font,weight)
- font shorthand
- height property
- inline-size
- letter-spacing
- list-style-image
- list-style-position
- list-style-type
- list-style
- margin (margin-left, margin-right, margin-top, margin-bottom)
- max-width (size)
- mix-blend-mode (mix-blend-mode,blend,filter)
- opacity
- overflow
- padding
- :active (pseudo-class)
- :checked (check, interactive, pseudo-class)
- :first-child
- :first-of-type
- :focus (pseudo-class)
- :hover (rollover, pseudo-class)
- :last-child
- :last-of-type
- :link (pseudo-class)
- :not (pseudo-class)
- :nth-child
- :nth-last-child
- :nth-last-of-type
- :nth-of-type
- :only-child
- :only-of-type
- :target (pseudo-class)
- :visited (pseudo-class)
- ::after (pseudo-element)
- ::before (pseudo-element)
- ::first-letter (pseudo-element)
- ::first-line (pseudo-element)
- ::placeholder (pseudo-element)
- Adjacent sibling combinator
- Attribute selector
- Chaining selectors
- Child combinator
- Class selector
- Descendant combinator
- General sibling combinator
- Grouping selectors
- ID selector
- Type selector (element)
- Universal selector *
- text-decoration-color (underline)
- text-decoration-thickness (underline)
- text-decoration (underline)
- text-indent (indent)
- text-overflow
- text-shadow
- text-underline-offset (underline)
- transform
- CSS calc() function (unit, calc)
- ch unit (unit, ch)
- cm unit (unit, cm)
- em unit (unit, em)
- ex unit (unit, ex)
- in unit (unit, in)
- initial unit (unit, initial)
- mm unit (unit, mm)
- pc unit (unit, pc)
- % unit (unit, %)
- pt unit (unit, pt)
- px unit (unit, px)
- rem unit (unit, rem)
- vh unit (unit, vh)
- vmax unit (unit, vmax)
- vmin unit (unit, vmin)
- vw unit (unit, vw)
- CSS Variables (Custom Properties)
- vertical-align
- visibility
- white-space
- width property
Image formats
- Animated PNG image format (image, apng, png, animation)
- Base 64 image format (image, Base 64)
- BMP image format (image, BMP)
- GIF image format (image, GIF)
- HDR image format (image, HDR)
- HEIF image format (image, HEIF)
- ICO image format (image, ICO)
- JPG image format (image, JPG)
- PNG image format (image, PNG)
- PPM image format (image, PPM)
- SVG image format (image, SVG)
- TIFF image format (image, TIFF)
- webP image format (image, webP)