Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.16 KB

File metadata and controls

25 lines (17 loc) · 1.16 KB

HTML Tables

Exercise 1

Create Web Pages like the following using tables:

Screenshot

Exercise 2

Create Web Pages like the following using tables:

Screenshot

Exercise 3

Create a Web Page like the following using forms:

Screenshot

Exercise 4

Create a Calculator-like table. You should use:

  • HTML5 form for the Calculator
  • Button for all the numbers and operators (+, -, etc.)
  • Textbox for the result
  • Do not make the same styles as the example

Screenshot