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

Here is 1st document of ass#1 <!DOCTYPE html> <html> <body> <p> <strong>Name</st

ID: 3745733 • Letter: H

Question

Here is 1st document of ass#1

<!DOCTYPE html>

<html>

<body>

<p> <strong>Name</strong> : <em>HA</em></p>

<hr>

<p> <strong>Major</strong> : Computer Science</p>

<br>

<p> <strong>Department</strong> : Computer Science</p>

<br>

<p> <strong>College</strong> : College of Engineering</p>

<br>

<p> <strong>University</strong> : Tennessee State University</p>

<br>

<p> <strong>Grade Level</strong> : Senior</p>

<hr>

<a href="Khim_A1a.html" target="_blank" > Link to HA_A1a.html </a>

<hr>

<h3>Imgae [Link :https://hbculifestyle.com/wp-content/uploads/2011/05/TSU_seal.jpg]</h3>

<img src="https://hbculifestyle.com/wp-content/uploads/2011/05/TSU_seal.jpg" widht="400px" height="400px"/>

<hr>

<h3>Favorite Movies</h3>

<ol>

<li>Kung Fu Panda</li>

<li>Finding Dory</li>

<li>Beauty and the Beast</li>

</ol>

<hr>

<h3>Favorite books</h3>

<ul>

<li>The Help</li>

<li>The Name of the Wind</li>

<li>Death Note</li>

</ul>

<hr>

<style>
table, th, td {
border: 1px solid black;
border-collapse: collapse;
}
th, td {
padding: 5px;
text-align: left;
}
</style>
</head>
<body>

<table>
<caption>My Schedule Fall 2018</caption>
<tr>
<th>Course Number</th>
<th>Course Name</th>
<th>Day</th>
<th>Time</th>
<th>Room</th>
<th>Instructor</th>
</tr>
<tr>
<td>COMP 4500</td>
<td>Senior Project 1</td>
<td>M</td>
<td>8:00-8:55</td>
<td>MH6</td>
<td>Dr.A</td>
</tr>
<tr>
<td>COMP 3150</td>
<td>Cobol Programming</td>
<td>MW</td>
<td>11:10-12:35</td>
<td>MH13</td>
<td>Dr. Ab</td>
</tr>
<tr>
<td>COMP 4700</td>
<td>Algorithms</td>
<td>TR</td>
<td>12:45-2:10</td>
<td>MH13</td>
<td>Dr. E</td>
</tr>
<tr>
<td>COMP 4280</td>
<td>Web based Appl Development</td>
<td>TR</td>
<td>2:20-3:45</td>
<td>MH10</td>
<td>Dr. Gu</td>
</tr>
</table>


</body>

</html>

Here is 2nd document of ass#1

<!DOCTYPE html>

<html>

<body>

<p><strong>Paragraph 1 : </strong>

The first time I wrote a short story I ripped off Stephen King. His first collection, “Night Shift,” came out in 1978. I didn’t read it then; I was only 6. But I picked it up and devoured it at some point, reading and rereading until the cover wore thin and fell off. By the time I’d turned 12 I felt sure I wanted to be a writer — a horror writer — and “Night Shift” became my template.


</p>

<p><strong>Paragraph 2 : </strong>

The second story in the collection, “Graveyard Shift,” is about a guy who gets work at a textile mill in a small town in Maine. One night his boss commands a crew of men to help him clean out the basement of the mill, a place that hasn’t been touched in decades. The men descend to discover that rats have turned the basement into their kingdom; the farther they travel into the bowels of this underworld, the bigger and weirder the rats become. Finally, they discover the mother of these mutations, a rat as big as a cow. Things don’t go well.

</p>

<p><strong>Paragraph 3 : </strong>

Cupid might as well have hit me with an arrow. I immediately set about plagiarizing the thing.
</p>

<hr>

<a href="HA_A1_htmlBasic.html" target="_blank" > Link to HA_A1_htmlBasic.html </a>

</body>

</html>

1. Create two HTML documents, YourLastName A3 css.html, and YourLastName A3a.html, copy the contents from the two documents of your Assignment#1 to these two documents, respectively. Use style sheets to greatly improve the appearance of the two HTML documents including your table, My Schedule Fall 2018.You must use all three kinds of style sheets, style classes including at least one generic style class selector, one contextual style class selector, and one id style class selector, and you must use all of the following style properties: 2. font-family, font-size, font-style, font-weight, font, text-decoration, list-style-type for both ordered and unordered lists, text-align, float, at least two of the margin properties, at least two border properties, at least two padding properties, color, background-color, and background-image. You must also use both the

Explanation / Answer

here is the html files

css is contained inside style tag

HA_A1_htmlBasic.html

<!DOCTYPE html>

<html>

<style type="text/css">

.db1{

padding: 8px;

margin: 10px;

border:2px solid grey;

}

div{

font-family: Comic Sans, Comic Sans MS, cursive;

}

table, th, td {

border: 2px dashed black;

border-collapse: collapse;

}

ul{

list-style:square;

}

th, td {

padding: 5px;

text-align: left;

}

.outer{

margin: 10px;

border:solid 1px green;

}

img{

border:1px solid black;

max-width: 200px;

max-height: 200px;

margin-left: 50%;

}

</style>

<body>

<div class="outer">

<div class="db1">

<p> <strong>Name</strong> : <em>HA</em></p>

<hr>

<p> <strong>Major</strong> : Computer Science</p>

<br>

<p> <strong>Department</strong> : Computer Science</p>

<br>

<p> <strong>College</strong> : College of Engineering</p>

<br>

<p> <strong>University</strong> : Tennessee State University</p>

<br>

<p> <strong>Grade Level</strong> : Senior</p>

</div>

<hr>

<a href="Khim_A1a.html" target="_blank" > Link to HA_A1a.html </a>

<hr>

<h3>Imgae [Link :https://hbculifestyle.com/wp-content/uploads/2011/05/TSU_seal.jpg]</h3>

<img src="https://hbculifestyle.com/wp-content/uploads/2011/05/TSU_seal.jpg" widht="400px" height="400px"/>

<hr>

<h3>Favorite Movies</h3>

<ol>

<li>Kung Fu Panda</li>

<li>Finding Dory</li>

<li>Beauty and the Beast</li>

</ol>

<hr>

<h3>Favorite books</h3>

<ul>

<li>The Help</li>

<li>The Name of the Wind</li>

<li>Death Note</li>

</ul>

<hr>

<table>

<caption>My Schedule Fall 2018</caption>

<tr>

<th>Course Number</th>

<th>Course Name</th>

<th>Day</th>

<th>Time</th>

<th>Room</th>

<th>Instructor</th>

</tr>

<tr>

<td>COMP 4500</td>

<td>Senior Project 1</td>

<td>M</td>

<td>8:00-8:55</td>

<td>MH6</td>

<td>Dr.A</td>

</tr>

<tr>

<td>COMP 3150</td>

<td>Cobol Programming</td>

<td>MW</td>

<td>11:10-12:35</td>

<td>MH13</td>

<td>Dr. Ab</td>

</tr>

<tr>

<td>COMP 4700</td>

<td>Algorithms</td>

<td>TR</td>

<td>12:45-2:10</td>

<td>MH13</td>

<td>Dr. E</td>

</tr>

<tr>

<td>COMP 4280</td>

<td>Web based Appl Development</td>

<td>TR</td>

<td>2:20-3:45</td>

<td>MH10</td>

<td>Dr. Gu</td>

</tr>

</table>

</div>

</body>

</html>

Khim_a1_htmlBasic.html

<!DOCTYPE html>

<html>

<style type="text/css">

.d1{

text-align: center;

border:solid blue 2px;

padding: 20px;

margin: 12px;

font-family:Helvetica

}

.d2{

text-align: center;

border:solid green 2px;

padding: 20px;

margin: 12px;

font-family:Helvetica

}

.d3{

text-align: center;

border:dashed yellow 2px;

padding: 20px;

margin: 12px;

font-family:Helvetica

}

span{

font-family: sans-serif;

font-size: 30px;

color:grey;

}

a{

margin-left:50%;

font-style: italic;

font-family: Arial;

}

</style>

<body>

<div class="d1">

<p><strong><span>Paragraph 1 :</span> </strong>

The first time I wrote a short story I ripped off Stephen King. His first collection, “Night Shift,” came out in 1978. I didn’t read it then; I was only 6. But I picked it up and devoured it at some point, reading and rereading until the cover wore thin and fell off. By the time I’d turned 12 I felt sure I wanted to be a writer — a horror writer — and “Night Shift” became my template.

</p>

</div>

<div class="d2">

<p><strong><span>Paragraph 2 :<span> </strong>

The second story in the collection, “Graveyard Shift,” is about a guy who gets work at a textile mill in a small town in Maine. One night his boss commands a crew of men to help him clean out the basement of the mill, a place that hasn’t been touched in decades. The men descend to discover that rats have turned the basement into their kingdom; the farther they travel into the bowels of this underworld, the bigger and weirder the rats become. Finally, they discover the mother of these mutations, a rat as big as a cow. Things don’t go well.

</p>

</div>

<div class="d3">

<p><strong><span>Paragraph 3 :<span> </strong>

Cupid might as well have hit me with an arrow. I immediately set about plagiarizing the thing.

</p>

</div>

<hr>

<a href="HA_A1_htmlBasic.html" target="_blank" > Link to HA_A1_htmlBasic.html </a>

</body>

</html>

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