From 4e29d120de5c110d4f778203c153dfab678aaddf Mon Sep 17 00:00:00 2001 From: Eorium Date: Fri, 8 May 2020 11:58:25 -0600 Subject: [PATCH] finished project --- README.md | 11 +++- about.html | 85 +++++++++++++++++++++++++++++++ index.html | 41 +++++++++------ style/index.css | 133 +++++++++++++++++++++++++++++++++++++++++++++--- 4 files changed, 247 insertions(+), 23 deletions(-) create mode 100644 about.html diff --git a/README.md b/README.md index 853c24450e..e5b163de43 100644 --- a/README.md +++ b/README.md @@ -35,14 +35,23 @@ Demonstrate your understanding of this week's concepts by answering the followin Edit this document to include your answers after each question. Make sure to leave a blank line above and below your answer so it is clear and easy to read by your project manager 1. If you were to describe semantic HTML to the next cohort of students, what would you say? + Semantic HTML is HTML that has meaning so that when others look at your code it is easier understood. It also helps certain screen reading programs to better read your webpage. ex. would be things like
or