HTML element

From WikiMD's Food, Medicine & Wellness Encyclopedia

HTML element is a component of HTML, the language used to create web pages. HTML elements are the building blocks of all websites and are defined by HTML tags.

Overview[edit | edit source]

HTML elements are the individual components of an HTML document or web page. They are written with a start tag, with or without content, and an end tag. For example, the HTML element

is used to create a paragraph. The content of the paragraph is placed between the start tag (

) and the end tag (

).

Types of HTML Elements[edit | edit source]

There are several types of HTML elements, including:

  • Block-level elements: These elements form a visible block on a page. Examples include
    ,

    to
    (headings),

    (paragraph), and <form>.

  • Inline elements: These elements do not start on a new line and only take up as much width as necessary. Examples include , <a> (anchor for hyperlinks), <img> (image), and (bold text).
  • Empty or Void elements: These elements do not have a closing tag. Examples include
    (line break),
    (horizontal rule), and <img> (image).
  • Semantic elements: These elements provide information about the type of content they contain. Examples include <article>, <section>, <nav> (navigation), and <header>.

Attributes

HTML elements can also have attributes, which provide additional information about the element. Attributes are included in the start tag and usually come in name/value pairs like name="value". For example, the "src" attribute for the <img> element is used to specify the source URL of an image.

See Also[edit | edit source]

Wiki.png

Navigation: Wellness - Encyclopedia - Health topics - Disease Index‏‎ - Drugs - World Directory - Gray's Anatomy - Keto diet - Recipes

Search WikiMD


Ad.Tired of being Overweight? Try W8MD's physician weight loss program.
Semaglutide (Ozempic / Wegovy and Tirzepatide (Mounjaro / Zepbound) available.
Advertise on WikiMD

WikiMD is not a substitute for professional medical advice. See full disclaimer.

Credits:Most images are courtesy of Wikimedia commons, and templates Wikipedia, licensed under CC BY SA or similar.

Contributors: Prab R. Tumpati, MD