From 4fb173e772f4eb52c25b1103982969ab854bda5f Mon Sep 17 00:00:00 2001 From: Sarah Brown Date: Tue, 30 Jul 2024 09:58:29 -0400 Subject: [PATCH] break down challenge --- docs/activity.md | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/docs/activity.md b/docs/activity.md index 312a64b..52d447c 100644 --- a/docs/activity.md +++ b/docs/activity.md @@ -1,7 +1,6 @@ # Activity - ## Review With a partner or in a group of 3, compare your notes, and fill in your notes with anything that you learn from your group. Focus on the following questions @@ -92,9 +91,20 @@ That means the URL of your browser should always start with `https://csctd.githu

The comment starts with `!-- and ends with --`. Anything between these markers is considered a comment and is ignored by the browser when rendering the webpage.

-## Extra Challenge - Make your own website! +## Extra Challenge, Understand this page + + +1. [view this page on GitHub](https://github.com/csctd/2024/blob/main/docs/activity.md) +1. How do the questions above with hidden answers work? +1. What markdown syntax maps onto different HTML tags we have learned + + + +## Extra *Extra* Challenge - Make your own website! + -[view this page on GitHub](https://github.com/csctd/2024/blob/main/docs/activity.md) 1. [Make a GitHub Account](https://github.com/signup) @@ -105,4 +115,4 @@ That means the URL of your browser should always start with `https://csctd.githu 4. [Turn on GitHub Pages](https://docs.github.com/en/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site) -> +