Question d’entretien chez Desi Dude Innovation

1. Are the HTML tags and elements the same thing?

Réponse à la question d'entretien

Utilisateur anonyme

22 nov. 2021

No. HTML elements are defined by a starting tag, may contain some content and a closing tag.For example, <h1>Heading 1</h1> is a HTML element but just <h1> is a starting tag and </h1> is a closing tag