We're doing Agile today. we're doing this in groups. roles will be assigned in our group. I am the frontend developer. I code html and markdown and stuff, the visual stuff on a page.

<!DOCTYPE html>
<html>
    <body>
        <p style="color:red"> hello</p>
    </body>
</html>
  Input In [5]
    <!DOCTYPE html>
    ^
SyntaxError: invalid syntax

I don't think html works in notebooks