learning-journal

Kyle's Learning Journal


Project maintained by AtkinsonKyle Hosted on GitHub Pages — Theme by mattgraham

HTML Notes

Fun Facts

Basic Elements

Elements are opened and most are closed using brackets ‘<>’

  • ‘p’
    • Begins a paragraph
  • ‘br’
    • A line break
  • ‘hr’
    • A horizontal line
  • ‘title’
    • Title of the webpage
  • ‘body’
    • Everything in this element is shown on web browser
  • ‘iframes’
    • Cuts windows into your browser through which other pages can be displayed
  • ‘meta’
    • Supplies notes about your webpage
  • ‘nav’
    • Used to contain navigational blocks on the site