Format of HTML
<html>
        <head> 
            <title> 
      Here you can use the title of the webpage.
            </title>
     You could
use Css and Java Script coding here.
        </head>
    <body>
 Here you can use all the contents of the webpage (such as text, image, audio, video, table, etc.).
    </body>
</html>
Example:
- The following tags are used in the HEAD section.
- TITLE TAG
- META TAG
- LINK TAG
- BASE TAG
- STYLE TAG
- SCRIPT TAG
 

0 Komentar