HTML, Head, Body tags

0
9KB

HTML

  • The root element of an HTML document.
  • Encloses the entire document, including the head and body sections.
  • Provides the overall structure for the webpage.

Head

  • Contains metadata about the webpage, information that is not displayed directly on the page but is essential for browsers and search engines.
  • Common elements within the head include:
    • <title>: Sets the title of the page, displayed in the browser's tab.
    • <meta>: Provides additional information about the page, such as keywords, description, author, character encoding, viewport, etc.
    • <link>: Links to external stylesheets (CSS) for styling the page.
    • <script>: Includes JavaScript code for interactive elements.

Body

  • Contains the visible content of the webpage.
  • This is where you place elements like headings, paragraphs, images, links, forms, and other content that users will see.
  • Common elements within the body include:
    • <h1> to <h6>: Defines headings of different levels.
    • <p>: Defines a paragraph.
    • <img>: Embeds an image.
    • <a>: Creates a hyperlink.
    • <div>: Defines a division or section in an HTML document.
    • <span>: Defines an inline section in an HTML document.

Basic HTML Structure:

HTML
<!DOCTYPE html>
<html>
<head>
  <title>My Web Page</title>
  <meta charset="UTF-8">
</head>
<body>
  <h1>Hello, world!</h1>
  <p>This is a paragraph.</p>
</body>
</html>

In summary:

  • The html tag encompasses the entire document.
  • The head tag contains metadata about the page.
  • The body tag contains the visible content of the page.
Suche
Kategorien
Mehr lesen
Computer Programming
Programming basics
Computer programs are used by people every day. Everytime you use your smartphone, tablets, and...
Computer Programming
HTML Tables: A Comprehensive Guide with Code Examples
HTML tables are used to structure data in a tabular format, making it easy to read and...
Von HTML PROGRAMMING LANGUAGE 2024-09-06 01:22:14 0 13KB
Music
How to Get YouTube Premium for Free?
Using YouTube Vanced: The Popular Alternative YouTube Vanced has emerged as one of the most...
Von Vanced32 Vanced32 2025-03-17 13:55:13 0 20KB
Technology
Computer Netwrks
A computer network is a collection of interconnected devices that share resources and...
Von Mpatswe Francis 2024-10-03 23:03:52 0 11KB
Andere
Clear the Clutter
 A Word of Encouragement Life is a journey filled with ups and downs, triumphs and...
Von ALAGAI AUGUSTEN 2024-08-10 12:44:57 0 10KB
Talksphare https://talksphare.com