This forum is now read-only. Please use our new forums! Go to forums

0 points
Submitted by john wondernature
over 8 years

5/21 pls what am i doing wrong it keeps giving me oops try again

pls what am i doing wrong when i submit it keeps saying oops try again

<style></style>
 <h1>MEJOHTIPS</h1>
 <p>hi dudes am learning how to make my own web page,its lovely and pretty simple when code academy show you the way</p>
<p>its great to be back where i love so much</p><input type="email" placeholder="Email">
<input type="submit">

Answer 55dc99a3d3292f5b40000463

0 votes

Permalink

Hi john,

There is a work around for Firefox users for that exercise. You will find it in this thread:

https://www.codecademy.com/forum_questions/5300cf5d8c1cccb549009c66

points
Submitted by Judy
over 8 years

Answer 55f5cd7b95e378f4760003c5

0 votes

Permalink

On that page (i.e. index.html), the only tag you should be seeing on line-one is the style tag. that is, <style> </style> You can cut the preceding content and past it later.

points
over 8 years