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 | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
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

11th Mar 2020, 6:57 PM
Tyler Eavey
Tyler Eavey - avatar
15 Antworten
+ 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>
11th Mar 2020, 7:46 PM
Tyler Eavey
Tyler Eavey - avatar
+ 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
11th Mar 2020, 8:45 PM
Ginfio
Ginfio - avatar
+ 2
Yes! Amazing I can't believe I over looked that. Thank you.
11th Mar 2020, 8:46 PM
Tyler Eavey
Tyler Eavey - avatar
+ 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?
11th Mar 2020, 7:16 PM
Tyler Eavey
Tyler Eavey - avatar
+ 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?
11th Mar 2020, 7:28 PM
Tyler Eavey
Tyler Eavey - avatar
11th Mar 2020, 7:34 PM
Tyler Eavey
Tyler Eavey - avatar
+ 1
Are you talking about about the word status before the progress bar? https://code.sololearn.com/Wz6veH0VZe2h/?ref=app
11th Mar 2020, 7:43 PM
Ginfio
Ginfio - avatar
+ 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.
11th Mar 2020, 7:46 PM
Tyler Eavey
Tyler Eavey - avatar
+ 1
Any thoughts to make the first progress bar to stop moving?
11th Mar 2020, 8:05 PM
Tyler Eavey
Tyler Eavey - avatar
+ 1
Tyler Eavey what do you mean by stop moving?
11th Mar 2020, 8:06 PM
Ginfio
Ginfio - avatar
+ 1
On my screen in the progress bar the first under html. The progress in blue keeps bouncing back and forth.
11th Mar 2020, 8:41 PM
Tyler Eavey
Tyler Eavey - avatar
11th Mar 2020, 8:43 PM
Tyler Eavey
Tyler Eavey - avatar
+ 1
No the list is in the <ol>
12th Mar 2020, 4:28 PM
Tyler Eavey
Tyler Eavey - avatar
+ 1
<ordered list> I put a status bar inside of the list.
12th Mar 2020, 4:29 PM
Tyler Eavey
Tyler Eavey - avatar
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.
11th Mar 2020, 7:08 PM
Avinesh
Avinesh - avatar