html - Photos that won't show up -


i'm developing website , when have these 5 or 6 social icons 2 show up.

using firefox's built-in dev console shows me 2 tags inside class="" element, this:

enter image description here

and when @ source code shows me there 1 tag inside class="" element, example:

enter image description here

and use css positioning them, , not other here.

you have import css sheet html document doing this:

<link href="linktocssfile" type="text/css" rel="stylesheet"> 

or using image files load photos?

edit:

change height , width of images 32 32px. first have add style attribute doing this:

<img src="https://www.logicaltrainers.com/gallery/html5css3.png" alt="" style="height: 32px; width: 32px"> 

see demo here


Comments

Popular posts from this blog

how to proxy from https to http with lighttpd -

android - Automated my builds -

python - Flask migration error -