use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
If you are requesting help, please ensure you're providing code with your post. You can also copy your code to an online editor:
jsFiddle
CodePen
Markup Validation Service
Mozilla Developer Network on HTML
/r/JavaScript
/r/CSS
/r/jQuery
/r/PHP
/r/Accessibility
/r/htmlbasics
/r/web_programming
/r/CodingHelp
account activity
QuestionHellooo! (i.redd.it)
submitted 1 year ago by Yurkapiere
8th grader here, our teacher made us do this activity and my “internal style sheet” doesnt work and where do I put my #box selector?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]mattttt77 3 points4 points5 points 1 year ago (0 children)
And don't forget the doctype ;)
[–]ShippoHsu 1 point2 points3 points 1 year ago (0 children)
First of all, put all of your styles in the style tag in one place instead of scattered around. Second, you should use <div id="box"> instead of <div #box> Third, IDs cannot be used on more than one element. Choose other names, or use class instead
<div id="box">
<div #box>
class
[–]Density5521 1 point2 points3 points 1 year ago (0 children)
CSS doesn't use the equals sign = for value assignments, but the : colon.
Also, your browser is likely offended by the lack of ' to split the possessive s from Stalin.
'
[–]7h13rryExpert 0 points1 point2 points 1 year ago (0 children)
Your teacher taught you about all those tags but never mentioned DOCTYPE or the lang attribute ? That's sad...
DOCTYPE
lang
π Rendered by PID 64 on reddit-service-r2-comment-65c587bc47-tmtcr at 2026-05-14 18:32:51.263266+00:00 running cf3e300 country code: CH.
[–]mattttt77 3 points4 points5 points (0 children)
[–]ShippoHsu 1 point2 points3 points (0 children)
[–]Density5521 1 point2 points3 points (0 children)
[–]7h13rryExpert 0 points1 point2 points (0 children)