whats the wrong with my

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question

whats the wrong with my html code ?

html"

<html>

<head>

<meta charset="UTF-8" />

<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel ="shortcut icon" href="/assets/images/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="1.css" />
<title>books </title>

 


</head>

<body>

 

<br>

<label class="index">  library page </label>

<br clear="all">

<br><br>
<article class="box1">
    <section id="books page">
            <form method="POST" action="/booklist">
            </form>
<label class="books" for="BOOKS" title="BOOKS">
                     《tomandjerry》 author tom &nbsp;&nbsp;&nbsp;<input type="checkbox" name="BOOK1" id="1111" value="tomand jerry by tom ">
                </label>
                <br clear="all">
<label class="books" for="BOOKS" title="BOOKS">
                     《THIS IS A BOOK LIST 》 author LIST  &nbsp;&nbsp;&nbsp;<input type="checkbox" name="BOOK1" id="1111" value="tomand jerry by tom ">
                </label>
<br clear="all">
</label>
<label class="books" for="BOOKS" title="BOOKS">
                     《MARKHAM》 author MARK &nbsp;&nbsp;&nbsp;<input type="checkbox" name="BOOK1" id="1111" value="tomand jerry by tom ">
                </label>
<br clear="all">
</label>
<label class="books" for="BOOKS" title="BOOKS">
                     《DONT GO ANYWHERE 》 author ANNY &nbsp;&nbsp;&nbsp;<input type="checkbox" name="BOOK1" id="1111" value="tomand jerry by tom ">
                </label>
<br clear="all">
</label>
<label class="books" for="BOOKS" title="BOOKS">
                     《SDRWGB》 author GHI &nbsp;&nbsp;&nbsp;<input type="checkbox" name="BOOK1" id="1111" value="tomand jerry by tom ">
                </label>
<br clear="all">
</label>
</label>
<label class="books" for="BOOKS" title="BOOKS">
                     《BOOK LIST 1 》 author KOLG &nbsp;&nbsp;&nbsp;<input type="checkbox" name="BOOK1" id="1111" value="tomand jerry by tom ">
                </label>
<br clear="all">
</label>
<label class="books" for="BOOKS" title="BOOKS">
                     《BOOK LIST 2》 author KOWLG &nbsp;&nbsp;&nbsp;<input type="checkbox" name="BOOK1" id="1111" value="tomand jerry by tom ">
                </label>
<br clear="all">
<label class="books" for="BOOKS" title="BOOKS">
                     《ANNY BOOKS 》 author JUMP &nbsp;&nbsp;&nbsp;<input type="checkbox" name="BOOK1" id="1111" value="tomand jerry by tom ">
                </label>
<br clear="all">
</label>
                </label>
<br clear="all">
</label>
<label class="books" for="BOOKS" title="BOOKS">
                     《HOW TO RUN 》 author RUN &nbsp;&nbsp;&nbsp;<input type="checkbox" name="BOOK1" id="1111" value="tomand jerry by tom ">
                </label>
<br clear="all">
</label>
</label>
<label class="books" for="BOOKS" title="BOOKS">
                     《HOW TO SWIM》 author SWIM &nbsp;&nbsp;&nbsp;<input type="checkbox" name="BOOK1" id="1111" value="tomand jerry by tom ">
                </label>
<br clear="all">
</label>
</label>
<label class="books" for="BOOKS" title="BOOKS">
                     《HOW TO JUMP 》 author JUMP &nbsp;&nbsp;&nbsp;<input type="checkbox" name="BOOK1" id="1111" value="tomand jerry by tom ">
                </label>
<br clear="all">
</label>
</div>
<br>
<br>
<br>
<br>
<button id="borrow" disabled="">borrow</button>
</div>

 
 
<article class="box2">
    <section id="loggedUser">
            <form method="POST" action="/logout">
                <label id="logName">{{username}}</label>
                <button id="logOut">Log Out</label>
            </form>
<br>
<br>
<br>
<button id="return" disabled="">return</button>
        </section>

</div>

</body>

</html>

</html>

--------------

css

article.box1
{    
background-color: black
    border: 15px 
    color: blue;
    height: 600px;
    padding-top: 10px;
    position: absolute;
    left: 50px;
    text-align: center;
    top: 150px;
    width: 350px;
    
}

article.box2

    background-color: black
    border: 15px 
    color: blue;
    height: 600px;
    padding-top: 10px;
    position: absolute;
    right: 150px;
    text-align: center;
    top: 150px;
    width: 350px;
}

button#borrow

    border-color: white;
    bottom: 10px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 350px;
}


 button#return
{
    border-color: white;
    bottom: 10px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 350px;
}

-------------

it runs like this 

 

library page
(tomandjerry) author tom
(THIS IS A BOOK LIST > author LIST
(MARKHAM) author MARK
(DONT GO ANYWHERE > author ANNY
(SDRWGB) author GHI
(BOOK LIST 1 > author KOLG
(BOOK LIST 2) author KOWLG
(ANNY BOOKS> author JUMP
(HOW TO RUN > author RUN
(HOW TO SWIM) author SWIM
(HOW TO JUMP ) author JUMP
borrow
{{username}} Log Out
return
Transcribed Image Text:library page (tomandjerry) author tom (THIS IS A BOOK LIST > author LIST (MARKHAM) author MARK (DONT GO ANYWHERE > author ANNY (SDRWGB) author GHI (BOOK LIST 1 > author KOLG (BOOK LIST 2) author KOWLG (ANNY BOOKS> author JUMP (HOW TO RUN > author RUN (HOW TO SWIM) author SWIM (HOW TO JUMP ) author JUMP borrow {{username}} Log Out return
Expert Solution
steps

Step by step

Solved in 3 steps

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY