03/05/2020
Today I have learnt the basics of html via the free course offered by Pirple. I have learned some of the different types of headers used e.g. , and to name a few of them but also learned that all tags need to be closed after its code , and .
I have learned that all html code needs to be within the elements or it wont be displayed/read properly by the browser.
Any html page must have this structure as its backbone structure,
tags. Anything inside these tags are ignored by the browser and therefore wont be displayed to the user viewing the page.
I'm currently coding on Visual Studio Code and used Microsoft Edge as my browser.
Below is two screenshots of my code and another shot showing how it gets displayed in the browser.