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>
We work very hard to provide you quality material
Could you take 15 seconds and share your happy experience on Google

