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 3: Web Design with Cascading Style Sheets (CSS)!

Instruction

Practical Examples

Here’s an example HTML and CSS code that applies font-family and font-size styles to various elements:

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>Font Family and Font Size Example</title>
  <link rel="stylesheet" href="styles.css">
</head>
<body>
  <h1>San Joaquin Valley Town Hall</h1>
  <p>Welcome to our event series. We have some exciting ...