Welcome to Discuss Everything Forums...

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed.


 

Tags for this Thread

+ Reply to Thread
Results 1 to 4 of 4
  1. #1
    stacie
    stacie's Avatar
    Guest

    HTML/JavaScript/CSS help?

    I have directions to duplicate a site and this is what I'm given:

    The title of this page should be “Bugs Bee Wee.”

    The H1 uses an inline style tag to set the color to #0000FF and the font-family to sans-serif..

    You must use an internal style sheet to set the form’s background to #99CCFF, its width to 80% and its border=#0000CC double 4px.

    The H2 (also in the internal style sheet) should have a color of #CC00FF and a font-family of sans-serif.

    The form tag should have an action that will cause the page to be emailed to you when the submit button is clicked. Its method should be ‘Post’.

    The two textboxes should have a size of 30.




    Frankly, I am completely stumped when it comes to internal style sheets and inline style tags.
    This is one page I just cant make! Help!!!

  2. #2
    Scorpio
    Scorpio's Avatar
    Guest
    If you don't know how to use CSS, there are good tutorials and examples on W3Schools, here: http://www.w3schools.com/css/

    Study from there and post your sample code here...then we'll help debug it. It is just wrong to ask people to do your homework for you!

  3. #3
    Scorpio
    Scorpio's Avatar
    Guest
    If you don't know how to use CSS, there are good tutorials and examples on W3Schools, here: http://www.w3schools.com/css/

    Study from there and post your sample code here...then we'll help debug it. It is just wrong to ask people to do your homework for you!

  4. #4
    lansingstudent09101
    lansingstudent09101's Avatar
    Guest
    Step 1: WRITE THE HTML. yeah really.

    Step 2: Make it easy on yourself, put IDs on the things you want to style, yeah there's different ways to get to things and style them with CSS. Make the names MEANINGFUL, us "inputform" instead of "blueform" what if you want it to be green later, then you have a class called "blueform" that means "green".

    Step3:
    Use
    .classname
    {
    styles
    }
    for classes and
    #idname
    {
    styles
    }

    for ids, don't forget to put them in appropriate "style" tags. I'll leave it to you to look up the styles and the syntax!

    Good luck.

 

 

Quick Reply Quick Reply

Click here to log in


In what corner do we have Search box?

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. HTML? CSS? JavaScript?
    By Sameer in forum Discuss HTML
    Replies: 0
    Last Post: 02-27-2011, 04:03 AM
  2. Replies: 0
    Last Post: 02-04-2011, 04:18 AM
  3. help with javascript,HTML and CSS?
    By Greatness in forum Discuss HTML
    Replies: 0
    Last Post: 04-06-2010, 05:30 AM
  4. I Help me with my HTML?! / javascript / css... etc?
    By KAT« in forum Discuss HTML
    Replies: 2
    Last Post: 05-12-2009, 12:49 PM
  5. HTML/CSS/JavaScript Help Please?
    By Tomsaay in forum Discuss HTML
    Replies: 2
    Last Post: 03-16-2009, 03:48 PM

Bookmarks

Posting Permissions

  • You may post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts
  •