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 ....🤔🤔😔😔
4 odpowiedzi
+ 3
Can you show us your code ?
+ 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 ^^
0
Yes !that's both code are get public you can see
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