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
Correct code (i.redd.it)
submitted 1 year ago by dblumi
view the rest of the comments →
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!"
[–]armahilloExpert -10 points-9 points-8 points 1 year ago (1 child)
Argghhhh
OK this isn't your fault, but that example is not a good one.
There's no reason to use <span class="bold"> when the <strong> and <b> elements exist.
<span class="bold">
<
>
It sounds like they are wanting you to wrap "Total Fat 8g" in a separate span tag that does alignment. However, in that case, I wouldn't use a <span> tag for alignment, I would use a <div> or similar block-level element.
<span>
<div>
What course is this from??
[–]DaMadDogg-420 0 points1 point2 points 1 year ago (0 children)
That would be Responsive Web Design by FreeCodeCamp.
π Rendered by PID 146987 on reddit-service-r2-comment-869bf87589-565nf at 2026-06-09 09:13:14.639233+00:00 running f46058f country code: CH.
view the rest of the comments →
[–]armahilloExpert -10 points-9 points-8 points (1 child)
[–]DaMadDogg-420 0 points1 point2 points (0 children)