Ok, so we got a lesson on how to make a paragraph with html code and that's easy enough. Now, can I get a lesson on how to keep sentences together in a paragraph? For example with out <p> all the sentences ran together like this:
Here is a quick lesson of how to post your pic:1. Upload the pic. 2. Add text.3. Submit to GCU.
Then I added <p> to the end of each sentence and here is what happened:
Here is a quick lesson of how to post your pic: <p>
1. Upload the pic. <p>
2. Add text. <p>
3. Submit to GCU. <p>
So, how do I get it to look like this?
Here is a quick lesson of how to post your pic:
1. Upload the pic.
2. Add text.
3. Submit to GCU.