. Task 1 - home page Create a home page. It should: Provide appropriate information about Northumbria Toy Company, inclu
Posted: Sat May 14, 2022 4:03 pm
. Task 1 - home page Create a home page. It should: Provide appropriate information about Northumbria Toy Company, including the toys available, related news and other relevant content Include an appropriate image(s) Include a navigation area with 4 links: "home", "view toys", "admin" and "credits". These links will take the user to an appropriate web page Include sectioning elements (e.g. header, nav, main, section, aside, footer etc.), headings (i.e., h1-h6), paragraphs and lists to structure the content of the page appropriately Use a range of appropriate HTML tags Task 2 - CSS Create a CSS file that specifies ALL of the styles for the site, for example styles for: а Use of Grid, Flex and Float to implement a responsive, fluid layout that resizes according to screen size (without horizontal scroll bars ever appearing) Background colour(s) Text colour(s), font faces, sizes and visual emphasis Navigation links (e.g. link states - active, visited, hover - including the colour, font type and size of links, and whether the links are underlined or not) Paragraphs, headings etc. You should aim to style a range of selectors including html tags and classes, and to nest and group definitions where appropriate. The choice of styles is up to you. However, you should consider good design practice when making your choices.