| HTML Code | What it does |
| <img src="name"> | Puts an image |
| <img src="name" align=?> | Aligns an image: left, right, center, bottom, top, middle |
| <img src="name" border=?> | Sets size of border around an image |
| <img width=? height=? src="name"> | Sets the height and width of the image |
| <img src="name" alt="?"> | When you point the mouse on the image, the text written where the "?" is shown |
| <hr> | Inserts a horizontal line |
| <hr size=?> | Sets the thickness of the line |
| <hr width=?> | Sets width of the line, in percentage or absolute value |
| <hr noshade> | Sets a line with no shadow |