Tuesday, April 25, 2017

24/04/2017

FIRST  DAY OF SECOND WEEK AT UKI 

1.DNS stands for Domain Name Server.

2.IP stands for Internet Protocol.

3.what is protocol?
         protocol is  a set of rules and regulations.

4.DOM stands for Document Object Model.

5.Difference between HTML4 and HTML5
       

HTML4                          HTML5

 <div id="header"><header>
<div id="menu"><nav>
<div id="content"><section>
<div class="article"><article>
<div id="footer"><footer>









6. Some HTML elements

       <!doc type> - document type


       <body> - contents of web page










   







       <p> - paragraph


        <br> - line breaker

        <hr> - horizontal rule

        <b> - bold

         <i> - italic

            <sub> - subscript








      

            <sup> - superscript








            <u> - underline

            <!--        --> - comment

            <del> - deleted text
        <strong> - important text
            <mark> - marked text
            <ins> - inserted text
            <em> - emphasized text
            <p style="color:blue;">     </p> - text colour
           <h1 style="text-align:center;">     </h1> - alignment
           <h2 style="background-color:blue;">    </h2> - background colour
           <th> - table heading
          <td> - table data
          <tr> - table row




7. <head>
        <title> </title>
        <meta>
    </head>



8. HTML  coding


 


          










No comments:

Post a Comment

HTML introduction

HTML stands for Hyper Text Markup Language. HTML describes the structure of web page using markup. HTML elements are the building blo...