Web Development: Identify ten (10) HTML tags that are valid only for HTML5. Use the HTML below and demonstrate the use of these tags in a valid and semantically verified way:                           My App signup Login                                           App Tagline   Description of feature Description-1 Description-2 Description-3   Description of feature Description-1 Description-2 Description-3                                   Box 1 heading             Box 2 Heading                         Box 3 heading             Box 4 Heading                               2010 copyright wireless examples

New Perspectives on HTML5, CSS3, and JavaScript
6th Edition
ISBN:9781305503922
Author:Patrick M. Carey
Publisher:Patrick M. Carey
Chapter2: Getting Started With Css: Designing A Website For A Fitness Club
Section2.1: Visual Overview: Css Styles And Colors
Problem 7QC
icon
Related questions
Question

Web Development:

Identify ten (10) HTML tags that are valid only for HTML5. Use the HTML below and demonstrate the use of these tags in a valid and semantically verified way:

<!DOCTYPE html>

<html>

   <head>

      <style>

         table, th, td {

            border: 1px solid black;

         }

      </style>

   </head>

 

   <body>

      <h1><p style="text-align:left;">My App</p></h1> <p style="text-align:right;"> <a href="url">signup</a> <a href="url">Login</a> </p>

 

      <table>

         <tr>

            <th><img src="1.jpg" width="200" height="80"></th>

            <th> <h2> App Tagline</h2>

<ul>

  Description of feature

<li> Description-1</li>

<li> Description-2</li>

<li> Description-3</li>

  Description of feature

<li> Description-1</li>

<li> Description-2</li>

<li> Description-3</li>

  </ul>

</th>

         </tr>

         <tr>

            <td><h3>Box 1 heading</h3></td>

            <td><h3>Box 2 Heading</h3></td>

         </tr>

 <tr>

            <td><h3>Box 3 heading</h3></td>

            <td><h3>Box 4 Heading</h3></td>

         </tr></table>

        

           <p style="text-align:right;">2010 copyright wireless examples</p>

Expert Solution
steps

Step by step

Solved in 3 steps

Blurred answer
Knowledge Booster
Table
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
New Perspectives on HTML5, CSS3, and JavaScript
New Perspectives on HTML5, CSS3, and JavaScript
Computer Science
ISBN:
9781305503922
Author:
Patrick M. Carey
Publisher:
Cengage Learning