Question

Question are based on THML code below. Read the code and then answer questions after it...

Question are based on THML code below. Read the code
and then answer questions after it
<html>
<head><title>First Web Page</title></head>
<body bgcolor="#310AFC" >
<table border="1" width="700" height="600" bgcolor="#1A88BC" align="right">
<tr>
<td ><font size="4" color="blue">This is Cell 1</font> </td>
<td bgcolor="#FCBB8C"><h2 align="left">This is a heading</h2></td>
<td><font size="4" color="red">There is a list below</font>
<ul><li>Item 1</li><li>item 2</li></ul>
</td>
<td><img src="2.jpg" width="100" height="100" border="1" /></td>
</tr>
<tr>
<td>This is <a href="http://www.yahoo.ca">a link to Yahoo</a></td>
<td><table border = "1" width="190" height="110" bgcolor="#FD8B08">
<tr><td>inside 1</td><td>inside 2</td></tr>
<tr><td colspan="2">inside 31</td></tr>
</table> </td>
<td>
<dl><dt>URL</dt><dd>Universal Resource Locator. A web address</dd>
<dt>XHTML</dt><dd>A language used to create a <a href="detail.html">hypertext</a>
document for the Web</dd>
</dl>
</td>
<td><font face="Helvetica" size="5" color="#FADB08">This is cell 8 <br />
<blockquote> Rough decision tables</blockquote>
<blockquote> Rough decision tables were originally proposed by Pawlak. </blockquote>
<blockquote> In recent years, the hierarchies have been successfully applied to many
research areas. </blockquote></font>
</td>
</tr>
</table>
</body>
</html>
3

3.1. How many cells does the table have?
a). 5
b). 6
c). 7
d). 8

3.2. The background color of the table is_________
a). #310AFC
b). #1A88BC
c). #FADB08
d). #FCBD8C

3.3. How many list(s) does the table contain?
a). none
b). one
c). two
d). three
3.4. The typeface of the text in the cell 8 is _________
a). don't know
b). Helvetica
c). Times New Roman
d). Courier

3.5. Which statement about the heading(s) contained in the table is true?
a). The heading used in the table is <h2></h2>.
b). No heading in the table.
c). There are two headings in the table.
d). The heading is used a list in the table.

0 0
Add a comment Improve this question Transcribed image text
Answer #1

3.1. How many cells does the table have?
Answer: d). 8

------------------------------------------------------------


3.2. The background color of the table is_________
Answer: b). #1A88BC

------------------------------------------------------------

3.3. How many list(s) does the table contain?
Answer: c). two
[This includes the unordered list (Item1, Item2) and also the definition list in Cell 7 (URL, XHTML)]
------------------------------------------------------------

3.4. The typeface of the text in the cell 8 is _________
Answer: b). Helvetica

------------------------------------------------------------

3.5. Which statement about the heading(s) contained in the table is true?
Answer: a). The heading used in the table is <h2></h2>.

