Posted 7 years ago
·
Author
This is basic knowledge on how to do html Hope yall like it
<br> This is a line break. It doesn't need a closing tag. Put one at the end of every line including any spaces. Use multiples to make bigger spaces, for example:
<br><br><br><br> would give a 4 line space.
Basic URL:
<a href="URL link here">
Clickable url linked picture:
<a href="URL link here"><img src="Image URL here"></a>
Clickable text:
<a href="URL link here"><b>Write your word(s) here</b></a>
Add an image:
<img src="Image url here" alt="Text you want to display if image fails to load here" />
<font color=blue>This will be blue</font>
Basic colours are: silver gray black red maroon yellow olive lime green aqua teal blue
<b>This will be bold</b>
<u>This will be underlined</u>
<i>This will be italic</i>
<center>This will be centred</center>
<!-- Hidden note here -->
<br> This is a line break. It doesn't need a closing tag. Put one at the end of every line including any spaces. Use multiples to make bigger spaces, for example:
<br><br><br><br> would give a 4 line space.
Basic URL:
<a href="URL link here">
Clickable url linked picture:
<a href="URL link here"><img src="Image URL here"></a>
Clickable text:
<a href="URL link here"><b>Write your word(s) here</b></a>
Add an image:
<img src="Image url here" alt="Text you want to display if image fails to load here" />
<font color=blue>This will be blue</font>
Basic colours are: silver gray black red maroon yellow olive lime green aqua teal blue
<b>This will be bold</b>
<u>This will be underlined</u>
<i>This will be italic</i>
<center>This will be centred</center>
<!-- Hidden note here -->