Help Desk for HTML (Lists and Hyperlinks)
T A S K - 1
A:
Design a web page to show the list of Curriculum Stages in our school as
follows
·
Foundation Stage
·
Primary
·
Middle School
B:
Redirect website visitor to respective Curriculum available on our School
Website.
T A S K - 2
A:
Create a webpage and display the following choices;
·
MS Access
·
MS PowerPoint
·
MS Excel
B:
Redirect the website visitor to a tutorial on clicking an option.
Required Codes
To show a menu:
· Menu ………………………………………….……..…. <Menu></Menu>
·
Each item in list or menu …………………….............…<li>
</li>
·
To turn the items of a list
into hyperlinks
<menu>
<li><a href="url">Link 1</a></li>
<li><a href="url">Link 2</a></li>
</menu>
Challenge Hint:
Add a hyperlinked image to your webpage
No comments:
Post a Comment