Question

code a website in html about vacational about atleast 3 vacational spots. the requirements are as...

code a website in html about vacational about atleast 3 vacational spots. the requirements are as follows

Home page and at least 5 content pages

A single external CSS file controlling styles across the site (internal and embedded styles may also be used when appropriate)

Consistent "look and feel" throughout the site (logo, color scheme, layout, navigation)

Consistent navigation throughout the site

Use at least three images in addition to the logo (images should have alternate text)

Include at least three external links

At least one HTML list (ul, ol, or dl) element

At least one HTML table element

At least one HTML form element w/script for processing form data

At least one of the following:

Embedded video

Interactive CSS

CSS transition or transofrm

JavaScript or jQuery element

Use of Search Engine Optimization (SEO) principles

Mobile friendly and/or fluid layout for different screen sizes

My website topic is going to be about traveling, which will pretty much be about helping people with ideas of places to travel for vacation, and also promote tourism.

The type of content to be expected on the website will be travel destinations around the world, contact information for individuals who are interested and also some user friendly visuals.

The outline should imitate the following

Home

About us

Holiday packages

Blogs

Contact us

Destinations

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

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />

<meta name="robots" content="index, follow" />

<meta name="keywords" content="Marine Plus, Sanjeev Gupta, Visakhapatnam Marine, Marine, Guard Boats, Marine, Marineplus, Marine plus careers, marine plus services, Chase vessels, Marine infra, marine pride, maverick engineering, Sanskiriti">

<title>Marine plus :: Home</title>

<link href="media/css/style.css" type="text/css" rel="stylesheet" />

<script src="media/js/all.js" type="text/javascript"></script>

</head>

<body>

<div id="maincontainer">

<div id="pageHeader">

<div class="logo"><a href="#"><img src="media/img/logo.png" border="0" alt="logo" title="logo" ></a></div>

<div class="call"></div>

</div>

<div class="menupan">

<div class="Lbg"></div>

<div class="Rbg">

<ul>

<li><img src="media/img/menu-line.gif" /></li>

<li class="menu_act">Home</li>

<li><img src="media/img/menu-line.gif" /></li>

<li><a href="services.html">Services</a></li>

<li><img src="media/img/menu-line.gif" /></li>

<li><a href="clients.html">Clients</a></li>

<li><img src="media/img/menu-line.gif" /></li>

<li><a href="contactus.html">Contact Us</a></li>

<li><img src="media/img/menu-line.gif" /></li>   

<li><a href="careers.html">Careers</a></li>

<li><img src="media/img/menu-line.gif" /></li>

<li><a href="gallery.html">Gallery</a></li>

<li><img src="media/img/menu-line.gif" /></li>

</ul>

</div>

</div>

<div id="bodypan">

<div class="banner">

<div class="bannerimgs jsEditorialContent">

<ul>

<li class="item first"><a href="#" class="image"><img src="media/img/banner-img1.jpg" alt="" title="marine plus vessel"/></a></li>

<li class="item"><a href="#" class="image"><img src="media/img/banner-img2.jpg" alt="" title="marine plus chase boat"/></a></li>

<li class="item"><a href="#" class="image"><img src="media/img/banner-img3.jpg" alt="" title="marine plus crew"/></a></li>

<li class="item"><a href="#" class="image"><img src="media/img/banner-img4.jpg" alt="" title="marine plus gaurd boat"/></a></li>

<li class="item"><a href="#" class="image"><img src="media/img/banner-img5.jpg" alt="" title="marine plus work at visakhapatnam"/></a></li>

</ul>

</div>

</div>

<h2 >Welcome to Marine plus </h2>

<p >Marine Plus established in year 2004 at Visakhapatnam (East Coast of India) is in the business of providing Tugs, Chase Vessels, Guard Boats, Dredging Support Vessels, Logistics Services to Oil and Gas industries on both East and the West Coast of India.</p>

<p>Its providing off-shore services to support activities in Seismic Research, Oceanography, Off-shore oil activities etc.,</p>

<p>Marine Plus is having its own fleet of Tugs, Trawlers and Motor Boats for working in various segments to lead the industry requirement.</p>

<p>Through its various other organization, Marine Plus is also into the business of Non-Destructing Testing, PWHT, Destructive Testing, Ship Chandelling and Supply of various engineering and other goods to Indian Navy/Coast Guard.</p>

  

<div class="servicespan">

  

  

