Tutorialschevron_rightHTML Tutorialchevron_rightHTML ElementsHTML Elementsformat_list_numberedLesson 2 of 5schedule1 min readview_agenda1 sectionauto_awesomeAI tutor ready01HTML ElementsAn 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