Question

Add the following forms to the HTML grammar of Fig
0 0
Add a comment Improve this question Transcribed image text
Answer #1

// html tag

<html>   

//a) list item

<li>row</li>
<li>header</li>
<li>data</li>

//b) unordered list as well as ordered list

<ul>table cotains
<li>table row</li>
<li>table header</li>
<li>table data</li></ul>

// c) table elements sourrounded by subsequent table tags

<table>

<tr> // indicates row

// table headers
<th>first_column</th>
<th>second_column</th>
<th>third_column</th>
</tr>

<tr>

// table data
<td>a
<td>b
<td>c</td></tr>

<tr>
<td>A
<td>B
<td>C</td></tr>
</table>

</html>

file:///C:/User...sktop/html.html × \+ ← ) file:///C/Users/Personal/Desktop/html.html CSearch roW header data table cotains t

Add a comment
Know the answer?
Add Answer to:
Add the following forms to the HTML grammar of Fig. 5.13: A list item must be...
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
  • In oython 3. HTML supports ordered and unordered lists. An ordered list is defined using element ol and each item of th...

    In oython 3. HTML supports ordered and unordered lists. An ordered list is defined using element ol and each item of the list is defined using element li. An unordered list is defined using element ul and each item of the list is defined using element li as well. For example, the unordered list in file w3c html is described using HTML code ul> <li>Web for All</li> <li>Web on Everything</li> </ul- Develop class ListCollector as a subclass of HTML Parser...

  • 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...

  • 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...

  • Code for the movies page: <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />...

    Code for the movies page: <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <link rel="stylesheet" type="text/css" href="style.css" /> <title>Daniel's Movie Page</title> </head> <body> <a href="hobbies.html">Hobbies</a> <h1>Movies and Actors</h1> <ol> <li class="ol-list1">Gravity</li> <li>Avenger</li> <li>Marshal</li> <li>Interstellar</li> <li>Dark Knight</li> <li>Superman</li> </ol> <ul> <li class="ul-list1">Robet Downey jr.</li> <li>Sharuk Khan</li> <li>Ranbir Kapoor</li> <li>Sidhhart Malhotra</li> <li>Angela Joli</li> <li>Leonardo DiCaprio/li> </ul> <h2>Favorite Movie</h2> <p> <b>Gravity:</b> The movie portrayed what happens to an astronaut if he/she is pushed away from spaceship.It was terrifying how much...

  • New Perspectives on HTML5 and CSS3. Solve Chapter 13 Case Problem 3. mas_register.js "use strict"; /*...

    New Perspectives on HTML5 and CSS3. Solve Chapter 13 Case Problem 3. mas_register.js "use strict"; /* New Perspectives on HTML5, CSS3, and JavaScript 6th Edition Tutorial 13 Case Problem 3 Filename: mas_register.js Author: Date: Function List ============= formTest() Performs a validation test on the selection of the conference session package and the conference discount number calcCart() Calculates the cost of the registration and saves data in session storage    writeSessionValues() Writes data values from session storage in to the registration...

  • Design an original, professional web site following the specifications listed below. This web sit...

    Design an original, professional web site following the specifications listed below. This web site will be for a business you plan to set up for yourself or for someone else. The following is a detailed list of the requirements for your web site. READ them carefully. Instructions - Web Site Requirements for the web site: General: You will thoroughly test all your pages in more than one browser. All links MUST work. All graphics must show on the page. All...

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