Question

i need help with this homework webpage and code too: The webpage must include: Global Structure...

i need help with this homework webpage and code too:

The webpage must include:

  • Global Structure Tags
  • Text Tags
  • Images  
  • Your first page must be named index.html
  • Include a table within your site, challenge yourself to add a header in the table, and choose interesting border and/or cell formatting.
  • Include a hyperlink within your site.
  • Include an image in your site.
  • Include a form in your site to demonstrate understanding of a variety of form components (the form does not have to be functional, as some hosts require paid service for form submission).
  • Include CSS within the site (keep it simple at this point; creating an external stylesheet helps promote reuse of your work).
  • Include two or three HTML features that make the website more robust, dynamic, and professional. Some ideas might be to have all three types of links (internal to the page, links to your other pages, or links to other websites). Complete a Contact Us page which includes a form. Try to add an .swf file to your page. Add a scrolling marquee with text scrolling across.
  • Include a small script (either written or borrowed with credit given) to obtain User Input with prompt dialogs. One idea would be to ask for the user’s name.
  • Using the "do while" or the "for" control statements
  • Use a function in your Web page. One example of using a function is demonstrated “Random Image Generator." You can use a user-written function that you design, or one of the provided functions in JavaScript, and you can combine Parts A and B by putting your function inside of the loop.
  • Include a date script and a cookie
  • Finding and highlighting an element
  • Or

    Creating and inserting elements

    Or

    Replacing and removing elements

  • Use a DOM Collections and/or Styles feature
  • Some suggestions are:

    Extract links and display them together at the bottom of the page.

    Or

    Change the background-color style property in response to user input.

    Or

    Write a script that contains a button and a counter in a div. The button should increment the counter each time that it is clicked.

    Or

    Write a script that prints the length of all of the JavaScript collections on a page.

    Or

    Create a Web page in which users are allowed to select their favorite layout and formatting through the use of the classname property.

0 0
Add a comment Improve this question Transcribed image text
Answer #1

There are total 4 classes. Student class is inherited and publicly accessed by 2 more classesFirstYearStudent and SecondYearStudent and there is 1 more School class. So total 4 classes

In main function when School object is called 100 constructors from FirstYearStudent of Student and 100constructors from SecondYearStudent of Student and 1 of school constructor and 100 constructor of FirstYearStudent itself and 100 constructors of SecondYearStudent which means s a total of 401 objects will be created because 401 will be created.

Add a comment
Know the answer?
Add Answer to:
i need help with this homework webpage and code too: The webpage must include: Global Structure...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • i need help with this web page project and i need the code too for this web page Include two or three HTML features that...

    i need help with this web page project and i need the code too for this web page Include two or three HTML features that make the website more robust, dynamic, and professional. Which features you opt to add can be discussed in the discussions. Some ideas might be to have all three types of links (internal to the page, links to your other pages, or links to other websites). Complete a Contact Us page which includes a form. Try...

  • i need help with this homework web page and i need the code too Using the "do while" or the "for" contr...

    i need help with this homework web page and i need the code too Using the "do while" or the "for" control statements, have a visitor to your Web page do, or see, something repeatedly. You could have him or her enter a number of months, an interest-rate, and an amount, and print out a table with the amount on deposit. Try to make the loop appropriate to the website theme that you have picked. Use a function in your...

  • Design an original, professional web site following the specifications listed below. This web sit...

    Design an original, professional web site following the specifications listed below. This web site will be for a business you plan to set up for yourself or for someone else. The following is a detailed list of the requirements for your web site. READ them carefully. Instructions - Web Site Requirements for the web site: General: You will thoroughly test all your pages in more than one browser. All links MUST work. All graphics must show on the page. All...

  • Complete a SIX webpage using notepad or notepad++ about your favorite hobby that contains the following:...

    Complete a SIX webpage using notepad or notepad++ about your favorite hobby that contains the following: The project should include the following pages: home page form page 4 or more additional pages to render complete coverage a site map – three levels or more (not included in the page count) The pages should contain: a two- or three-column layout CSS must be used for layout one external CSS file will contain formatting for the site (the bulk of css goes...

  • This is my code so far: <!DOCTYPE html> <html> <head> <title>JavaScript is fun</title> <meta charset="utf-8" />...

    This is my code so far: <!DOCTYPE html> <html> <head> <title>JavaScript is fun</title> <meta charset="utf-8" /> </head> <body> <script type ="text/javascript"> //declare a variable and store text in it var x = "JavaScript is fun"; //write the variable 5 times document.write(x + x + x + x + x); //store 5 as string in variable x x = "5"; //store 3 as string in variable y var y = "3"; //write the value x + y to the document document.write("<br>");...

  • Create a website on a topic of your choosing. Site should include the following: Design: Site...

    Create a website on a topic of your choosing. Site should include the following: Design: Site Map (Task 7) Page-layout for each page (Task 8) Homepage . . o Title o Navigation Links o Footer o Minimum of 1 graphic 4 additional pages that are linked to home page o o o Navigation Links (link back to homepage) Minimum of 1 graphic per page Footer (matching homepage) CSS should be used for formatting visual aspects of site. Use either external...

  • I'm looking for some assistance with the following: Write a webpage for Indiana University Informatics Department....

    I'm looking for some assistance with the following: Write a webpage for Indiana University Informatics Department. Use CSS and HTML for the webpage. The webpage should have the following HTML elements; Headings E.g. <h1>, <h2>, etc. Have at least 3 heading levels List Unordered Ordered Table Include data in your table (e.g. course offerings) Hypertext link Forms Text field Radio button Checkbox Submit Textbox Pull-down menu When you are creating the elements listed, you should be demonstrating that you know...

  • I have some code for HTML/Javascript but I need to change it up a bit. Heres...

    I have some code for HTML/Javascript but I need to change it up a bit. Heres the assignment and what I have. The part in the bold is what I need help with. I need a button called new timer for when it reaches zero... Thank you. Assignment For this assignment, you will write a timer application in HTML and JavaScript. Your HTML document should contain the following elements/features: HTML tags: An <input> tag labeled "Timer Duration" with the initial...

  • i need the code that goes within the <script> opening and closing following the insturctions of...

    i need the code that goes within the <script> opening and closing following the insturctions of the insturctions of the pasted assignment screen shots please. <!DOCTYPE html> <html> <head> <!-- JavaScript 6th Edition Chapter 3 Hands-on Project 3-1 Filename: index.htm --> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width,initial-scale=1.0"> <title>Hands-on Project 3-1</title> <link rel="stylesheet" href="styles.css" /> <script src="modernizr.custom.05819.js"></script> </head> <body> <header> <h1> Hands-on Project 3-1 </h1> </header> <article> <h2>Lunch selections</h2> <form> <input type="checkbox" id="item1" value="8" /> <label for="item1">Fried chicken ($8.00)</label> <input type="checkbox"...

  • NEED HELP with HTML with Javascript embedding for form validation project below. I have my code...

    NEED HELP with HTML with Javascript embedding for form validation project below. I have my code below but I'm stuck with validation. If anyone can fix it, I'd really appreciate. ****************************************************************************** CODE: <!DOCTYPE html> <!-- To change this license header, choose License Headers in Project Properties. To change this template file, choose Tools | Templates and open the template in the editor. --> <html> <head> <title>Nice</title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <script> var textFromTextArea; function getWords(){ var text =...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT