Bummer! This is just a preview. You need to be signed in with an account to view the entire instruction.
Well done!
You have completed (UPI) Chapter 1: Foundations of HTML and Web Development!
Instruction
Formatting a Web Page
CSS (Cascading Style Sheets) is used to format the contents of a web page by controlling layout, colors, fonts, borders, and spacing. CSS is often applied to an HTML document by linking to an external stylesheet using the <link>
element in the <head>
section of the HTML file.
Linking CSS to an HTML Document
In an HTML file, a CSS stylesheet is linked within the <head>
sect...