Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

FINAL EXAMINATION PART B: HANDS ON EXERCISE. Use Adobe Dreamweaver CS5 to create

ID: 3836216 • Letter: F

Question

FINAL EXAMINATION PART B: HANDS ON EXERCISE. Use Adobe Dreamweaver CS5 to create a Web Page similar (Replicate) to the sheet on page two overleaf. Post your completed work on Canvas Dw Final Part B. Drop Box. Any assignment/test not completed a zero will automatically be entered which may affect your present grade. Take note, utilize and incorporate the followings: Text and Text Properties Graphics/Images and their properties Table and use of table properties Forms and form properties Insertion of background and use of page properties Insertion of Hyperlink and Email links and where necessary. Insertion of Buttons, Texts and hyperlink them to their appropriate Websites when Link them appropriately. o Button contents: MIZZOU and Missouri State University (MOSU). Make sure you HBCU Link. o Link Text contents: Professional Link, CIS Curriculum Link, Hobbies Link, US Univ. Link, & Good Luck Congratulations to the Graduating

Explanation / Answer

Hi,

Please find the html code below. please replace all the links and images with the original ones and allign the text and according to the original images size.

<!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=utf-8" />
<title>Untitled Document</title>
<style type="text/css">
body {
   background-color: #FF9;
   text-align: center;
   margin: 0 auro;
}
p{
       text-align: center;
}
.left_content{
  
   float:left;
}
.right_content{
   float:right;
}
table{
   border-style: solid;
   border: 1px solid single;
   border-collapse: collapse;
   border-color: #000;
   color: #900;
   font-weight: bold;
  
}
.row1{
   border-right: none;
}
.button {
position:relative;
}

#bimg {
display: inline-block;
width:75px;
height:30px;
position:absolute;
left:218px;
margin-top:-3px
}
   #content{
       margin-left:200px;
   }
</style>
</head>

<body>
<div id="head">
<p>
<h3>YOUR NAME</h3>
<h4>Department of Computer Science, Technology & Mathematics</h4>
<a href="#">Lincoln</a> University, Jefferson city, Missouri<br />

Your email: (e.g. <a href="mailto:student@lincolnu.edu">student@lincolnu.edu</a>
).
</p>
</div>
<div id="content">
   <div class="left_content">
<table width="200" border="0" cellpadding="5">
<tr>
<td> <button class="button">MIZZOU</button>
<img id="bimg" src="button1.png" /></td>
</tr>
<tr>
<td><button class="button">MOSU</button>
<img id="bimg" src="button2.png" /></td>
</tr>
<tr>
<td><a href="#">Professional Link</a></td>
</tr>
<tr>
<td><a href="#">CS Curriculum Link</a></td>
</tr>
<tr>
<td><a href="#">Hobbies Link</a></td>
</tr>
<tr>
<td><a href="#">US Univ, Link</a></td>
</tr>
<tr>
<td><a href="#">HBCU Link</a></td>
</tr>
</table>

</div>
<div class"right_content">
<table width="650" border="1" >
<tr class="row1">
<td colspan="4"><img src="logo.png" width="139" height="45"/>
<p ><h4><a href="#">Lincoln University</a>, Jefferson City, MO </h4>
<h4>Home of the Blue Tigers</h4>
</p>
<img src="logo1.png" width="86" height="48"/>
</td>

  
</tr>
<tr>
<td><img src="img1.jpg" width="110" height="110" /></td>
<td><img src="img2.jpg" width="110" height="110" /></td>
<td><img src="img3.jpg" width="129" height="89" /></td>
<td><img src="img4.jpg" width="115" height="100" /></td>
</tr>
<tr>
<td>LU Founders 1886</td>
<td>LU President</td>
<td>Go LU Atheletes</td>
<td>Career Goal</td>
</tr>
</table>

</div>
  
<div id="info">
<h4>Request for information:</h4>
<table width="400" border="0">
<tr>
<th>Yes</th>
<th>No</th>
<th>Please answer each of the following question</th>
</tr>
<tr>
<td> <input type="radio" name="ques1" value="yes" > </td>
<td><input type="radio" name="ques1" value="no" ></td>
<td>Currently in High School</td>
</tr>
<tr>
<td><input type="radio" name="ques1" value="yes" ></td>
<td><input type="radio" name="ques1" value="no" ></td>
<td>Have taken or plan to take ACT</td>
</tr>
<tr>
<td><input type="radio" name="ques1" value="yes" ></td>
<td><input type="radio" name="ques1" value="no" ></td>
<td>Planning to take ACT</td>
</tr>
</table>
<br />
<table width="300" border="0">
<tr>
<td>Your Name:</td>
<td><input name="name" value=""/></td>
</tr>
<tr>
<td>Phone# : </td>
<td><input name="phone" value=""/></td>
</tr>
<tr>
<td>Email Address: </td>
<td><input name="email" value=""/></td>
</tr>
</table>

<br />
<h4>For any Queries, Observations or Suggestion, please Email: <a href="mailto:Webmaster">Webmaster</a></h4>

</div>
</body>
</html>

I have also uploaded the same in google drive. it contains all the images also. url:

https://drive.google.com/open?id=0B-ornhEEYiMvWkFsUk91SmVvQ0U

Please let me know in case of any issue.

Thanks