diff options
Diffstat (limited to '.md/tutorials/www/quick-intro-html-css.md')
-rw-r--r-- | .md/tutorials/www/quick-intro-html-css.md | 23 |
1 files changed, 23 insertions, 0 deletions
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 |