Starting from:
$30

$24

Assignment 1 – HTML Basics Solution

Using HTML, create 2 pages (login.html and main.html) 
The login.html page should have 2 divs for the user to input:
    1. His username
    2. His password

    • Also, a button to submit the login information to the main.html page located in the same folder
(Make sure to have the appropriate text to guide the user).
The main.html page should have:
    • On overall div containing the entirety of the body content
        ◦ A table the entire width of the page with:
            ▪ An image on the left
            ▪ An unordered list of 5 animals in the center
            ▪ A paragraph describing your favorite of those animals on the right

Each page should have an appropriate title in the browser tab 
The main page should have a proper heading at the top of the page

More products