Tell us what’s happening:
Describe your issue in detail here.
**Your code so far**
/* file: index.html */
<!DOCTYPE html>
<html>
<head>
<title>Registration Form</title>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<h1>Registration Form</h1>
<p>Please fill out this form with the required information</p>
</body>
</html>
how exactly should i get rid of the horizontal scroll bar. by setting the body defauly margin… seams like i dont understand the english… please help me with a hint of the code if you can i will appreciate
And right after that the give you solution you need for this problem.
Also they give you some additional knowledge to think about:
EDIT. If you have some English-related confusion, try to point me to specific expressions/words you don’t understand. But be aware I’m not a native English speaker
And also I don’t think you need code example here, you need literally just set value to margin property for your body element selector , that will do it.