Friday, 17 July 2015

HTML-3 HTML Tag

HTML Tutorials-03

HTML <!doctype> tag use for define a type of document.

HTML <link> tag is use for linked external CSS style sheet, external javascript etc... URL define.

HTML <meta> tag use for improve a rankings in search engines means optimize webpage using
                          proper meta data information.

HTML <title> tag define a document title.

HTML <style> tag is use for write internal CSS inside current document.

HTML <script> tag is use for create a dynamic web pages easy and more flexible in internal and                                   external write a javascript code.

Example-

<html>
          <head>
                     <title>
                                   My First Webpage in HTML
                               
                      </title>

          </head>

                        <body>
                                      body tags will be placed here.......
                          </body>                    


<html/>


No comments: