We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5
Page 73 Q 23
The background of the table is blue colour.
The h1 style of text ‘Hello’ is slightly a dark blue colour. Hence the background and text are not contrasting colours. This would make the text ‘Hello’ unreadable. Closing tag for table is not included. Page 74 Q 25
<ul> and </ul> define an unordered list. Unordered lists have
bullet points with different shapes (e.g. round, square, solid, outline etc). <ol> and </ol> define an ordered list. Ordered lists can be numbered or lettered. Items to be placed in a list start with the markup <li> and close with </li> Page 74 Q 26 A hyperlink is a method of accessing document or resource from your current application. They are accessed by clicking on objects, often text or images. It can be used to create menu options with webpages. They can be used to open other webpages, an email editor to send messages etc. Page 75 Q 27
An anchor is used to create a hyperlink to allow you to
navigate within the page or navigate to an external page. An anchor starts with an <a> tag and closes with an </a> tag Page 79 Q 44
Sets the background colour of the table to
blue. Collapses the two borders between cells into a single border. Sets the border style of the table to solid lines