-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathb.html
More file actions
30 lines (30 loc) · 1.76 KB
/
Copy pathb.html
File metadata and controls
30 lines (30 loc) · 1.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Researching for a Debate</title>
<style>
body { font-family: Arial, sans-serif; background: #e9ecef; padding: 20px; }
.container { max-width: 600px; margin: auto; background: white; padding: 20px; border-radius: 5px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
.button { font-family: Arial, sans-serif; background: blue; padding: 20px; text-align: right; }
h1 { text-align: center; }
h6 { text-align: center; }
</style>
</head>
<body>
<div class="container">
<h1>Step 1: Create a Research Question<br></h1>
<p>Creating a research question is a key step in being a successful debater. To create a good one, start with the question: what am I researching? Then, you are able to expand on the topic, adding who/what/when/where/how/why to the question. Finally, ensure that your question is answerable. Sometimes questions are too hard to answer and have to be dropped.<br><br></p>
<h1>Step 2: Avoid Questionable Research Practices<br></h1>
<p>Make sure all of your sources are reliable before gathering evidence and data from them. Make sure to save them somewhere so that you know where your sources came from. Make sure to cite them in the text or at the end.<br><br></p>
<h1>Step 3: Report and Put Together All Findings<br></h1>
<p>Finally, put together your findings into one, single report with every little detail you want to include.</p>
</div>
</body>
<div class="button">
<a href="c.html"><button>Next</button></a>
<a href="a.html"><button>Back</button></a>
<a href="homepage.html"><button>Home</button></a>
</div>
</html>