Posts

Showing posts from January, 2018

HTML TAG

Complete Html Tags list with examples  Tag                        Short description                           THE ROOT ELEMENT   <html>       Main container DOCUMENT METADATA  <head>       The document’s header  <title>        The document’s title  <base>       Base URI to solve relative URIs  <link>        Relational information for documents  <meta>       Variable for the document  <style>       Presentational attributes SECTIONS <body>  ...