Friday, February 19, 2021

html dictionary:html template code simple

Keywords: html code, html template, html template code simple, simple code html, html learn, learn html, simple code html


Basic Html Template:

<html>

  <head>

    <title>

    /* document title here */

    </title>    

    /* document meta information and external file include written here */

  </head>

  <body>

  /* document body goes here */

  </body>

</html>

No comments:

Post a Comment