HTML Elements
❮ PreviousHTML BasicNext ❯HTML Attributes A start tag, some content, and an end tag define an HTML element. HTML Elements Everything between the start and finish tags is an HTML element: <tagname> Write content here.. </tagname> Examples of some HTML