From 78666cd9195c1c2bcc9cd9110b4db5723a88b50d Mon Sep 17 00:00:00 2001 From: mjfernez Date: Fri, 5 Nov 2021 09:25:26 -0400 Subject: Directory changes. Various spelling, format fixes. Also fixes CC being linked to by HTTP instead of HTTPS which causes an annoying message on most browsers --- .md/tutorials/www/quick-intro-html-css.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .md/tutorials/www/quick-intro-html-css.md (limited to '.md/tutorials/www/quick-intro-html-css.md') diff --git a/.md/tutorials/www/quick-intro-html-css.md b/.md/tutorials/www/quick-intro-html-css.md new file mode 100644 index 0000000..6b4bc70 --- /dev/null +++ b/.md/tutorials/www/quick-intro-html-css.md @@ -0,0 +1,23 @@ +As you can see from the current state of this site, I'm not exactly +exactly the most skilled web designer. But I struggled through the +basics enough to get an idiot's sense of front-end web design, so that +perspective might be useful if you have no clue where to start with this +like I did. + +The building blocks are very simple, *but there's a lot of blocks*. The +HTML5 specification, which most browsers are built around, defines ... +and the CSS ... I've never gotten deep into the weeds like professional +designers do--and to be honest, I don't really want to. But I *do* like +understanding how things work. And getting a unique custom HTML site is +something anyone with a text editor and a web browser can get done in a +weekend. + +## Web browsers render code + +The specifications linked above are followed religiously by major +web browsers like Chromium, Firefox, and Safari so that each symbol +defined in the standard puts graphics, animations + +### HTML + +### CSS -- cgit v1.2.3