Space in paragraph:
 : no break space
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title></title>
</head>
<body>
<p>lorem ipsun it will give u space it will give u one space if you want more space in a paragraph u need to use thing tag multiple times as per your requirement it will give you 2 space bcse I've used 2 times</p>
<p>p tag is used for [paragraph]</p>
</body>
</html>
Comments
Post a Comment