Skip to main content

Home/ Groups/ Learning Library
Sunny Jackson

HTML meta tag - 0 views

Sunny Jackson

Introduction to HTML - 0 views

  • <!DOCTYPE html> <html> <body>
  • <tagname>content</tagname>
  • <html>
    • Sunny Jackson
       
      The end tag is written like the start tag, with a forward slash before the tag name
    • Sunny Jackson
       
      an HTML element is everything between the start tag and the end tag, including the tags
  • ...7 more annotations...
  • <body>
  • <h1>This a heading</h1>
  • <p>This is a paragraph.</p>
  • <p>This is another paragraph.</p>
  • </body>
  • </html>
  • The <!DOCTYPE> declaration helps the browser to display a web page correctly.
« First ‹ Previous 541 - 560 Next › Last »
Showing 20 items per page