Posts

Showing posts from October, 2022

LAB 4

                                                                                                                                                                  Lab 4 Part I – Coding a Fish Creek Website 2.       Using the HTML validator for the Fish creek website 11 errors was observed, two warnings, later, I was able to fixed all the errors afterwards. For the CSS file, no error was found. 3.      I tested my code with Opera, Google Chrome and Microsoft Edge Browser, all ra...

LAB 3

Image
                                                                                          LAB 3   Part I – Reviewing this week’s lectures     PAGE LAYOUT   Cells can be spanned across rows and column in a table by the use of a span factor and span operator. These is described with code and example below;            Span factor = <n> ,            Span operator = +                       To make a cell span more than one column, we use the colspan attribute. A typical example is illustrated below;           <table style =" ...

LAB 2

Image
                                               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 ht...