Testing Declaration Examples
In your HTML File add the following text elements
<body>
Your Name Here
<p> A paragraph - does this look different than the words above it? </p>
<p id = "purple> now a different kind of paragraph </p>
Back to the original
<h2> This is a regular H2 heading </h2>
<h3> But we made the 3 tag look diffrent </h3>Last updated