1
2
<html>
3
<head></head><body>
4
<h1>
5
Change the header color</h1>
6
<p>
7
This is a paragraph. Change the paragraph font size using the font-size attribute in the style tag. How big or small can you make it?</p>
8
</body>
9
</html>
10
<html>
<head></head><body>
<h1>
Change the header color</h1>
<p>
This is a paragraph. Change the paragraph font size using the font-size attribute in the style tag. How big or small can you make it?</p>
</body>
</html>