I need help with HTML homework : Image of the html: I have mostly done the basic
ID: 3889445 • Letter: I
Question
I need help with HTML homework :
Image of the html:
I have mostly done the basic, here is the html lines:
Welcome to my ECE 3553 course page
ECE 3553 - Multifarious Systems 1
Fall 2017
Name
Home
Home
Lab1
Lab2
Welcome to Name's homepage!
Is this right? If you can fix some lines, i appreciate it.
I have lab1 and lab2 with me that will navigate, i need help with the lines that will allow me to navigate to the result ( when i click the menu ).
I am using internal css properties.
Thank you.
ECE 3553 Multifarious Systems 1 Fall 2016 Your name Home Hume Welcome to name's homepage! Lab 1 Lab 2Explanation / Answer
THE HTML CODE FOR MAIN PAGE AS FOLLOWS
<html>
<head><title> </title>
<body>
<div id="first">
<link href="chehtml1.css" type="text/css" rel="Stylesheet">
<hgroup>
<img src="F:picturewallpaperssassins-creed-wallpaper-free-4xd1y.jpg" alt="url not found" />
<h2>ECE 3553-Multifarious Systems 1<h2>
<h3 class="cl">fall 2016<h3>
<h3 class="cl">assassians-crees<h3>
<hgroup>
</hr>
<h4 align="right">home</h4>
</div>
<div id="content">
<p><b>welcome to assassians-crees homepage</b></p>
<aside>
<!-- my friend please replace the your filename as url -->
<a href="index.html"><h3 class="container" > home </h3></a>
<a href="lab1.html"><h3 class="container1" > lab1</h3></a>
<a href="lab2.html"><h3 class="container1"> lab2</h3></a>
</aside></div>
</body>
</html>
THE CSS CODE FOR MAIN PAGE IS
*{
background-color:ghostwhite;
}
img{
float:left;
width:100;
height:100;
}
h4{
color:#6495ed ;
font-style:italic;
}
#content{
text-align:center;
}
.cl{
color:gray;
}
.container {
width:180px;
border:1px solid #fff;
box-shadow:0px 2px 2px #292929;
border-radius:10px;
background-color: #00ba8b;
}
.container1{
width:180px;
border:1px solid #fff;
box-shadow:0px 2px 2px #292929;
border-radius:10px;
background-color: #008cba;
}
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.