- Here, we are set a width and height of paragraph in CSS.
#test{
border:1px solid;
width:400px;
height:70px; OR
Max-height:70px
}
Example:-
<!Doctype html>
<html>
<head>
<title>CastorClasses.com</title>
<style type=”text/css>
#test{
border:1px solid;
width:400px;
height:70px; OR
Max-height:70px
}
</style>
</head>
<body>
<p>
Hii My name is Castor Class.I am provide a online Classes.
</p>
</body>
</html
0 Comments:
Post a Comment