|
HTML
Code |
|
Blank
Line:
To add a blank line between paragraphs, put: |
Return:
To
end a sentence and return to the next line put: |
Bold:
To make a word(s) bold, put: |
Italics
To make a word(s) italic, put: |
| <p>
at the end of the first paragraph. |
<br>
at the end of the sentence. |
<b>
before the word and </b> after the word. |
<i>
before the word and </i> after the word. |
|
Bulleted
List:
To make a bulleted list put 3 codes: |
|
Link:
To make a link to another web page: |
Link
HTML code you can copy and paste |
|
<ul><li> at the before the first list item
<li>before each subsequent item
</ul>following the last item
|
|
<a href="put the full URL between the quotes including
the http://">
Following the arrow, type the text you want to be the link
</a> (finally, this </a> goes after the text to
close the link) |
<a href="">Linked text</a> |