<h3>Our Services</h3>

<div class="servicesslide">

<div class="slideimgs"><a href="marineplus.html" title="marine plus"><img src="media/img/plus.png" width="240" height="137" alt="marine plus" /></a></div>

<div class="slideimgs"><a href="http://www.marineinfra.in" title="marine infra" ><img src="media/img/infra.png" width="240" height="137" alt="infra" /></a></div>

<div class="slideimgs"><a href="sanskriti.html" title="Sanskriti enterprises"><img src="media/img/sanskiriti.png" width="240" height="137" alt="sanskriti" /></a></div>

  

<br class="clear" />

</div>

</div>

<br class="clear" />

</div>

<div id="footerpan">

<ul>

<li><a href="index.html" title="marine plus home">Home</a></li>

<li>|</li>

<li><a href="services.html" title="marine plus services">Services</a></li>

<li>|</li>

<li><a href="clients.html" title="marine plus clients">Clients</a></li>

<li>|</li>

<li><a href="contactus.html" title="marine plus contact details" >Contact Us</a></li>

<li>|</li>

<li><a href="careers.html" title="careers at marine plus">carrers</a></li>

<li>|</li>

<li><a href="gallery.html" title="careers at marine plus">Gallery</a></li>

</ul>

<div>copyright @ www.marineplus.in</div>

</div>

</div>

<script type="text/javascript">$('.jsEditorialContent').feature();</script>

<form> <input type="text" pattern="[a-zA-Z0-9]{5,8}" title="Type 5 to 8 alphanumeric characters"> <input type="submit"> </form>

</body>

</html>

Add a comment
Know the answer?
Add Answer to:
code a website in html about vacational about atleast 3 vacational spots. the requirements are as...
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 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...

  • Class project: personal portfolio website Requirements: - The Website should have a Navigation Bar at the...

    Class project: personal portfolio website Requirements: - The Website should have a Navigation Bar at the top with the following links: o Home o About o Contact o Education Background o Talents, Skills and Expertise o Hobbies o Image Gallery (Personal Images) Notes: - Zip all the files (html, css and images) plese anyone can do this this portfolio is all about to make a website and add all the information

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

  • Remember to include: A consistent design and color scheme An external CSS document to control these...

    Remember to include: A consistent design and color scheme An external CSS document to control these aspects CSS applied to a single page Use of inline styles A consistent navigation between parts of your site A minimum of 5-8 pages At least three external hyperlinks An email link with the subject filled in A form (it does NOT have to connect to a database because that is beyond the scope of this class) Properly placed images on at least three...

  • Assignment Details You will create a website for handling Recipes, including recipe ingredients. In this assignment you will construct the basic layout, design, and preliminary navigation. Additio...

    Assignment Details You will create a website for handling Recipes, including recipe ingredients. In this assignment you will construct the basic layout, design, and preliminary navigation. Additionally, you will develop the initial brand for your recipe site. Create views for the following pages: 3 marks (1) Home The main page of the Recipe Site 3 marks 2) Recipelist Page to display the collection of Recipes 3 marks -(3) AddRecipe Page to add a new Recipe 3 marks -(4) ViewRecipe- Page...

  • Answer ASAP please Project l All assignments must be submitted as a zip file through blackboard...

    Answer ASAP please Project l All assignments must be submitted as a zip file through blackboard that contains all elements necessary (HTML, CSS, Images, etc)-I will be unzipping the files and opening them from and running them in Visual Studio Code's Live Server Using HTML and CSS, create a personal website for yourself. The purpose of this site will be to act as a home page and portal and should show off both your HTML and CSS skills along with...

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

  • I have to create a website (using html) with three different tabs that consists of: -...

    I have to create a website (using html) with three different tabs that consists of: - Home page - Contact Us - Calender I was wondering how I go about doing so. I already have made the home page, contact us, and calender but I'm not sure how to put it onto one website and how to make tabs for contact us, calender, and the home page. Also, my professor asked us to do this as well: You will provide...

  • // I need help in creating and publishing a website with two pages for this assignment,...

    // I need help in creating and publishing a website with two pages for this assignment, I am new to this and need a bit of help as to what and how many HTML files I need to create, and CSS files. If anyone could send me a sample code or anything to start out with it would be appreciated ! I have attached the specifications and requirements below CPI 101 Introduction to Informatics Homework #1 Check Out My Website!...

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

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