Posts

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

LAB 1

                                             LAB 1 PART 1   Answers to Question 3 Two interesting observation I found in question 3a was the distinct understanding of the  difference between Wireframe and Prototype. Wireframe  is described as a skeletal framework in which a design is molded into. They are represented in form of sketch, lines, which provide the bases and layout a digital design is laid on. It is less detailed, can be done using pen and paper or specialized software like Wirify by Volkside and  Freehand by InVision . While, Prototype  is an essential part of a design process that depicts the possible outcome of a design and details how the design will look like. Prototype is well detailed, more or less like a mockup or model of what is expected of a design. A prototype represents the product but not the final produ...