0
I created a html file with a progress bar and only the html and progress bar shows. The javascript and css and status is missing
Two list items won't show up
18 RĂ©ponses
+ 3
<!DOCTYPE html>
<html>
<head> <h1>This is a practice blog</h1>
<title>Page Title</title>
</head>
<body>
<p>I'm learning to code with HTML, JAVASCRIPT and CSS. The status bar shows which courses I have completed. I'm unsure exactly what I want to do on the page, most likely it'll just be random code and things put together like a collage. </p>
<ol>
<li>HTML</li>
Status: <progress min="0" max="100" value"100" </progress></progress>
<li>JAVASCRIPT</li>
<progress min="0" max="100" value="25" </progress></progress>
<li>CSS</li>
<progress min="0" max="100" value="5" </progress></progress>
</ol>
<h3>Valuable Lessons</h3>
<p>I learned a really valuable lesson while I'm learning to code I should only use the playgroud on Sololearn to share my code for feedback, help, tips and so as I'm writting I can get corrections.</p>
</body>
</html>
+ 2
Tyler Eavey At line 10.
You havenât added the â=â sign after the attribute âvalueâ.
You also havenât added the â>â sign after <progress...
Does this fix it:
https://code.sololearn.com/W1EPURGkXnlC/?ref=app
+ 2
Yes! Amazing I can't believe I over looked that. Thank you.
+ 1
Good point. Sorry about that. I got all the tags from <html> to the end tag </html> so I'm only going to post where the list is. Is that ok?
+ 1
Holy cow I was typing the code into the playground to show you guys and the <progress min="" max="" value="" </progress></progress>. It worked! why do I need to end tags?
+ 1
Are you talking about about the word status before the progress bar?
https://code.sololearn.com/Wz6veH0VZe2h/?ref=app
+ 1
No I dont think the word status has to be there. but I got it to work kinda here is an update. I'm so confused how this happend.
+ 1
Any thoughts to make the first progress bar to stop moving?
+ 1
Tyler Eavey what do you mean by stop moving?
+ 1
On my screen in the progress bar the first under html. The progress in blue keeps bouncing back and forth.
+ 1
https://code.sololearn.com/WZo158XeXo05/?ref=app
Run this code.
+ 1
No the list is in the <ol>
+ 1
<ordered list> I put a status bar inside of the list.
0
Hi Tyler Eavey share the code with us so that it becomes easy for us to help you. Without looking at what you have done, it is difficult to propose a solution.
I might not be able to help but someone else will surely do.