Add a comment
Know the answer?
Add Answer to:
Question are based on THML code below. Read the code and then answer questions after it...
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
  • <!DOCTYPE html> <html> <head> <title>Products</title> <style> .heading { text-align: center; font-size: 40px; } #menu { text-align:...

    <!DOCTYPE html> <html> <head> <title>Products</title> <style> .heading { text-align: center; font-size: 40px; } #menu { text-align: center; } #menu li { display: inline; font-size: 26px; margin-left: 20px; } .container{ overflow: hidden; margin: 30px; } img { float: left; width: 40vh; height: 40vh; margin-left: 10%; } table { float: right; margin-right: 10%; } table, th, td { border: 1px solid black; border-collapse: collapse; } th, td { font-size: 26px; padding: 10px; text-align: left; } a { color: black; } a:visted {...

  • How do I get my HTML and CSS to look similar to this mockup? HTML: <!DOCTYPE...

    How do I get my HTML and CSS to look similar to this mockup? HTML: <!DOCTYPE html> <html lang="en"> <head>     <meta charset="UTF-8">     <meta name="viewport" content="width=device-width, initial-scale=1.0">     <title>nitro site</title>     <link href="css/main.css" rel="stylesheet"/> </head> <body>     <header class="header">     <section class="navlist">         <img class="logo" src="assets/logobeans.png"/>         <h2 class="headertitle">nitro</h2>     <nav>         <ul>             <li><a href="index.html" target="_parent">About</a></li>             <li><a href="/html/menu.html" target="_blank">Menu</a></li>             <li><a href="/html/menu.html">Shop Now</a></li>         </ul>     </nav>     </section>     <section class="headerContainer">         <h1 class="heading">Nitro Coffee</h1>         <p class="productDesc">Coffee is a brewed drink prepared from roasted coffee beans, the seeds of berries from certain Coffea species.</p>...

  • Hello Ive been tryting to add the CDN of jquery to my html code and I...

    Hello Ive been tryting to add the CDN of jquery to my html code and I keep getting an error Need help with this : ​​ Navigate to www.code.jquery.com in your Chrome browser. On this page, you'll find different stable versions of jQuery. Select uncompressed for jQuery Core 3.3.1. Copy the <script> tag that is given to you. In store_hours.html, paste that tag directly above your body's closing tag. This is the jQuery CDN. After you paste this code into...

  • Hi, trying to arrange the fourth photo under media tab for a mock web page. I'm...

    Hi, trying to arrange the fourth photo under media tab for a mock web page. I'm trying to figure out how to get the 'planned stadium' photo to be shifted to the right and parallel to the 'Ground View 2018' picture. Below is the attached code and thanks for your help: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta content="text/html; charset=utf-8" http-equiv="Content-Type" /> <meta name="author" content="Ian Kusnadi" /> <title>Tottenham Spurs Fan Page</title> </head> <style type="text/css"> a:link...

  • I have to make a pixel art maker using javascript. HTML and CSS were already provided....

    I have to make a pixel art maker using javascript. HTML and CSS were already provided. I only had to do the JavaScript part. Every time I run the HTML folder nothing happens when I choose the width, height, and color. This is my code: (ONLY JS IS SUPPOSED TO BE FIXED). JS: // Select color input // Select size input const colorPicker = document.getElementsById('colorPicker'); const rowNum = document.getElementsById('inputHeight'); const cellNum = document.getElementById('inputWidth'); const pixelCanvas = document.getElementById('pixelCanvas'); const form =...

  • As part of this assignment we are using the base Gallery HTML and writing JavaScript code...

    As part of this assignment we are using the base Gallery HTML and writing JavaScript code that will: 1) preload the images provided to us, 2) Create rollover functionality for each of the thumbnails in your image gallery 3) Use appropriate images found in the images folder. 4) Write developer comments to describe the variables being declared and explain the functions and logical blocks of JavaScript code pertaining to the gallery. I know it has to be an external JS...

  • i'm having trouble with 1 and 3 using html, javascript and jquery 1) Change the "Search"...

    i'm having trouble with 1 and 3 using html, javascript and jquery 1) Change the "Search" link on the left to a button that when clicked, hide all the fields on the form and display the text "This is a search feature..." 3) When the user fills the form and clicks "Login", the values inputted should be displayed in the empty row (under Login) of the page. The display should be in the form: Student ID: <input value> Student Name:...

  • Head, Foot, Body Add a thead row group element containing two rows. In the first row,...

    Head, Foot, Body Add a thead row group element containing two rows. In the first row, insert five thelements containing the text shown in the image in the Introduction section. The first heading cell should span two rows. In the second row, add four headings cells containing the prices of the plans shown in the image in the Introductionsection. Use a br element to display the price information on two separate lines. Add a tfoot row group element containing a...

  • I cant seem to get the CSS at the bottom of this HTML to work. <!doctype...

    I cant seem to get the CSS at the bottom of this HTML to work. <!doctype html> <html lang="en"> <head> <!--Madison McCuiston--> <meta charset="utf-8"> <title>Amelie Boulangerie</title> <link href="style.css" rel="stylesheet" type="text/css"> </head> <body> <div id="wrapper"> <header>Amelie Boulangerie</header> <!-- change this to header tag --> <nav> <ul> <li><a href="index.html">Home</a></li> <li><a href="pastries.html">Pastries</a></li> <li><a href="events.html">Events</a></li> <li><a href="contact.html">Contact</a></li> </ul> </nav> <main> <H2>Experience the Difference</H2> <p><span class="bakery">Amelie Boulangerie</span> is the master of flavor combinations.The jewel-colored macarons come in the most tempting of flavors. Experience the difference...

  • You will use your text editor to create a table and apply table styles. First, you...

    You will use your text editor to create a table and apply table styles. First, you insert a table element. Next, you add a table caption, table rows, table headers, and table data. Then, you create style rules to format the table. Work with the apply08.html file and the applystyles08.css file. You will also use professional web development practices to indent, space, comment, and validate your code. 3. In the apply08.html file, add a table element within the main element....

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