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..301a143 --- /dev/null +++ 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. + &