Advertisement
Guest User

Untitled

a guest
Dec 5th, 2016
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.80 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="pl-PL">
  3.     <head>
  4.         <link rel="stylesheet" href="../stylelab2.css" type="text/css">
  5.         <script type="text/javascript" src="lab2.js"></script>
  6.         <META charset="UTF-8">
  7.         <title>lab2 tabela</title>
  8.         <META NAME="Description" CONTENT="tables">
  9.         <META NAME="Keywords" CONTENT="tables">
  10.         <META NAME="Author" CONTENT="tables">
  11.     </head>
  12.     <body>
  13.         <a class="powrot" href="../lab2index.html">&lt;-----Powrót</a>
  14.         <p>Określ ilość studentów:</p>
  15.         <input type="text" name="userinput" id="userinput">
  16.         <input type="button" value="Generuj" id="createTable" onclick="createTable()">
  17.         <div id="generateTable"></div>
  18.         <a class="valid" href="https://validator.w3.org/nu/?doc=http%3A%2F%2Fvolt.iem.pw.edu.pl%2F~markiek1%2Flab2%2Ftable.html">HTML validation</a>
  19.     </body>
  20. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement