Friday, September 17, 2021

HTML 101: Elements

   An HTML element is a type of component that is part of a web page that uses HTML, which is a markup language. It consists of a tree of HTML nodes, each of which has a markup language (HTML) attribute.

    

   Html elements are made up of the start and end tags with the contents in between these tags.

    e.g: <p> These is an element </p>


No comments:

Post a Comment

HTML 101: Form

  I believe that everyone who has made use of the internet knows what a form is but in case you don't know, a form is a way of receiving...