DEV Community

Discussion on: order list HELP!!

Collapse
 
cathodion profile image
Dustin King

2 problems I can see:

  1. You've got stuff above the <!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.
  2. It didn't work until I clicked the play button. Not familiar with Replit, so that might just be how they work.

PS, adding the #help tag to your DEV post might get more eyes on it.

Collapse
 
natonathan profile image
Nathan Tamez

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>