Prev Demo
CSS3
>
Height And Width
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <title>Demo</title> </head> <body> <style> .class1{ height:100px; border:2px solid green; width:200px; } </style> <p>Height and width</p> <div class="class1">Techfunda is a online tutorial</div> </body> </html>
Note: We DO NOT save your trial code in our database.
Output