
This is an extremely useful website which dramatically helps with HTML
- to do so you have to start with a '< h >' which stands for 'heading'
- then you type whatever you want your heading to be
- finally you end it with another'< /h >' but this time with a '/'
- it is important to note that there are no spaces between the '<' and the 'h'!
- you have to start with a '< p >' which stands for 'paragraph'
- then you type whatever you want your paragraph to be
- finally you end it with another'< /p >' but this time with a '/'
- it is important to note that there are no spaces between the '<' and the 'p'!
- use < img src (without a space between the '<' and the 'img')
- then type < img src="..." and on the ... type the url of the image, bearing in mind the image already has to be saved
- End it with a '>'
