Purchase Solution

JavaScript examples

Not what you're looking for?

Ask Custom Question

For this one, I have created a Web page with links to all of my other assignments, however, I am having the following problems:

1) Name, date, time heading isn't showing up.
2) I need to add background color, change fonts, add text sizes, and different text colors, however, I'm not sure how to put the code in without messing it up. It might be similar to the Cars one.
3) I have to add pictures and again am not sure how to put the code in, or where to put it.

Thank you!

Attachments
Purchase this Solution

Solution Summary

Examples include an an onload function to display the current date and use of document.write for color- and font-setting control.

Solution Preview

1) I added Name and date by placing the HTML just below the opening body tag and then having an onload function put in the current date
2) As long as ...

Purchase this Solution


Free BrainMass Quizzes
Javscript Basics

Quiz on basics of javascript programming language.

C++ Operators

This quiz tests a student's knowledge about C++ operators.

Basic Networking Questions

This quiz consists of some basic networking questions.

Excel Introductory Quiz

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

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.