Question

This is your opportunity to be creative! You are required to create a minimum of two...

This is your opportunity to be creative! You are required to create a minimum of two HTML pages. The first required web page is your Home Page, which is about you. The second web page describes a place to which you have traveled or would like to travel.

Each of your web pages will be graded for content, creativity, and for appropriate use of the HTML statements that have been discussed in class. You must use a text editor and HTML statements to create your web pages. You may only use the HTML statements that we have learned in class. You may not use a software tool to create your web pages.

You MUST include all the following elements in both your home page and travel page.

  • Web page title
  • Background color
  • Different Font Colors and Sizes
  • Different Text Alignments
  • One or more pictures
  • Headings
  • Bullet Point List
  • Table, including border
  • Numbered List
  • Link

Home Page (About you)                                                                                                      

This is your chance to express yourself and your interests. Your home page must include the following information:

  • A section on your life at school (including your schedule in table format)
  • A section on your life outside of school
  • A section on your life as you expect it to be in 5 years
  • A section on your Travel
  • A link to your Travel web page

Travel Web Page                                                                                               

For the travel page, use everything you've learned so far to create a travel web page enticing viewers to visit an exotic locale. You should have images of what they'll see, lists of things to see and places to go, and paragraphs of enticing details. You must include the information that you found in your research. You may not just post your power point slides. Put the information on your web page in a form that is appropriate for web pages.

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

The following code need your details inorder to be completed - All the required elements have been implemented in two files

main.html and travel.html

Note : style attribute has been used for styling in case not required please remove them - Since the question specified I have tried to use only HTML tags in the code

main.html

<!DOCTYPE html>
<html>
<head>
   <title>Facts about me !</title>
</head>
<body bgcolor="dodgerblue" style="color:white">
   <div>
       <h2 align = "center" style="color:yellow">Hello there ! My name is [insert name here]</h2>
       <p align = "left" style="color:white;font-size:20px;">Let me tell you a little bit about myself !</p>
       <img src="developer.png" />
       <hr>
       <!--Insert additional details about your school life here (use <pre></pre> tag for preformatted text"-->
       <p align="right">My time in school helps me a lot - I learn how to become a better me everyday</p>
      
       <h3 align="center" style="color:yellow">About my shcedule</h3>
       <table border ="3" align="center">
           <tr>
               <th>Time</th>
               <th>Description</th>
           </tr>
           <tr>  
               <td>9:00 a.m. - 12:00p.m.</td>
               <td>Lectures</td>
           </tr>
           <tr>  
               <td>12:00 p.m. - 12:45p.m.</td>
               <td>Lunch Break</td>
           </tr>
           <tr>  
               <td>12:45 p.m. - 1:45 p.m.</td>
               <td>Library</td>
           </tr>
           <tr>  
               <td>1:45 p.m. - 3:00 p.m.</td>
               <td>Practicals</td>
           </tr>
       </table>
      
       <!--Insert additional details about yourself here (use <pre></pre> tag for preformatted text"-->
       <hr/>
       <h4>What I do outside of school</h4>
       <ul>
           <li>Read books</li>
           <li>Play football</li>
           <li>Solve coding questions</li>
           <li>Participate in Hackathons</li>
       </ul>
       <hr/>
      
      
       <h3 style="color:yellow" align ="center">Where I see myself in 5 years</h3>
       <p align ="center">In 5 years I see myself [add description about yourself]</p>
  
       <h3 style="color:yellow" align ="center">My Travel</h3>
       <p align ="center">I've Recently traveled to Armenia,Click on the link below if you'd like to know more about my travels</p>
      
       <a href="travel.html" target="_blank">Info about Armenia</a>
   </div>
</body>
</html>

travel.html

<!DOCTYPE html>
<html>
<head>
   <title>My Travel to Armenia !</title>
</head>
<body bgcolor="darkgray" style="color:black;">
   <div>
       </div>
       <hr/>
      
       <h3>Here is a list of the places I've visited and you should visit them too !</h5>
       <ol type="1">
           <li>Lake Sevan</li>
           <li>Hayravank Monastery</li>
       </ol>
      
       <hr/>
      
       <h2>Lake Sevan</h2>
       <img src="lake.jpg" width="400" height="400"/>
       <p>The wonderful beaches are a must - The clear sky and water makes it so beautiful</p>
       <hr/>
      
       <h2>Hayravank Monastery</h2>
       <img src="HM.jpg" width="400" height="400"/>
       <p>The silence over is so calming - nothing but peace and quiet </p>
      
       <hr/>
   </div>  
</body>

developer.png

lake.jpg

HM.jpg

Output :-

Add a comment
Know the answer?
Add Answer to:
This is your opportunity to be creative! You are required to create a minimum of two...
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
  • Create web pages for your database using PHP. You should have one page that will return...

    Create web pages for your database using PHP. You should have one page that will return all the information from the database. You should create additional pages that will allow you to do various queries of your database. You should be able to retrieve and insert data; also include functionality to delete data from your database. Create an html form that will allow you to enter in new information for the database. The information should be handled by a PHP...

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

  • Creating the Home and Template Pages Overview In this assignment, you will start building your Web...

    Creating the Home and Template Pages Overview In this assignment, you will start building your Web site for your fictional organization by creating a homepage using HTML5 and some of the key elements that define a Web page. You are required to use either a simple text editor to write your code, or an enhanced text editor such as Brackets. Note: Microsoft Word is not a good tool for developing code because it is a document processor and not a...

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

  • Different answer beside the existing one Create a web site (set of web pages) for a...

    Different answer beside the existing one Create a web site (set of web pages) for a zoo. The following requirements must be met: 1. The home page must have an image map with 2 hot spots. One of the hot spots must be a circle shape; the other must be a polygon shape. The example output home page image map has 4 hot spots (3 circles and 1 polygon). Your image map must be based on a real zoo map....

  • HTML Web Page project: Need help to create a web page exactly as the example below...

    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 name's CA272 Midterm Text In this class, I learned how to... 1. create an X)HTML web page, where I can 2. change the size of my font, 3. change the color of my fonts, 4. change my font style, 5. and change the background color of my web page....

  • This week, you will start a course project. For this project, you will design and develop...

    This week, you will start a course project. For this project, you will design and develop a small website for a travel company. You will develop this website across the span of the course, building new project components each week, until you have a live, hosted website at the end of the course. This project is designed to replicate real-life situations where the clients provide only a few of their requirements and expect a prototype to be developed. Scenario Express...

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

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

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

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