Summary 2

1. HTML Layout Elements and Techniques

The first reading discusses the HTML layout and elements. Within the reading, the author describes how a website display can be multiple columns and the different techniques used to achieve this. Four different techniques can be used CSS framework, CSS float property, CSS flexbox, and CSS grid. All of these different methods have pros and cons to using them.

2. HTML Semantic Elements

The second reading discusses HTML semantic elements. The author discusses how semantics is what describes meaning to the browser and developer. They are also used to define the different parts of the webpage.