HTML
Define:
- 
h1 - Important Heading
 - 
h6 - Least Important Heading
 - 
a/ href="URL">text<?/a - Hyperlink
 - 
img src="Random" alt="Random image" - An image
 
Describe:
I can put the hyperlink above the image by using "br".
h1 - Important Heading
h6 - Least Important Heading
a/ href="URL">text<?/a - Hyperlink
img src="Random" alt="Random image" - An image
I can put the hyperlink above the image by using "br".