Class Exercise 17: alt tags and title Tags in HTML

 1) Alt Tags in HTML - 

Alt tag contains the alternative text for an image on a website.

It is one of the area that can be filled in yours HTML code. It enable you to add an description of the video or image if it is not properly displayed on screen. 

atinternet.com, 2022. [online] Available at: <https://www.atinternet.com/en/glossary/alt-tag/> [Accessed 10 February 2022].

    Code below written by me.

<img src="(SOURCE)" alt="THIS IS ALT TAG">



2) Title Tags in HTML - 

Title tag is an HTML code tag that allows you to give a website a title. This title can be find in page tab in browser.

an example of title selector in HTML.

<title>De Montfort University</title>




3) What is an Search Engine Optimalization (SEO) - In simple terms, it means the process of upgrading your website to increase its visibilty when people search for keywords, services or products related to your business in Google, Bing or other search engines.

searchengineland.com, 2022. What Is SEO / Search Engine Optimization?. [online] Search Engine Land. Available at: <https://searchengineland.com/guide/what-is-seo> [Accessed 10 February 2022].

Comments