sentence in two lines html code example
Example: how to add a paragraph in html
//first add a body tag
<body>
write stuff here
</body>
//or you can do this
<body>
<p>write stuff here</p>
</body>
//thanks for reading
//first add a body tag
<body>
write stuff here
</body>
//or you can do this
<body>
<p>write stuff here</p>
</body>
//thanks for reading