Javascript M Stuck Trying Understand Step 5 New Idea Things Programming Thank Dance Vii Q37120574

Javascript. I’m stuck trying to understand this. Fromstep #5 on. I am new to the idea all things Programming. Thankyou.

<!DOCTYPE html>
<html lang=”en”>
<head>
   <!–
    New Perspectives on HTML5 and CSS3, 7thEdition
    Tutorial 10
    Case Problem 2
   
    Harpe Gaming Product Page
    Author:
    Date:  

    Filename: hg_game.html
   –>
  
   <title>Dance Off VII</title>
   <meta charset=”utf-8″ />
   <link href=”hg_base.css” rel=”stylesheet”/>
   <link href=”hg_layout.css” rel=”stylesheet”/>

</head>

<body>
   <header>
      <img src=”hg_logo.png” alt=”HarpeGaming” />  
      <nav id=”top”>
         <ul>
           <li><a href=”#”>Find a Store</a></li>
           <li><a href=”#”>SpecialDeals</a></li>
           <li><a href=”#”>My Account</a></li>
         </ul>
      </nav>
      <div><input type=”text”placeholder=”Find Games, Consoles, and More” name=”gSearch”id=”gSearch” />
          <label for=”gSearch”><img src=”hg_search.png” alt=”search”/></label>
      </div>
      <nav id=”middle”>
         <ul>
           <li><a href=”#”>Xbox One</a></li>
           <li><a href=”#”>PS4</a></li>
           <li><a href=”#”>Xbox 360</a></li>
           <li><a href=”#”>PS3</a></li>
           <li><a href=”#”>PC</a></li>
           <li><a href=”#”>WiiU</a></li>
           <li><ahref=”#”>3DS</a></li>  
           <li><ahref=”#”>VR</a></li>                     
           <li><ahref=”#”>Others</a></li>            
        

OR
OR

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.