Width and Height Property in CSS

Full Stack Web Development Courses with Real-time projects Start Now!!

Program 1

New! Keyboard shortcuts … Drive keyboard shortcuts have been updated to give you first-letters navigation
<html>
    <head><title>First CSS Page</title>
     <style>
        .wh
        {
            border: 5px;
            border-color: blue;
            border-style: double;
            width: 100%;
            height: 200px;
        }
     </style>
    </head>
    <body>
  <div class="wh">
  Python is a General Purpose object-oriented programming language, which means that it can model real-world entities. It is also dynamically-typed because it carries out type-checking at runtime.
  It does so to make sure that the type of construct matches what we expect it to be.
  The distinctive feature of Python is that it is an interpreted language.The Python IDLE (Integrated Development Environment) executes instructions one line at a time. This also lets us use it as a calculator.
 </div>  
 
    </body>
</html>

 

Your 15 seconds will encourage us to work even harder
Please share your happy experience on Google

courses

DataFlair Team

DataFlair Team provides high-impact content on programming, Java, Python, C++, DSA, AI, ML, data Science, Android, Flutter, MERN, Web Development, and technology. We make complex concepts easy to grasp, helping learners of all levels succeed in their tech careers.

Leave a Reply

Your email address will not be published. Required fields are marked *