Sign in
Log inSign up
Omotola Shogunle

14 comments

Bolaji Ayodeji
Bolaji Ayodeji
Sep 4, 2020

Really insightful, thanks for sharing!

5
1 reply
Omotola Shogunle
Omotola Shogunle
Author
Sep 4, 2020

Thank you Bolaji Ayodeji

1
Victoria Lo
Victoria Lo
Sep 3, 2020

Yayy another amazing article!

4
1 reply
Omotola Shogunle
Omotola Shogunle
Author
Sep 3, 2020

Thank you so much 鉂わ笍

Tapas Adhikary
Tapas Adhikary
Sep 3, 2020

Awesome series!

1
1 reply
Omotola Shogunle
Omotola Shogunle
Author
Sep 3, 2020

Thank you 馃槉

Deactivated User
Deactivated User
Deactivated User
Sep 3, 2020

Very properly explained, thanks. Just what I've been looking forward to understand better.

1
5 replies
Omotola Shogunle
Omotola Shogunle
Author
Sep 3, 2020

Great I am glad this was helpful 馃槉

Deactivated User
Deactivated User
Deactivated User
Sep 3, 2020

Please could the HTML, CSS file be provided, I'll like to take the challenge. Omotola Shogunle

Omotola Shogunle
Omotola Shogunle
Author
Sep 4, 2020

Jome Favourite Here is the HTML FILE

<!DOCTYPE html>

<html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <link rel="stylesheet" href="cdnjs.cloudflare.com/ajax/libs/skeleton/2.…" /> <link rel="stylesheet" type="text/css" href="app.css"> <title>Book List</title> </head> <body> <div class="container"> <h1>Student Registry</h1> <form id="student-form"> <div> <label for="title">Name</label> <input type="text" id="name" class="u-full-width" autocomplete="false"> </div> <div> <label for="author">Email</label> <input type="text" id="email" class="u-full-width"> </div> <div> <label for="isbn">Address</label> <input type="text" id="address" class="u-full-width"> </div> <div> <label for="isbn">Course</label> <input type="text" id="course" class="u-full-width"> </div> <div> <input type="submit" value="Submit" class="u-full-width"> </div> </form> <table class="u-full-width"> <thead> <tr> <th>Name</th> <th>Email</th> <th>Address</th> <th>Course</th> </tr> </thead> <tbody id="student-list"></tbody> </table> </div> <script src="app.js"></script> </body> </html>

I didnt have a css file because I used a css library called skeletion which has the link attached to the HTML file

1
Deactivated User
Deactivated User
Deactivated User
Sep 4, 2020

okay thanks, ill try the challenge Omotola Shogunle

1
Deactivated User
Deactivated User
Deactivated User
Sep 4, 2020

Done with the challenge, I'll try not to use OOP concept to achieve the same result and then compare. Jome Favourite

Olushesi Toheeb
Olushesi Toheeb
Sep 11, 2020

God Bless you! for this very insightful!

1
Eslam Ahmed
Eslam Ahmed
Aug 29, 2021

Great article, I have referd it at my last article. hope to know your opinion