diff --git a/README.md b/README.md index 2102cbb1fd..134f15ad74 100644 --- a/README.md +++ b/README.md @@ -32,15 +32,15 @@ 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 introduces meaning to the web page rather than just presentation. For example, a
tag indicates that the enclosed text is a paragraph. This is both semantic and presentational because people know what paragraphs are, and browsers know how to display them. In other words if you think of a house. The html is the brick and mortar of the house while CSS is the decoration of the house . 2. What are the 4 areas of the box model? - +You have the content area, padding area, border area, and the margin area. 3. While using flexbox, what axis does the following property work on: ```align-items: center```? - +The property above will always operate on the cross axis 4. Explain why git is valuable to a team of developers. - +Git offers the type of performance, functionality, security and flexibility that most developers and teams need to develop their projects. When compared to other VCS Git is most widely accepted system owing to its universally accepted usability and performance standards 5. Define mobile-first design in your own words. - +Its when a developer begins development on the mobile side and works up to desktop. You are expected to be able to answer all these questions. Your responses contribute to your Sprint Challenge grade. Skipping this section *will* prevent you from passing this challenge. ## Instructions diff --git a/index.html b/index.html index c6405aef71..a984b51f6c 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,4 @@ -
@@ -7,13 +6,32 @@