Question

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 when to appropriately use them. For example, you may want to use a text field for a user to submit their name, but not a radio button within the form.

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

Code

<html>

    <title>INDIANA UNIVERSITY INFORMATICS DEPARTMENT</title>

    <body>

   <center> <h1>INDIANA UNIVERSITY INFORMATICS DEPARTMENT</h1></center>

    <h2>About</h2>

    The ideas and inspiration for the next world-changing advances and life-saving solutions are everywhere.

    Most people don’t see them, but we do. Welcome to <a href="https://en.wikipedia.org/wiki/Indiana_University" >INDIANA UNIVERSITY INFORMATICS DEPARTMENT </a>

    <h2>Our programs</h2>

    <ol>

  

    <li><h3> Undergrad programs</h3></li>

    <ul>

        <li>Bacheor of Science in Machine Learning</li>

        <li>Bacheor of Science in AI</li>

        <li>Bacheor of Technology in CS</li>

    </ul>

    <li><h3> Graduate programs</h3></li>

    <ul>

        <li>Master of Science in Machine Learning</li>

        <li>Master of Science in AI</li>

        <li>Master of Technology in CS</li>

    </ul>

    <li><h3> Research programs</h3></li>

    <ul>

        <li>PHD  in Machine Learning</li>

        <li>PHD  in AI</li>

        <li>PHD  in CS</li>

    </ul>

    </ol>

    <h2>Courses and Fees</h2>

    <table  border="1">

        <tr>

          <th>Course</th>

          <th>Fee</th>

        </tr>

        <tr>

          <td>Machine Learning</td>

          <td>5000USD</td>

        </tr>

        <tr>

          <td>Artificial Intelligence</td>

          <td>4000USD</td>

        </tr>

        <tr>

          <td>Software Systems</td>

          <td>3000USD</td>

              </tr>

      </table>

    <h2>Contact us</h2>


    <form id="contact_form" action="#" method="POST" enctype="multipart/form-data">

    <label class="required" for="name">Your name:</label><br />

    <input id="name" class="input" name="name" type="text" value="" size="30" /><br />

    <span id="name_validation" class="error_message"></span>

    <input type="radio" name="gender" value="male" checked> Male<br>

    <input type="radio" name="gender" value="female"> Female<br>

    <input type="radio" name="gender" value="other"> Other  

    <label class="required" for="email">Your email:</label><br />

    <input id="email" class="input" name="email" type="text" value="" size="30" /><br />

    <span id="email_validation" class="error_message"></span>

    <label class="required" for="message">Your message:</label><br />

    <textarea id="message" class="input" name="message" rows="7" cols="30"></textarea><br />

    <span id="message_validation" class="error_message"></span>  

    <input id="submit_button" type="submit" value="Send email" />

    </form>

    </body>

</html>

Output

INDIANA UNIVERSITY INFORMATICS DEPARTMENT About The ideas and inspiration for the mext workd-changing advances and life-savin

Add a comment
Know the answer?
Add Answer to:
I'm looking for some assistance with the following: Write a webpage for Indiana University Informatics Department....
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 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...

  • 2 Apply Your Knowledge Reinforce the skills and apply the concepts you learned in this chapter Styling a Webpage Instru...

    2 Apply Your Knowledge Reinforce the skills and apply the concepts you learned in this chapter Styling a Webpage Instructions: In this exercise, you will use your text editor to create external, embedded, and inline styles for the Durango Jewelry and Gem Shop home page. You will style the sections of the semantic wireframe header, nav, main, and tooter and a div element that surrounds all of the content to center the content on the page. You will also float...

  • Form Processing HTML One of the most ubiquitous uses of JavaScript is validating form data on...

    Form Processing HTML One of the most ubiquitous uses of JavaScript is validating form data on the client side before it is submitted to the server. It is done everywhere because it is fast and it gives you a great deal of flexibility in how you handle errors insofar as the GUI is concerned. Attached is an image of some code I wrote (so Blackboard can't mess it up). Some things to notice that will help you with the lab....

  • For milestone #1, we will start the CARIT site with three static HTML pages and a...

    For milestone #1, we will start the CARIT site with three static HTML pages and a CSS file. Create a dedicated folder for this project. This folder should contain all related files in this project. The future milestones are cumulative and built directly on top of your prior work. Function/content requirements: A home page named “index.html”, which include these contents at least: Description of the center. You may reference the example sites. Latest news: use list tags; make up some...

  • Develop an HTML form that could be used to enter your book information (Books, Authors, and...

    Develop an HTML form that could be used to enter your book information (Books, Authors, and Publishers) start with the HTML/JavaScript template provided Expand upon it! What field information would you enter into a system? Have your form use more then just character text fields ... radio buttons, pick lists, and other elements make your form easier to use and you don't need to do lots of JavaScript checks. What fields would be mandatory ... which could be left blank?...

  • I need help writting a Javascript function that does the following its for a HTML/CSS Shopping...

    I need help writting a Javascript function that does the following its for a HTML/CSS Shopping Cart Page CODE This page contains a list of the selected products that includes an image, name, price, quantity, and cost) Because the process is implemented not as real, three products along with its image and price are displayed on the page. The product ID of each product is stored in a hidden textbox. The default amount of each product is 1 and the...

  • 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...

  • the is my HTML and CSS code. I didn't attach the image or the CSS file...

    the is my HTML and CSS code. I didn't attach the image or the CSS file because of the space limit. two things I wanted to incorporate on this page are to make "MY TOP 3 MUSIC GENRES" blink using javascript and to make the video links autoplay using javascript both should be using javascript requirement: our professor told us not to use <div> or alert. thank you for your help <!DOCTYPE html> <!-- I used w3school for the formatting...

  • Code for the movies page: <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />...

    Code for the movies page: <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <link rel="stylesheet" type="text/css" href="style.css" /> <title>Daniel's Movie Page</title> </head> <body> <a href="hobbies.html">Hobbies</a> <h1>Movies and Actors</h1> <ol> <li class="ol-list1">Gravity</li> <li>Avenger</li> <li>Marshal</li> <li>Interstellar</li> <li>Dark Knight</li> <li>Superman</li> </ol> <ul> <li class="ul-list1">Robet Downey jr.</li> <li>Sharuk Khan</li> <li>Ranbir Kapoor</li> <li>Sidhhart Malhotra</li> <li>Angela Joli</li> <li>Leonardo DiCaprio/li> </ul> <h2>Favorite Movie</h2> <p> <b>Gravity:</b> The movie portrayed what happens to an astronaut if he/she is pushed away from spaceship.It was terrifying how much...

  • Hello, this is my code. moest of the things works but when select the price, i...

    Hello, this is my code. moest of the things works but when select the price, i just dont get my total. can someone help me out . thank you My queshion is also here The page will simulate the site for a Chicago-based small bus line that travels to St Louis, Milwaukee, and Detroit. Here are the requirements: The home page (i.e. the main page) should simply be the heading, image, and slogan of the site.  The home page should NOT...

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