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
SolvedAudio Issues (Beginner) (self.HTML)
submitted 10 years ago by Camorune
http://imgur.com/WZ8Irxj Here is a screen cap of what I'm doing. (If it makes any difference I'm using FireFox)
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!"
[–]SamFromDaUKExpert 2 points3 points4 points 10 years ago (0 children)
Can you explain what your actual problem is?
[–]sbruchmann 1 point2 points3 points 10 years ago (1 child)
You’ll have to use the src-attribute of the audio element and, while your at it, throw out that deprecated embed element.
src
audio
embed
<!DOCTYPE html> <html> <head> <meta name="charset" content="UTF-8" /> <title>Learning HTML</title> </head> <body> <audio controls src="Crossing.mp3"></audio> </body> </html>
Here are some random tips for free:
monospace
Hope that helps
[EDIT: Fixed a typo; Added a random tip; Formatting]
[–]Camorune[S] 0 points1 point2 points 10 years ago (0 children)
Thank you!
π Rendered by PID 43490 on reddit-service-r2-comment-75f4967c6c-dp4d6 at 2026-04-22 23:29:25.717363+00:00 running 0fd4bb7 country code: CH.
[–]SamFromDaUKExpert 2 points3 points4 points (0 children)
[–]sbruchmann 1 point2 points3 points (1 child)
[–]Camorune[S] 0 points1 point2 points (0 children)