HTML5 and CSS: 01-10
<h1>Hello World</h1><h1>Hello World</h1>
<h2>CatPhotoApp</h2><h1>Hello World</h1>
<h2>CatPhotoApp</h2>
<p>Hello Paragraph</p><!-- <h1>Hello World</h1> -->
<h2>CatPhotoApp</h2>
<!-- <p>Hello Paragraph</p> -->Last updated
<h1>Hello World</h1><h1>Hello World</h1>
<h2>CatPhotoApp</h2><h1>Hello World</h1>
<h2>CatPhotoApp</h2>
<p>Hello Paragraph</p><!-- <h1>Hello World</h1> -->
<h2>CatPhotoApp</h2>
<!-- <p>Hello Paragraph</p> -->Last updated
<h2 style="color: red">CatPhotoApp</h2>CatPhotoApp</h2>
<p>Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p><style>
h2 {color: blue;}
</style>
<h2>CatPhotoApp</h2>
<p>Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p><style>
h2 {
color: blue;
}
.red-text{
color: red;
}
</style>
<h2 class="red-text">CatPhotoApp</h2>
<p>Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p>