Posts

Showing posts from April, 2022
                               WHAT IS HTML                          HTML Stands For H yper T ext M arkup L anguage.            HTML is the Standard Markup Language For WebPage.            HTML elements are the bulding blocks of html page .               HTML elements are represented by <> tags.                          BASIC 10 TAGS FOR HTML 1.   <HTML>  .........  </HTML> -The root element   All web pages start with the html elements.its called the root element because it's the root of the tree of element  that make up a web page..  2. <HEAD> ........</HEAD> -The document head  The head element contain infor...