+ 1
why my picture in my progam html and xss not look
3 ответов
0
Can you upload you code so I can have a look
0
if were dealing with html make sure that your code looks like this:
<img src=" " alt=""/>
<!--your image link will go between the " " thats right after src-->
<!--if you want to center your image you can do this two ways-->
<center><img src=" " alt=""/></center>
<!--or-->
<p align="center">
<img src=" "alt=""</p>
0
how ever if were talking about css i cant help with that