The head tag that was taught yesterday has a primary function of setting a name for the chrome tab with the help of another tag.
< title > and < /title > - this tag used in the head tag can set the name for the tab.
< img > - this tag can help insert images into your website
Format used is < img src = "" > The SRC attribute is used to define a path of the file to find an image.
< a > - this tag can help add hyperlinks to the website.
Format used is < a href = "" > HREF is the short form of Hypertext Reference.
< small > and < /small > - this tag can help show courtesy to images or reduce the size of text to a set small size.
< br > - helps break certain text away from other on screen objects such as images.
< hr > - this tag adds a line in the website to help seperate 2 sections.