From d4d831b790d16b92830cac93b2bd8f5044cac0c4 Mon Sep 17 00:00:00 2001 From: Gavyn Weeks Date: Tue, 7 Jul 2020 12:37:54 -0700 Subject: [PATCH 1/2] text file update --- README.md | 1 + gavyn-weeks.txt | 0 2 files changed, 1 insertion(+) create mode 100644 gavyn-weeks.txt diff --git a/README.md b/README.md index 7aa3950..7da4ef9 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,4 @@ this is an example repo for web34 testing testing 123 +gavyn weeks test diff --git a/gavyn-weeks.txt b/gavyn-weeks.txt new file mode 100644 index 0000000..e69de29 From d1a85e2d547bb76af2b5c418ec2b6670e2001748 Mon Sep 17 00:00:00 2001 From: Gavyn Weeks Date: Wed, 8 Jul 2020 08:01:59 -0700 Subject: [PATCH 2/2] final project --- gavyn-weeks.txt | 70 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) diff --git a/gavyn-weeks.txt b/gavyn-weeks.txt index e69de29..301a143 100644 --- a/gavyn-weeks.txt +++ b/gavyn-weeks.txt @@ -0,0 +1,70 @@ +https://codepen.io/ananaki/pen/RwrMeVx + + + + 1. What is Semantic HTML? + A semantic element clearly describes its meaning to both the browser and the developer. + example

+ 2. What is HTML used for? + hmtl is used for creating electronic documents called pages that are displayed online + 3. What is an attribute and where do we put it? + attributes provide other characteristics or properties and we put them + 4. What is the h1 tag used for? How many times should I use it on a page? + h1 indicates the heading and is the most impotant one, it should only be used once + 5. Name two tags that have required attributes. + &