Summary 2 : HTML Structure and Layout
When it comes to HTML, the code is arranged a certain way, to create a layout. The layout we used in our class is GRID, but there are other options. Such as; Framework, Float, and Flex. Semantic elements describe content. For example; <article>,<footer>, and <aside>. There are many more descriptive words, but these are the most common thst I used.