<!DOCTYPE html> <html lang="en-US"> <head> <link rel="stylesheet" href= "register_css.css"> <meta charset="UTF-8"> <meta name="description" content="ICD0007 Project, Todo List"> <title> FAQ</title> </head> <body> <nav class="nav"> <a href = "web tech.html"> Index </a> <a href = "register.html"> Register </a> <a href = "create.html"> Create List </a> <a href = "view.html"> View List</a> <a href = "faq.html"> FAQ </a> </nav> <h2> Frequently Asked QUestions</h2> <p> How to use this website?</p> <p> The plan is, you can register at this website with your username and password, and create your own to-do list. And it will show your to-do list for the day each time you log in!</p> </body> </html>