Html: Lesson 13 - Project 2 (Solution)


<!DOCTYPE html>  
<html>
<head>     
 <title>     My Report Card              </title>
</head>

<body>
<H1> John’s Report Card</H1>
<img src=”JohnPhoto.jpg”> </img>
<br>
<table border="1" style="width:100%">
<tr> <th>Teacher</th> <th>Subject</th> <th>Grade</th> </tr> <tr> <td>Mrs. Jackson</td> <td>Chemistry</td> <td>A-</td> </tr> <tr> <td>Mr. Solomon</td> <td>Algebra II</td> <td>B</td> </tr> <tr> <td>Ms. Bonitas</td> <td>Spanish Lang II</td> <td>A+</td> </tr> </table>
 <br /> <br/>
<h2>My top three college  choices are : </h2>
<ol>
<li> Princeton</li>
<li> Harvard</li>
<li> Yale</li>
</ol>


<h2>in the event i don't get into any of the above mentioned colleges then i can go to anyone of the following colleges: </h2>
<ull>
<li> Queens College</li>
<li> St. John's</li>
<li> Baruch College</li>
</ul>
</body>
</html>

0 comments:

TUTORIALS

  • HTML
  • CSS
  • Javascript
  • JQuery
  • PHP
  • MySQL

Labels