❀ Summary 2
Chapter 1: Structure - Stylin' With CSS
Topic 1: Cascading Style Sheet
Style sheets give you the freedom to determine how elements of your page will appear and be displayed to visitors of your site. CSS is where you esablish features of your fonts. This then works with the HTML code to display your intended type.
Topic 2: Standards-Based Coding
Standards-based coding is essential so users on all types of devices can access your website correctly. When the structure adjusts, it takes minimal time to download the content for users. You can also view this code in multiple browser types and confirm your code is accurate and how you prefer it on screen.
Topic 3: Family Tree of Hierachy
HTML code helps designers present text in the order of importance. HTML does this by using different sizes for text defined by h1, h2, h3, h4, h5, and p. Users also have the option to create paragraph breaks in text as well as to bold text and to make text italic.