down the rabbit hole alice.

modified:   let-us-define-a-permacomputer/index.html
This commit is contained in:
Russell Ballestrini 2021-12-30 22:06:59 -05:00
parent e09e5bd7e9
commit 614ebd6857

View file

@ -1,4 +1,5 @@
<!---------------------------------------------------------------------------------------
|
| Welcome! It seems like you understand HTML (Hyper Text Markup Language)?
|
| If not, unfold the skill by continuing to read this message!
@ -17,6 +18,9 @@
| Comment Tags throughout this HTML Document.
|
| Ready to Explore?
|
| - The Sign Maker
|
---------------------------------------------------------------------------------------->
<!-- A "boiler plate" HTML tag which all Documents start with. -->
@ -28,8 +32,7 @@
<!--
Some tags may contain or "nest" other tags.
The special "head" tag should always nest inside an "html" tag.
The "head" tag holds meta data on how to render or display the HTML on
various clients.
The "head" tag holds "meta data" on how various clients should render or display the HTML Document.
--!>
<head>
@ -38,6 +41,7 @@ various clients.
<!-- Make mobile pretty. -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- optionally, choose your own theme color -->
<meta name="theme-color" content="#5871ad">
<meta charset="utf-8">
@ -69,6 +73,7 @@ various clients.
<body>
<!-- Taking advantage of classless CSS. Reference: https://picocss.com/docs/classless.html -->
<!-- remove style="max-width: 460px;" if you prefer more room. -->
<main style="max-width: 460px;">
<!-- the unturf. logo in all it's raw & full definition glory! -->
@ -156,7 +161,7 @@ Please feel free to express yourself (more than normal social media, this is the
<p>For more details about the type of discourse which is acceptable, check out this short essay:</p>
<!--
Finally, "a" the most essential tag, forms hyperlinks to connect documents
Finally, the "a" tag, essential in forming HYPERLINKS to connect documents!
pages, ideas, images, videos, you name it, if you click it, and it does
something, you are likely clicking a link!
-->
@ -171,7 +176,7 @@ something, you are likely clicking a link!
|
| For a free comment system go to: https://www.remarkbox.com
|
| "not all side quests are called out!" - The Sign maker
| "not all side quests are called out!" - The Sign Maker
------------------------------------------------------------>
<div id="remarkbox-div">
@ -226,9 +231,9 @@ something, you are likely clicking a link!
</html>
<!--
As homework, in your own index.html, explain the tags without HTML Comments.
As homework, in your own "index.html", research and add HTML Comment tags any thing you feel deserves a comment.
Delete my Permaculture nonsense and type your own works.
Delete my Permacomputer nonsense and type your own words.
Steal & Share!