<Svg> tag used in nested tag? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

<Svg> tag used in nested tag?

When i tried to svg with circle in html inside body or article or section tag it not shows when run the code .... o tried many attempt . But in new page alone svg work properly ....what happens with this pleas help me ....🤔🤔😔😔

16th May 2021, 1:50 PM
Anuj Verma
Anuj Verma - avatar
4 Answers
+ 3
Can you show us your code ?
16th May 2021, 1:58 PM
TOLUENE
TOLUENE - avatar
+ 1
you must close your <progress> tag, else all that come after will be considered inside it, and so not displayed, as <progress> doesn't support any child content ^^
16th May 2021, 2:31 PM
visph
visph - avatar
0
Yes !that's both code are get public you can see
16th May 2021, 2:00 PM
Anuj Verma
Anuj Verma - avatar
0
<!DOCTYPE html> <html> <head> <base> </base> <meta> </meta> <link> </link> <title>anuj</title> </head> <body> <nav> <div> <ul> <li><div class=first> home </div> </li> <li> <div class=first> blog </div> </li> </ul> </div> </nav> <header> <h1> ANUJ KUMAR VERMA </h1> blogging tips for bigener <p> this is header tag and ther material</p> <audio src="audio.mp3" control loop> </audio> <audio> <source src="audio.mp3"control loop> </source> </au
16th May 2021, 2:02 PM
Anuj Verma
Anuj Verma - avatar