Hello!
I want to add some icons on my .html work. i tried to do like this, for example: <span class="icon-home"></span> (but nothing show)
Anyone can help me please?
Thanks in advance!
Elvi 0 Newbie Poster
Recommended Answers
Jump to Postthe html markup, <span class="icon-home">, doesnt nothing on its own to produce an icon (image). You would need to apply a style to the span.icon-home selector.
For example...here is one way to display an image for the span element with a class of "icon-home"
span.icon-home { background: …
All 2 Replies
JorgeM 958 Problem Solver Team Colleague Featured Poster
Elvi commented: thanks! +0
mattster 195 Practically a Master Poster Featured Poster
Elvi commented: THANK U SO MUCH! +0
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.