LAB 2

 


                                    LAB 2 


PART II – Using <meta> in an HTML5 page 

 1.   Four different uses of meta tag are;

  •  Meta tag is used to set viewpoint
  •  Meta tag is used for description
  •  Used to denote author
  • To specify title   
 2. 





PART III – Search Engine Optimisation (SEO) 

2. Four SEO Guidelines when designing a website

  • My title tag must be descriptive and relates specifically to my page
  • All unnecessary pop-up should be removed
  • My domain name must be concise and effective
  • Site structure and architecture must be well outlined

3. The two codes below will help improve my website

  •  <meta name ="description" content ="These is the official website page for the best animal hospital in the country"/>
  •   <!doctype html>
 <html lang "en"> 
<head> meta charset = "utf-8">
 <title> Fish Creek Hospital</title> 


      

Comments

Popular posts from this blog

LAB 1

LAB 4