Purchase Solution

Demonstration of CSS and image maps in an HTML page

Not what you're looking for?

Ask Custom Question

Please see the attachment.

Tom has asked you to make some more changes and additions to the Arcadium website. The park has a new area called the Toddler Park, which is specifically designed for very young children. Tom needs you to revise the park map hotspots to accommodate the new park map, and he needs you to design a Web page for the Toddler Park.

Attachments
Purchase this Solution

Solution Summary

This solution demonstrates how to use CSS in a website. It also shows how to create and use an image map in an HTML page.

Solution Preview

The main point of this posting was to perform several CSS style changes. In all cases the CSS styles were applied using the "inline" method. That is, a "style" attribute is added to the appropriate HTML element.

For example, to set the text color to RGB value 204,102,0 the style is set as follows:

< body style="color: rgb(204,102,0);" >

The ...

Purchase this Solution


Free BrainMass Quizzes
Word 2010: Table of Contents

Ever wondered where a Table of Contents in a Word document comes from? Maybe you need a refresher on the topic? This quiz will remind you of the keywords and options used when working with a T.O.C. in Word 2010.

Word 2010: Tables

Have you never worked with Tables in Word 2010? Maybe it has been a while since you have used a Table in Word and you need to brush up on your skills. Several keywords and popular options are discussed as you go through this quiz.

Excel Introductory Quiz

This quiz tests your knowledge of basics of MS-Excel.

Javscript Basics

Quiz on basics of javascript programming language.

Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.