Question

HTML Web Page project:

Need help to create a web page exactly as the example below using HTML. I need the source code.

Page 1 of CA272 Midterm Welcome to your names CA272 Midterm Text In this class, I learned how to... 1. create an X)HTML web

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

HTML code: Save this below code as index.html

<htm>
<head>
   <title>CA272 Midterm</title>
   <style type="text/css">
   </style>
  
</head>
  
<body>  
<h1 style="text-align: center;">Welcome to <span style="font-style: italic; color:#00f">your_name's</span> CA272 Midterm</h1>

   <h4>Text</h4>
   <p>
   In this class, I learned how to...
   </p>
  
   <ol>
   <li>create an <b>(X)HTML web page</b>,where i can</li>
       <li>change <small>the size of my font.</small></li>
       <li>change <font color="#f00">the size of my font.</font></li>
       <li>change <span style="font-style:italic">my font style.</span></li>
       <li>and change the background color of my web page.</li>
   </ol>
  
   <h1>Images</h1>
  
   <p><img src="cameron_log0.JPG" style="float:right;width:149px;height: 231px">I also leaned how to insert and float an image on my web page. For example, here is a image with the proper dimension and alternate text tages. I can also link an image to another web page. If you click on the image to the right, it will take you to <b>Cameron Moll's</b> site at<a href="#">www.cameronmoll.com</a></p>
  
   <h1>Links</h1>
  
   <p>I can also create links</p>
   <ul>
   <li>relative links are best used___________</li>
       <ul>
       <li>here is an example of a relative link to a <a href="#">neighboring image</a></li>
       </ul>
   <li>absolut links are best used___________</li>
       <ul>
       <li>here is an example of a absolute link to a <a href="#">csszengarden</a></li>
       </ul>
   <li>named anchors are best used when___________</li>
       <ul>
       <li>this named anchor takes you to the <a href="#">top of this page</a></li>
       </ul>
   </ul>
  
  
   <p>I can open a link in a new window too. Try this link to<a href="" target="_blank">csszengarden</a></p>
      
   <p style="text-align: center">
   Feel free to contact me at<br>
       <a href="mailto :your_emailaddress.com">your_emailaddress</a><br>
       If you have any questions about this midterm.
   </p>
  
  
</body>
</htm>

Sample web-page:

Welcome to your names CA272 Midterm Text In this class, I learned how to... 1. create an (X)HTML web page where i can 2. cha

Feel free to contact me at your_emailaddress If you have any questions about this midterm.

Add a comment
Know the answer?
Add Answer to:
HTML Web Page project: Need help to create a web page exactly as the example below...
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
  • Could you create a website based on html and css? Details in the below: Note: You...

    Could you create a website based on html and css? Details in the below: Note: You can put link that I can download that folder Based on Project 2-1, do the necessary changes to have a webpage structure of a header, main, and footer sections. Then: •Set the width of the page to 700px •Use the font family starting with Verdana •Move one of the images from your Project 2-1 to the header. •Set the width of the header image...

  • JUDY'S HTML TUTORIAL MENU CREATING YOUR FIRST WEB PAGE The best way to make a web...

    JUDY'S HTML TUTORIAL MENU CREATING YOUR FIRST WEB PAGE The best way to make a web page is to just dive right in. Open Notepad. To open notepad in Windows, click the windows icon in the lower left corner of the screen and then type "notepad." Notepad is a text editor. Other text editors you may consider are TextPad, Sublime Text, or NotePad++. Do not use Word or WordPad; they are word processors. If you are using an Apple computer...

  • Create a CSS-styled Table Page For this Assignment you will first read the appropriate chapters in...

    Create a CSS-styled Table Page For this Assignment you will first read the appropriate chapters in the textbook and then a create web page, for example called table.html, in your ubunix.buffalo.eduaccount just as you did in Home Page Assignment. Assignment Requirements Your new web page should utilize the following HTML tags and include the following: A <body> tag that uses an appropriate style value to change the background color of the web page. Appropriate <table>, <tr>, <th>, and <td> tags...

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

  • Place an e-iall k t0 yuIJU 6. Create a web page about your favorite sports team...

    Place an e-iall k t0 yuIJU 6. Create a web page about your favorite sports team with a two-column table that list the positions and starting players. Use embedded CSS to style the table border, back ground color, and center the table on the web page. Place an e-mail link to yourself n the web page. Save the file as sport8.html. 7. Create a web page about your favorite movie that uses a two-column table contain- ing details about the...

  • 1. Write the HTML code to create a fragment identifier at the beginning of a web...

    1. Write the HTML code to create a fragment identifier at the beginning of a web page designated by the word “top”. 2. Write the HTML code to create a hyperlink to the named fragment designated by “top”. 3. Write the HTML code to assign the header element to the appropriate ARIA landmark role, as shown in the slides. 4. Write the HTML code to associate a web page with an external style sheet named myprint.css to configure a printout....

  • Create a HTML code on HTML tags and attributes Add textual content to your page which...

    Create a HTML code on HTML tags and attributes Add textual content to your page which describes your topic. Your text does not have to be all that unique. You can copy from the textbook or other sources as long as you cite your sources. Remember, you are trying to explain something to another student. Task 2: Find at least three (3) resources on the Internet which also explain your topic and add them as links (<a>) to your page...

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

  • please help me with this project subject: Web and Mobile Development You are to create a...

    please help me with this project subject: Web and Mobile Development You are to create a page that has four images that are links to other schools in the New England area. Each image is to be controlled in size by a CSS responsive design. The page is to appear balanced by an appropriate, complimentary, background color. White is not an option as a background color. Look up how to make image links on W3Schools. There is to be a...

  • HTML Decide on a subject for your first web page. All page content must be related...

    HTML Decide on a subject for your first web page. All page content must be related to this subject. Create your first web page. Name the file Brandon-Lab01.html. The page must contain the foundation !DOCTYPE, html, head, and body tags. The html tag must also include the lang attribute with a value of en Place the following in the head of your page: Title the page Lab 1 - Brandon. Add the meta character set tag. A <link href="Lab01.css" rel="stylesheet"...

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