Dev4Hub
TutorialsRoadmapReviewNotesCode Editor
Sign inSign up
  • Python
  • HTML
  • CSS
  • JavaScript
  • SQL
Your progress0 / 5
search
school

HTML Basics

  • 1HTML Introduction
  • 2HTML Elements
  • 3HTML Attributes
menu_book

HTML Media

  • 1HTML Images
  • 2HTML Links
Tutorialschevron_rightHTML Tutorialchevron_rightHTML Elements

HTML Elements

format_list_numberedLesson 2 of 5schedule1 min readview_agenda1 sectionauto_awesomeAI tutor ready
01

HTML Elements

An HTML element is defined by a start tag, some content, and an end tag.

Example

<h1>This is a heading</h1>
<p>This is a paragraph.</p>
Try it Yourself »
arrow_back PreviousHTML IntroductionNext arrow_forwardHTML Attributes

Dev4Hub

Learn coding with hands-on tutorials, examples and quizzes — covering Python, HTML, CSS, JavaScript, SQL and more.

Tutorials

  • Python
  • HTML
  • CSS
  • JavaScript
  • SQL

Tools

  • Code Editor
  • All Tutorials
© 2026 Dev4Hub. Inspired by the W3Schools learning model.