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

Prof. Hershenson HTMLS & csS3 -Midterm Exam Part 1a (7 points) Using notepad++ w

ID: 3738698 • Letter: P

Question

Prof. Hershenson HTMLS & csS3 -Midterm Exam Part 1a (7 points) Using notepad++ write html for the following table. Make border. 1 table width 75% cell padding 10px Label and center the table as well as the content within each cell s listed below: Heading 1 Heading 2 Heading 3 Column 2 Column Column 3 Column 4 Column 5 erm Exam Part 1b (7 points) Using notepad++ write html and css for the following using ure: (Place the semantic labels listed below as headings 1 tags in each of the Midt divs. Header Content Navigation Sidebar Footer HTML Midterm: Part 1C - (20 points) Create a webpage about Island. including skills that you have learned, courses you have completed and career goal Create a web page from scratch using assets you have selected including not less choice but they should include at least one picture of yourself, one of the CSI logo and supports your content. The styles and layout are up to you and should be reflected in your cs. your major here at College of Staten than 3 images of your 1 other that Your webpage must use the following features of HTML5 and Css3: Some content including what your studying and your career intentions Using external CSS files Links (both to external websites and to sections of the same page) Images (at least one filtered with a drop shadow features of our own choosing) Table listing the courses you have taken so far and in which semester completed . Extra Credit: 5 points Design the page using responsive CSS design for: smartphone, tablet and desktop devices displays.

Explanation / Answer

<!DOCTYPE html>

<html>

<head>

<title>table</title>

</head>

<body>

<table border="1" width="75%" cellpadding="10px;" align="center">

<tr align="center">

<td>Heading 1</td>

<td>Heading 2</td>

<td>Heading 3</td>

</tr>

<tr align="center">

<td rowspan="3">Column 1</td>

<td colspan="2">Column 2</td>

</tr>

<tr align="center">

<td>Column 3</td>

<td rowspan="2">Column 5</td>

</tr>

<tr align="center">

<td>Column 4</td>

</tr>

</table>

</body>

</html>

<!DOCTYPE html>

<html>

<head>

<title>table 2</title>

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

</head>

<body>

<div id="Header">

<h1>Header</h1>

</div>

<div id="Control">

<div id="Navigation"><h1>Navigation</h1></div>

<div id="Content"><h1>Content</h1></div>

<div id="SideBar"><h1>SideBar</h1></div>

</div>

<div id="Footer">

<h1>Footer</h1>

</div>

</body>

</html>

#Header{

border-left: solid;

border-right: solid;

border-top: solid;

border-bottom: solid;

}

#SideBar{

margin-left: 60%;

margin-top: -271px;

height: 250px;

border-right: solid;

border-left: solid;

}

#Footer{

border-left: solid;

border-bottom: solid;

border-right: solid;

border-top: solid;

}

#Navigation{

width: 30%;

height: 250px;

border-left: solid;

margin-top: -21px;

}

#Content{

width: 30%;

margin-left: 30%;

margin-top: -272px;

height: 250px;

border-left: solid;

}

body{

text-align: center;

}

Hire Me For All Your Tutoring Needs
Integrity-first tutoring: clear explanations, guidance, and feedback.
Drop an Email at
drjack9650@gmail.com
Chat Now And Get Quote