Need some help on this Order list ?? Can't understand what I've done wrong.
For further actions, you may consider blocking this person and/or reporting abuse
Need some help on this Order list ?? Can't understand what I've done wrong.
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (3)
2 problems I can see:
<!DOCTYPE html>. This didn't prevent it from working for me, but is not good practice. I'd put the "moring routine" line after the opening<body>tag.PS, adding the #help tag to your DEV post might get more eyes on it.
Aside from the issue already started you have put that
<body>in the<head>.Also should probably wrap “morning routine” is a
<p>or<h1>tag in the<body>Needed some help pls?