css line break width
span {
display:block;
width:150px;
word-wrap:break-word;
}
css line break width
span {
display:block;
width:150px;
word-wrap:break-word;
}
break line height css
<!DOCTYPE html >
<html>
<head>
<title>
Customized break example
</title>
<style type="text/css">
.br {
display: block;
margin-bottom: 0em;
}
.brmedium {
display: block;
margin-bottom: 1em;
}
.brlarge {
display: block;
margin-bottom: 2em;
}
</style>
</head>
<body>
<h3>This page shows different
break height between lines</h3>
<p> Hi User
<span class="brlarge"></span>
Welcome to
<span class="brmedium"></span>
Geeks for geeks.
<span class="br"></span>
Hope you have enjoyed your stay.
</p>
</body>
</html>
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us