Guest User

Untitled

a guest
Apr 20th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. <!--
  2. This is a comment. Note the special tags. You can type whatever you want
  3. in a comment. You can leave notes for yourself or other people with it.
  4. -->
  5.  
  6. <!--
  7. I want you to make three elements:
  8. * One paragraph
  9. * Two spans
  10. Make sure you put some text content in every element!
  11.  
  12. When you're ready to test, click "Test run" button to see how your page looks.
  13. When you're ready to submit, click "Submit" button to get feedback!
  14. -->
  15.  
  16. <!--
  17. Here's an example element:
  18. <tag>content</tag>
  19. -->
  20. <html>
  21. <p><span>Happy Coding! </span><span>Class Day 1</span></p>
  22.  
  23. <span>Tuesday, January 10, 2018 </span><p>Class Day 1 </p><span>Happy Coding!</span>
  24.  
  25. <p>Tuesday, January 10, 2018</p>
  26. <span>Class Day 1.</span>
  27. <span>Happy Coding!</span>
  28. </html>
Add Comment
Please, Sign In to add comment