Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Here is my problem

 

I have to create a class by the name of GUI

then inside

Create a form that allows the user to set the following elements of an HTML page:

 

Background color

Title

Header text at the top of the page. Allow the user to set the font (color, font file, size, bold, italics).

Body text. Allow the user to set the font (color, font file, size, bold, italics).

 

The user should also specify the location (on the hard drive) of the html and css file. They should go in the same folder.

 

After the user has set the above criteria:

 

The program should check all user input to make sure it is valid. None of the inputs can be left blank. The program should notify the user which pieces of information need to be filled in.

Use a Cascading Style Sheet to set the font and color of the H1 (Header) and P (paragraph) tags. This will be a separate file and should be referenced by the HTML page.

Use dialog boxes to allow the user to specify the desired fonts and colors of the text and the location of the HTML Page.

 

can anyone help me get started on this?

What is a Cascading Style Sheet and how does it work?

Do i start by adding buttons and what not to the form?

 

Please i need help

Thank you

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...