Cascading style sheets (CSS)
CSS examples, recipes, and related tidbits.
2 minute read
Resources and references for HTML and CSS:
World Wide Web Consortium (W3C, also W3): Home of the standards that describe how things are supposed to work, including: HTML, CSS, Web accessibility, and more.
Mozilla developer docs: Practical (and ad-free) references to HTML, CSS, and related topics, including useful details such as browser compatibility charts, links to defining specifications, and more.
Can I Use…?: Extensive and detailed reference to feature availability across various browsers. Describes issues and frequently includes workarounds.
Compart Unicode character reference: Surprisingly useful (and currently ad-free.)
Many web browsers provide developer tools to help investigate and troubleshoot websites.
Here’s how to activate and open them in major browsers.
Opt + Cmd + I
, Windows: Ctrl+Shift+I
Opt + Cmd + I
, Windows: Ctrl+Shift+I
Opt + Cmd + I
, Windows: Ctrl+Shift+I
Opt + Cmd + I
, Windows: Ctrl+Shift+I
When setting up a DNS record alias (ANAME or CNAME), you often need to know the IP address to assign to the alias.
If, for whatever reason, you don’t know the IP address, use the dig
command to discover it:
$ dig example.github.io +nostats +nocomments +nocmd
CSS examples, recipes, and related tidbits.
An assortment of idea related to HTML and webpage markup.