Question

In: Computer Science

Create a table on one page of your site that has at least one colspan or...

Create a table on one page of your site that has at least one colspan or rowspan.


Style it with at least three selectors in your stylesheet. You can use element, class and/or ID. (Note: do not use deprecated HTML attributes - use CSS!)


Add at least two font stacks to your website including one web font from Google Fonts (Links to an external site.)


Use padding, margin, and border at least once each in your stylesheet.


Solutions

Expert Solution

<!DOCTYPE html>
<html>
<head>
<link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet'>
<link href='https://fonts.googleapis.com/css?family=Lato' rel='stylesheet'>
<style>
table td {
font-family: 'Roboto';font-size: 18px;
border: 1px solid red;
padding: 5px;
margin: 2px;
}

#header1{font-family: 'Lato';text-align:center;
}
.subheading{
font-family:'verdana'; text-align:center;
}
</style>
</head>
<body>

<h1 id="header1">Table title</h1>
<h3 class="subheading">- author </h3>
<table>
<tr>
<td colspan="2"> Col 1 heading
</td>
<td>
Col 2 heading
</td>
</tr>
<tr>
<td colspan="2">
Row 1 col 1
</td>
<td>Row 1 col 2</td>
</tr>
<tr>
<td>
Row 2 col 1
</td>
<td>Row 2 col 2</td>
<td>Row 2 col 3</td>
</tr>
</table>

</body>
</html>


Related Solutions

Design an activities page to make this web site complete. a.Use your imagination to create at...
Design an activities page to make this web site complete. a.Use your imagination to create at least four activities. b.Organize these activities in a table. c.Some activities are free but some may charge some fee. d.Once again, the correct resort title and navigation menu bar shall be included.e.Include an image for each activity. Make sure the images’ size are the same.f.When mouse hovers on any image, its size will be enlarged.
Create a Web Page that has the name of at least 10 brands of dog food,...
Create a Web Page that has the name of at least 10 brands of dog food, as well as an image of each dog food. Essentially your Web Page should have 10 names and 10 Images. Start by putting a Title (ex.Good Dog Eats) at the top, and use a line separator. Then add the dog food brand names and images. You will need to “borrow” the images from some other websites like https://www.petsmart.com/ or so. Use CSS padding property...
Create a visualization of a hash table containing at least 10 items using one of the...
Create a visualization of a hash table containing at least 10 items using one of the hash table collision techniques covered in this section. Fully describe the image and how the items came to be in their given positions.
Create a one page table to show the major similarities and differences between public and private...
Create a one page table to show the major similarities and differences between public and private sector. This should cover all areas not just finance e.g. HR, technology etc
2 -​Create the code to generate a web page that contains a table. The table should...
2 -​Create the code to generate a web page that contains a table. The table should have 4 ​columns and 4 rows. Each cell should be 100 pixels wide by 100 pixels high. The border ​should be 2 ​pixels.
Create a second page of your diagram (in the same file) and on it create a...
Create a second page of your diagram (in the same file) and on it create a Diagram 0 DFD of CSIES using the following information: The CSIES has within it the following processes and data store: PROCESS PAYMENT. This process interfaces with both the student and InsureRight Insurance Company. It receives the payment from the student and sends the payment to the InsureRight Insurance Company. It receives a receipt from the insurance company and sends a receipt to the student....
Using HTML: Create a Book of the Month Club Web site. The home page should describe...
Using HTML: Create a Book of the Month Club Web site. The home page should describe the current month's selection, including book title, author, publisher, ISBN, and the number of pages. Create separate Web pages for book selections in each of the last three months. Add links to the home page that opens each of the three Web pages. Save the home page as BookClub.html, and save the Web Pages for previous months using the name of the month. BOOK:...
what is the importance of LinkedIn? At least one page SUBJECT English
what is the importance of LinkedIn? At least one page SUBJECT English
1. What is globalization? At least one page SUBJECT: ANTHROPOLOGY
1. What is globalization? At least one page SUBJECT: ANTHROPOLOGY
Explain how an organization can create a healthy work site. answer in text please at least...
Explain how an organization can create a healthy work site. answer in text please at least 400 word
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT