HTML STRUCTURE

  1. You start out with <!DOCTYPE HTML>
  2. Next you do <html>
  3. you add stuff in the middle
    1. <head>
    2. <Img>
    3. <p>
    4. <li>
  4. You close all that stuff with </tag>
  5. At the very end you do </html>
  • EVERYTHING IS IN BETWEEN <>
  • EVERYTHING CLOSES WITH THIS </>

Key Terms:

HTML LINKS & HTML FOLDER STRUCTURE & HTML TAGS