<!DOCTYPE html> <html lang="en" xmlns="http://www.w3.org/1999/xhtml"> <!-- by: Sharon Tuttle last modified: 2025-01-30 you can run this using the URL: https://nrs-projects.humboldt.edu/~st10/s25cs328/328lect02-2/328lect02-2.html --> <head> <title> Week 2 Lect 2 playing </title> <meta charset="utf-8" /> <link href="https://nrs-projects.humboldt.edu/~st10/styles/normalize.css" type="text/css" rel="stylesheet" /> </head> <body> <h1> Week 2 Lecture 2 Playing </h1> <p> Document text goes here! But document text <em>should</em> be within some element in strict-style HTML. (and that's also a <strong>course style standard</strong>) </p> <p> <em>Inline</em> elements <em>might</em> appear on the same line when executed/displayed in a browser window. </p> <p> But block elements are generally (by default) stacked atop each other... </p> <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>