HTML element

From WikiMD's 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]

WikiMD
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's Wellness Encyclopedia

Let Food Be Thy Medicine
Medicine Thy Food - Hippocrates

Medical Disclaimer: WikiMD is not a substitute for professional medical advice. The information on WikiMD is provided as an information resource only, may be incorrect, outdated or misleading, and is not to be used or relied on for any diagnostic or treatment purposes. Please consult your health care provider before making any healthcare decisions or for guidance about a specific medical condition. WikiMD expressly disclaims responsibility, and shall have no liability, for any damages, loss, injury, or liability whatsoever suffered as a result of your reliance on the information contained in this site. By visiting this site you agree to the foregoing terms and conditions, which may from time to time be changed or supplemented by WikiMD. If you do not agree to the foregoing terms and conditions, you should not enter or use this site. 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