#๐Ÿ”’ First Actual day learning HTML. am i cooked?๐Ÿ˜…

27 messages ยท Page 1 of 1 (latest)

kindred elm
#

Did i do anything wrong

limpid troutBOT
#

@kindred elm

Python help channel opened

Remember to:

  • Ask your Python question, not if you can ask or if there's an expert who can help.
  • Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
  • Explain what you expect to happen and what actually happens.

:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.

kindred elm
#

dont get mad at me its my first time

#

idk what im doing tbh

rain roost
#

This is not a python question.

kindred elm
#

ik i just wanted some feedback.

alpine quail
blazing mica
#

@kindred elm ^^

alpine quail
blazing mica
#
<html>
  <head>
  </head>
  <body>
  </body>
</html>
coarse knot
#

you can't put something that is suposed to be in body, in head, and main doesn't exist. You usually put your code in body. In head, you can put a link command that connects your css code to your html code

kindred elm
#

bro i just started HTML and tbh idk what the hell im doing

hollow zenith
blazing mica
#

There is? Ouch.

kindred elm
#

man what da hell

kindred elm
#

i mean i only have the tag where the <title> is

blazing mica
kindred elm
#

i dont exactly know what you mean

blazing mica
#

Something like:

<html>
  <head>
    <title>title of the doc</title>
  </head>
  <body>
    text of the document
  </body>
</html>

Basicly the head holds metadata (title, properties etc) and the body holds the text.

kindred elm
limpid troutBOT
#
Python help channel closed for inactivity

This help channel has been closed. Feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.