<!DOCTYPE html> <html lang="en" xmlns="http://www.w3.org/1999/xhtml"> <!-- 328lect07-1-play.html: styled by our FIRST CSS external style sheet by: Sharon Tuttle last modified: 2024-03-01 you can run this using the URL: https://nrs-projects.humboldt.edu/~st10/s24cs328/328lect07-1/328lect07-1-play.html --> <head> <title> 328lect07-1 </title> <meta charset="utf-8" /> <link href="https://nrs-projects.humboldt.edu/~st10/styles/normalize.css" type="text/css" rel="stylesheet" /> <link href="328lect07-1.css" type="text/css" rel="stylesheet" /> </head> <body> <h1> Playing with CSS </h1> <p id="style_header_para" class="center"> Here is a centered paragraph. </p> <h2> Style Sheets </h2> <p> Kinds of style sheets: </p> <ul> <li> inline style sheets </li> <li> internal style sheets </li> <li> external style sheets </li> </ul> <footer> <hr /> <p> Validate by pasting .xhtml copy's URL into<br /> <a href="https://validator.w3.org/nu"> https://validator.w3.org/nu </a> or <a href="https://html5.validator.nu/"> https://html5.validator.nu/ </a> </p> </footer> </body> </html>