I am learning how to create and design webpages using HTML language.
HTML stands for Hyper Text Markup Language.
In creating content the main contens of the page is located inbetween the body tags.
The br tag is for a page/line break and does not require a closing /br.
The b tag is to bold text and needed before and after the wanted bold text.
Use the i tag to italicize a word.
For wordwrapping text that auto wraps text as a page may be resized surround your paragraphs with a beginning and ending p tag, p for paragraph.
To create the line space between paragraphs, just surround the new paragraph with the pargraph tags. To insert a web link you use the atag to "anchor the weblink to the page. For example I want to go to ECU's home page using a reference link and not show the actual web address I would use the a href="" and in quotes type the web address with the full URL, the reference link to test is above.