<div class="scan"> <div class="fingerprint"></div> <h3>Scanning...</h3> </div> | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

<div class="scan"> <div class="fingerprint"></div> <h3>Scanning...</h3> </div>

Why is it not working. O/p only show scanning?

17th Mar 2022, 5:43 AM
Gulafsha Syed
7 Answers
+ 4
Looks like you're expecting output like this code https://code.sololearn.com/W1tZOTnyC38U/?ref=app If yes, check the CSS as well.
17th Mar 2022, 7:45 AM
Kashyap Kumar
Kashyap Kumar - avatar
+ 2
Gulafsha This is html which doesn't show tags on browser. Html show only contents. So here Scanning.. is content.
17th Mar 2022, 5:51 AM
A͢J
A͢J - avatar
+ 2
Gulafsha What do you want to achieve? replace > with &gt; and < with &lt; &lt;div class="scan"&gt; &lt;div class="fingerprint"&gt;&lt;/div&gt; &lt;h3&gt;Scanning...&lt;/h3&gt; &lt;/div&gt;
17th Mar 2022, 6:07 AM
A͢J
A͢J - avatar
+ 2
Just use <xmp> Your codes </xmp> Like this.... <xmp> <div class="scan"> <div class="fingerprint"></div> <h3>Scanning...</h3> </div> </xmp>
17th Mar 2022, 4:18 PM
Shailendra Maurya
+ 1
Kashyap Kumar Looks like he was trying to understand your code about why only showing scanning on screen.
17th Mar 2022, 4:48 PM
A͢J
A͢J - avatar
0
So What should I do so that it can show tags ?
17th Mar 2022, 5:54 AM
Gulafsha Syed
0
Okk thank you ... all
18th Mar 2022, 6:14 AM
Gulafsha Syed