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

0 points
Submitted by #LoveMakayla
about 10 years

I can't do this, can someone post there;s for me please?

<h1>Makayla</h1>
<p>Hi! I am learning how to make
my very own web page! I really like
dancing and singing and hanging out
with my friends.</p>
<input type="email" placeholder="Your email">
<input type="submit">
<style>

    h1 {
        text-align: center;
    }

    p {
        text-align: center;
    }
...
</style>
<body>
    <h1>#I'ma boss </h1>
    ...
    <input type="submit>
 <style>
    body {
        text-align: center;
    }
</body>  




</body>

Answer 52f46b607c82caab81000572

1 vote

Permalink

REMOVE THE P AND H1 TAGS THAT’S ALL

points
Submitted by AniruddhA
about 10 years

1 comments

#LoveMakayla about 10 years

thanks

Answer 530e12b0631fe9bee10001ca

0 votes

Permalink

that is not working

points
Submitted by Jaden Patel
about 10 years

Answer 531b5ac1548c35e3610026ef

0 votes

Permalink

Just in case anyone reading this is wondering, the lessons are building you up step by step so that your code will be in the following format. If you have gotten things out of whack, take a few minutes to tidy up. You may find that will be enough to sort out your problem.

<head>
    <style>
        all your CSS selectors go in here
    </style>
</head>
<body>
    all your HTML tags go in here
</body>
points
Submitted by Judy
about 10 years