HTML: Lesson 12 - Project 2 (My Colleges)




Project 1 – my picture

The assignment for this project is to create a web page using the tags that we have learned thus far. This includes the Tables<table> , Unordered Lists <ul> and Ordered Lists < ol>.  
Please note that the answer will be given on the next page.  So try to do this on your own. Referencing  what you have learned is alright and acceptable because in the real world many professional developers use references.
Create the HTML skeleton.   The title should be “My Colleges”  ( between the head tag).  
In the body.  Create the title  “Yourname’s Web Page” ( for example “John’s Report Card”) with the biggest heading tag.
Add your photo.  

Create a table with the headers <th> as Teacher, Subject , Grade. Then list each teachers name per row.

example:
Teacher Subject Grade
Mrs. Jackson Chemistry A
Mr. Solomon Algebra B
Mrs. Bonitas Spanish Lang I A+

then create an ordered list <ol>with the top 3 college choices:
<li> Princeton</li>
<li> Harvard</li>

<li> Yale</li>

then create an Unordered list <ul>with three colleges that you would go to should you not get accepted to the colleges mentioned above:

<li> Queens College</li>
<li> St. John's</li>

<li> Baruch College</li>


TRY THIS ON YOUR OWN THE ANSWER IS ON THE NEXT PAGE. YOU MAY USE ANY REFERENCE TO ACHIEVE THE SOLUTION!!

l>

0 comments:

TUTORIALS

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

Labels