Освоение HTML / Атрибуты Style / Ошибка | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Освоение HTML / Атрибуты Style / Ошибка

Почти в конце 5 урока код отказывается принимать: style. Система отказывается принимать ответ, хотя он верный. Как обошли эту проблему?

5th Sep 2023, 2:19 PM
Timur Zagirov
Timur Zagirov - avatar
4 Answers
+ 2
Timur Zagirov #Make sure you have the correct syntax and that all opening and closing tags are properly closed. #Try refreshing the page. #If the issue persists, share your attempt(code) we will try to find out errors.
5th Sep 2023, 4:02 PM
Darpan kesharwani🇮🇳[Inactive📚]
Darpan kesharwani🇮🇳[Inactive📚] - avatar
+ 2
Timur Zagirov this is correct code.. But, Make sure to include the semicolon(;) after the "solid" value. if still error oucr, then take screen shots send here,without seeing no one can figure out what's going wrong..
6th Sep 2023, 8:53 AM
Darpan kesharwani🇮🇳[Inactive📚]
Darpan kesharwani🇮🇳[Inactive📚] - avatar
0
I wish I could attach an image here. <ul style="border: solid"> <li>Item A</li> <li>Item B</li> </ul> In this exercise, the system refuses to accept the "style" parameter, although this answer is correct.
6th Sep 2023, 8:35 AM
Timur Zagirov
Timur Zagirov - avatar
6th Sep 2023, 9:26 AM
Timur Zagirov
Timur Zagirov - avatar