(Solved) : Came Lab 1 Need Help Lab 2 Please Indexhtm Home Page Name Name Paragraph 1 Paragraph Parag Q43928599 . . .
This is what I came up with for Lab 1: I need help withlab 2 (below) please
Index.htm
<!DOCTYPE html>
<html lang=”en”>
<head>
<!–
ICS 392 Arkawa
Assignment:
Name:
Date: 01/15/2020
–>
<link rel=”stylesheet” href=”format.css”>
<title> Home Page
</title>
</head>
<body>
<h1 align=”center”><span style=”color:darkgreen”>name</span> name<br>
<img src=”pic1.jpg”>
</h1>
<p> Paragraph 1
</p>
paragraph
<p>Paragraph 2
</p>
paragraph
<h2>My 4 favorite movies
</h2>
<ol>
<li class=”movies” id=”topMovie”>movie
</li>
<li style=”color:crimson”>movie
</li>
<li>movie
</li>
<li>movie
</li>
</ol>
<h2>My 4 favorite restaurants
</h2>
<ol>
<li class=”restaurant” id=”topRestaurant”>place
</li>
<li class=”restaurant”>place
</li>
<li class=”restaurant”>place
</li>
<li class=”restaurant”>place
</li>
</ol>
</body>
</html>
and this is the fromact css
Format.css
h1 {
font-family: arial,helvetica,’sans serif’;
font-size:38pt;
color: #ff1a1a;
}
P {
font-family: rockwell;
font-size:16pt;
color: rgb(61, 21, 132);
}
li{
color:navy;
}
.restaurant {
font-family: forte;
font-size:23pt;
color: green;
}
#topRestaurant {
font-family: impact;
font-size:23pt;
color: aqua;
}
#topMovie {
font-family: broadway;
font-size:23pt;
color: blueviolet;
}
THIS IS LAB 2 I need help with thisportion:
HTML Lab 2
DUE Mon (1/20/20) @ 11:30p via D2L Submissions
Assignment (Remember to include the standard HEADsection from lab 1):
MUST USE DIFFERENT IMAGES THEN THOSE SHOWN
Create a webpage page with your personal statements. You canstart with the one that you created from Lab 1.
On the home page (index.htm):
- Remove the content about movies and restaurants (you willcreate separate pages for those lists)
On the css:
- Change the background color to a color that you like for thebody {background:color}.
- *Make the font readable with respect to your backgroundcolor
- Make h1: Impact, 30pt, color (use a hexadecimal value, yourchoice)
- Make p: Arial, 15pt, color (use a rgb value, your choice)
Create three NEWpages (you will have 4 total,including the home page) with the following content:
- My Memory, My Movies, My Restaurants.
- Link all pages to format.css
- All pages should have h1 titles include your name (e.g. Sue’sMovie Page)
- Create an Image to be used as a navigation tool
- Your image should indicate what page it is on (the sample belowis for the home page). The current page “button” (PPTshape) should be differently formatted on each page. The shapes canbe the same, but the formatting of the shape (fill color,font-family, font-size…) should change as specified. Seebelow:
- Use an image map to create hotspots on the Image. Create linksfrom each page to other pages. In other words, you shouldbe able to get to any page from any page.
- Insert at least one relevant picture on each page
- Include the following comments on the specified page (5-6sentences)
- My Memory: describe a favorite memory you have. It could be avacation, a sporting event, or a success you had. Include commentsabout your memory.
- My Movies: List four movies. Include why you chose your topmovie (e.g. favorite actor, director, scene, etc).
- My Restaurants: List four restaurants. Include your favoritemenu item at your top pick and reasons why you like your toprestaurant.
- Please Read:If a specificrequirement is not listed, you may use the default (do not code it)or choose a value (as long as it is readable). For example, if afont-family is not specified for the <li>, you may choose anyfont-family or not code it.
Expert Answer
Answer to This is what I came up with for Lab 1: I need help with lab 2 (below) please Index.htm Home Page name name Paragraph 1 p…
OR