/Responsive Web Design

7. Delete HTML Elements

Our phone doesn't have much vertical space.

Let's remove the unnecessary elements so we can start building our CatPhotoApp.


Challenge

Delete your h1 element so we can simplify our view.


Prev: 6. Comment out HTML

Next: 8. Introduction to HTML5 Elements

<h1>Hello</h1>

<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>
123456