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>

Any of the style elements can work with any of these tags. Play around with your style sheet, create a #newformat and a different header and add some additional elements to the existing <body> tag.

If you want different font face names try this site :

https://www.w3schools.com/cssref/css_websafe_fonts.asp

Last updated