Creating paragraph and line break:
Coding:
<! DOCTYPE
html>
<Html>
<Head>
<p>Welcome
to The Garden Company! We hope you will find our site a useful resource for
becoming a better gardener.
</p>
<p>Our
main store is located at:<br> 108 Ponting Street<br> Macon, IN
46062
</p>
<p>Please
stop by and browse our extensive inventory from Monday through Saturday, 7:00
a.m. to 8:00 p.m.
</p>
</body>
</html>
Output:
![]() |
HTML output |
0 Comments