an anyone tell me why this isn't working????? {SOLVED}
can't get my html/css thing to work. here is my HTML: HTML <!DOCTYPE html> <html> <head> <title>my html program1</title> </head> <body> Your page-reading progress is:<progress min=0 max=50 value=5 /> <p class="par1"> Welcome to my first actual program!!! </p> <p><a href="https://www.msn.com/en-us/lifestyle/lifestyle-buzz/60-dad-jokes-that-are-actually-pretty-funny/ar-BB12Jt99"AwesomeDadJokes</a></p> </body> </html> and my CSS: CSS body { border-style: double; border: darkslategrey; font-variant: small-caps; background:-moz-linear-gradient(top-right, yellow, Lightblue, yellow);} a:hover{ cursor:pointer color: gray; } p.par1{ font-weight: bolder } and my output is only: Your page-reading progress is: and a status bar.