MY CSS CODE // CYBER_SUSHANT





<!DOCTYPE html>

<html>

  <head>

    <title>practice_1</title>

   <style>

     *{

       margin: 0;

       padding: 0;

     }

      .red{

       color: white;

        background-color: black;;

      }

      body{

        background-color:red;

        

      }

      #head{

        background-color: white;

        color:blue;

      }

      .one{

        color:yellow;

        background-color: blue;

      }

      .hacker{

        background-color:black;

        color:white;

      }

      #block{

        background-color: black;

        color:yellow;

      }

     .chapter2{

       background:yellow;

       color:blue;

     }

     

</style>

  </head>

<body>

  <div class="red">

    A hacker is a person who breaks into a computer system. The reasons for hacking can be many: installing malware, stealing or destroying data, disrupting service, and more. Hacking can also be done for ethical reasons, such as trying to find software vulnerabilities so they can be fixed.

    

  </div><br>

  <hr>

  <div id="head">

    

Web Browser Can Read Html Files And Compose Them Into Visible Or Audible Web Pages. Browser Do Not Interpret The Content Of The Page. Html Describes The Structure Of The Content Of The Page. Html Describes The Structure Of A Website Semantically Along With Cues For Presentation, Making It A Markup Language , Rather Than Programing Language.


  </div>

<br>

  <div class="one">This is first class</div><br>

  <div class="one">This is second class</div><br>



  <hr>

  <div class="hacker">

Web Browser Can Read Html Files And Compose Them Into Visible Or Audible Web Pages. Browser Do Not Interpret The Content Of The Page. Html Describes The Structure Of The Content Of The Page. Html Describes The Structure Of A Website Semantically Along With Cues For Presentation, Making It A Markup Language , Rather Than Programing Language.

</div><br><br>

  <div class="hacker">

Web Browser Can Read Html Files And Compose Them Into Visible Or Audible Web Pages. Browser Do Not Interpret The Content Of The Page. Html Describes The Structure Of The Content Of The Page. Html Describes The Structure Of A Website Semantically Along With Cues For Presentation, Making It A Markup Language , Rather Than Programing Language.

</div><br><br>

  <div class="hacker">

Web Browser Can Read Html Files And Compose Them Into Visible Or Audible Web Pages. Browser Do Not Interpret The Content Of The Page. Html Describes The Structure Of The Content Of The Page. Html Describes The Structure Of A Website Semantically Along With Cues For Presentation, Making It A Markup Language , Rather Than Programing Language.

</div><br><br>

  <div class="hacker">

Web Browser Can Read Html Files And Compose Them Into Visible Or Audible Web Pages. Browser Do Not Interpret The Content Of The Page. Html Describes The Structure Of The Content Of The Page. Html Describes The Structure Of A Website Semantically Along With Cues For Presentation, Making It A Markup Language , Rather Than Programing Language.

</div><br><br>

  <span id="block">

    this is span sentence.

  </span>

  <hr>

  <div class="chapter2">

    Browser Can Read Html Files And Compose Them Into Visible Or Audible Web Pages. Program Do Not Interpret The Content Of The Page. Html Describes The Structure Of The Content Of The Page. Html Describes The Structure Of A Website Semantically Along With Cues For Presentation, Making It A Markup Language , Rather Than Programing Language.

    

  </div>

</body>

  

</html>

Post a Comment

0 Comments