Question
Answer ASAP please
Project l All assignments must be submitted as a zip file through blackboard that contains all elements necessary (HTML, CSS,
0 0
Add a comment Improve this question Transcribed image text
Answer #1

basic website based on the problem statement you have to change the content though

index.html

<html>

<head>

<title>Home</title>

<link rel="stylesheet" href="main.css" />

<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">

</head>

<body>

<ul>

<li><a class="active" href="#">Home</a></li>

<li><a href="contact.html">Contact</a></li>

<li><a href="projects.html">Projects</a></li>

</ul>

<div class="content center" >

<p>Hi my name is <b>Name!</b>

<img style="margin-left:5%;" src="steve.png" alt="me" height="150px" width="150px"/>

</p>

<br><br>

<h3><u>About:</u></h3>

<p>Hobbies: web surfing,coding,..</p>

<p>Graduation: CS</p>

<p>Interests: web dev,IOT,..</p>

<p>Traits: confidence,leadership,teamwork,..</p>

<p>Advantages: positive attitude,communication,..</p>

<p>Disadvantages: obsession to get things done,..</p>

</div>

</body>

</html>

contact.html

<html>

<head>

<title>Contact</title>

<link rel="stylesheet" href="main.css" />

<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">

</head>

<body>

<ul>

<li><a href="index.html">Home</a></li>

<li><a class="active" href="#">Contact</a></li>

<li><a href="projects.html">Projects</a></li>

</ul>

<div class="content center" >

<form>

<p>Title: <input type="text"></p>

<p>Email: <input type="text"></p>

<p>Descr: <textarea rows="4" cols="20"></textarea></p>

<p>Category: <input type="radio" name="category" value="imp"> Important&nbsp;&nbsp;&nbsp;&nbsp;

<input type="radio" name="category" value="notimp"> Not Important

</p>

<p>Type: <select>

<option value="web">web dev</option>

<option value="android">android dev</option>

<option value="robot">robotics</option>

</select></p>

<input type="submit">

</form>

</div>

</body>

</html>

projects.html

<html>

<head>

<title>Projects</title>

<link rel="stylesheet" href="main.css" />

<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">

</head>

<body >

<ul>

<li><a href="index.html">Home</a></li>

<li><a href="contact.html">Contact</a></li>

<li><a class="active" href="#">Projects</a></li>

</ul>

<div class="content center" >

<h2><u>Projects</u></h2>

<br><br>

<img src="bipod.png" alt="Avatar" height=350px width=350px>

<h4><b>Bidpod Robot</b></h4>

<p>a walking bipod</p>

</div>

</body>

</html>

views:

index.html

contact.html

projects.html

background i used:

Add a comment
Know the answer?
Add Answer to:
Answer ASAP please Project l All assignments must be submitted as a zip file through blackboard...
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...

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

  • 1. An _____ lets you place all of your CSS style definitions within one file that...

    1. An _____ lets you place all of your CSS style definitions within one file that you then reference from within each of your HTML page files. Group of answer choices external style set external sheet external style sheet external set sheet 2. Why should a designer use an external style sheet? Select all that apply. Group of answer choices One file controls all style elements for the entire website Removes the need to use HTML Make changes quickly External...

  • given below are the project description and their Html and css files i need javascript according to the project and other files!

    HTML------------------------------------------------------CSS---------------------------------------------------WEB230 - JavaScript 1 Assignment 7 - FormsSome of these tasks would be better done in HTML or CSS but do them in JavaScript to practice whatwe have learned.1. Select the form element and save it in a variable. From here we can access all of the form fields.2. When the page loads do the following:add the password value "monkey"select the favourite city "New York"clear the textarea3. Add an event handler to the "name" field to change the background color...

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

  • Can someone plz help me??? I would like a website that has to do with guitars...

    Can someone plz help me??? I would like a website that has to do with guitars or something to do with music, someone asked me what kind of website I would like to have and that would be awesome. The attributes to be included, are below. I need a small website that to where I need to interlink a CSS file into the HTML file. I don't know to save the files to have to be able to run with...

  • You are planning to build a Web Site for a fictitious local organization or charity. The...

    You are planning to build a Web Site for a fictitious local organization or charity. The website should allow the visitor to subscribe to a newsletter (simulated), present past newsletters, and view images related to the organization or efforts. You need to complete the entire design phase and then implement the Web application. Please create the Word document and answer the following questions: Identify the goal of the website: Who are the end users? Why do you need to have...

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

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

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

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