dwlakes

Issues HTML

Jan 30th, 2022
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.98 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang = "en">
  3.   <head>
  4.       <meta charset="UTF-8">
  5.       <title>Calculations</title>
  6.       <link rel="stylesheet" href="indexIssuesAroundTheWorld1.css" />
  7.       <script src="modernizr.custom.05819.js"></script>
  8.   </head>
  9.    
  10.     <body>
  11.  
  12.   <div class = "header">
  13.     <div class="logoContainer">
  14.         <img src="https://1.bp.blogspot.com/-8v8vMhoxdJU/XnVcs5WHIyI/AAAAAAAAzNU/yxynDuNvX2g06728NtvKAs_KVhfD9MJmQCLcBGAsYHQ/s1600/world_flags_globe_2.gif"  width="80" height="80" alt="Spinning globe" />
  15.         <h1>Issues Around the World</h1>
  16.         <img src="https://1.bp.blogspot.com/-8v8vMhoxdJU/XnVcs5WHIyI/AAAAAAAAzNU/yxynDuNvX2g06728NtvKAs_KVhfD9MJmQCLcBGAsYHQ/s1600/world_flags_globe_2.gif"  width="80" height="80" style="visibility:hidden;" alt="Spinning globe"  />
  17.     </div>
  18. </div>
  19.  
  20. <nav>
  21.     <a href="indexIssuesAroundTheWorld1.html"
  22.            ><span class="nav">Home</span>&nbsp;&nbsp;&nbsp;</a>  
  23.             <a href="aboutWebSite.html"
  24.            ><span class="nav">About The Website</span></a
  25.            >&nbsp;&nbsp;&nbsp;<a href="aboutTheAuthor.html"
  26.            ><span class="nav">About The Author</span></a
  27.            >&nbsp;&nbsp;&nbsp;<a href="calculations.html"
  28.            ><span class="nav">Calculating the Issues</span></a
  29.            >&nbsp;&nbsp;&nbsp;<a href="contact.html"
  30.            ><span class="nav">Contact</span></a
  31.          >
  32.  
  33.     </nav>
  34.     <h1>Compare and Contrast</h1>
  35.  
  36.     <form action="/action_page.php">
  37.         <label><p><strong>Select countries to compare</strong></p>
  38.             <input type="checkbox" id="USA" name="USA" value="USA">United States<br>
  39.             <input type="checkbox" id="Romania" name="Romania" value="Romania">Romania<br>
  40.             <input type="checkbox" id="Venezuela" name="Venezuela" value="Venezuela">Venezuela<br>
  41.     </form>
  42.     <aside>
  43.         <p>Countries: <span id="countriesSelected"></span></p>
  44.      </aside>
  45.  
  46. <script src="issuesAroundTheWolrd.js"></script>
  47. </body>
  48. </html>
Advertisement
Add Comment
Please, Sign In to add comment