Advertisement
ndburrus

Comment out HTML @Stephen1Chebon_twitter

Dec 5th, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. <!-- we need to ensure that all of the given exercise code is retained. can you see what is missing? hint, review
  2. the first & last lines of code. can you determine what is "commented out" by this code? how can it be adjusted to obtain the desired exercise result? -->
  3.  
  4. <h1>Hello World</h1><!-welcome-> <!-- why is this "welcome" structure here? also, is it a valid element (check format)? -->
  5.  
  6. <h2>CatPhotoApp</h2>
  7.  
  8. <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><!-description-> <!-- why is this "description" structure here? is it valid (same as above) -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement