<!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> &nbsp; &nbsp;
			<a href = "register.html"> Register </a>&nbsp; &nbsp;
			<a href = "create.html">  Create List </a>&nbsp; &nbsp;
			<a href = "view.html"> View List</a>&nbsp; &nbsp;
			<a href = "faq.html"> FAQ </a>&nbsp; &nbsp;
		</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>