Question

Write an HTML file that creates the following table on a web page. Important notes: 1....

Write an HTML file that creates the following table on a web page.
Important notes:
1. You should have to copy and paste the “HTML script” as your answer
to this question. DON’T take a screenshot for your HTML script. It
must be an editable script.
2. Take a screen shot for your output web page and paste it as a part of
your answer.

.

SEU COURSES

COURSE CLASS -ROOM INSTRUCTOR
IT 404 CLASS ROOM 1 DR ALI
CLASS ROOM 2 DR SAMEH
IT 405 CLASS ROOM 3 DR NOURA
CLASS ROOM 4 DR AHMED
THIS COURSE BELONG TO CAF
0 0
Add a comment Improve this question Transcribed image text
Answer #1

Html code:

<!DOCTYPE html> <!--declaration of html document -->
<html>
<head> <!-- header tag -->
<style>   
table, th, td{ <!--defining table border properties -->
border: 1px solid black;
border-collapse: collapse;
}
th{ <!-- defining table header text properties -->
text-align: left;
font-weight:normal;
}
</style>
</head>
<body>
<caption>SEU COURSES</caption> <!-- caption for table -->
<table style="width:40%">
<tr> <!-- defining table headers -->
<th>COURSE</th>   
<th>CLASS-ROOM</th>
<th>INSTRUCTOR</th>
</tr>
<tr> <!-- table elements -->
<td>IT 404</td>
<td>CLASS ROOM 1</td>
<td>DRALI</td>
</tr>
<tr>   <!-- table elements -->
<td></td>
<td>CLASS ROOM 2</td>
<td>DR SAMEH</td>
</tr>
<tr>  <!-- table elements -->
<td>IT 405</td>
<td>CLASS ROOM 3</td>
<td>DR NOURA</td>
</tr>
<tr> <!-- table elements -->
<td></td>
<td>CLASS ROOM 4</td>
<td>DR AHMED</td>
</tr>
<tr> <!-- table elements -->
<td></td>
<td>THIS COURSE BELONG TO CAF</td>
<td></td>
</tr>
</table>
</body>
  
</html>

Output:

tab.html X C Write An HTML File That Creates x G <!DOCT E C:\Users\Rj\Desktop\tab.html . - Sublime Text (UNREGISTERED) File E

Add a comment
Know the answer?
Add Answer to:
Write an HTML file that creates the following table on a web page. Important notes: 1....
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • For milestone #1, we will start the CARIT site with three static HTML pages and a...

    For milestone #1, we will start the CARIT site with three static HTML pages and a CSS file. Create a dedicated folder for this project. This folder should contain all related files in this project. The future milestones are cumulative and built directly on top of your prior work. Function/content requirements: A home page named “index.html”, which include these contents at least: Description of the center. You may reference the example sites. Latest news: use list tags; make up some...

  • Question 1.Write a SQL statement for each of the following questions based on the above tables...

    Question 1.Write a SQL statement for each of the following questions based on the above tables (50 Points). 1) Create “Enrollment” table. 2) Change the credits of “Database” course from 2 to 3. 3) List the course titles (not Course_No) and grades John Doe had taken. 4) Calculate average of Café Balance, and name new field as Average Balance. 5) Create a roster for “Database” course (list student ID, last name, first name, major, and status for each student enrolled...

  • And there was a buy-sell arrangement which laid out the conditions under which either shareholder could...

    And there was a buy-sell arrangement which laid out the conditions under which either shareholder could buy out the other. Paul knew that this offer would strengthen his financial picture…but did he really want a partner?It was going to be a long night. read the case study above and answer this question what would you do if you were Paul with regards to financing, and why? ntroductloh Paul McTaggart sat at his desk. Behind him, the computer screen flickered with...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT