我的HTML代码中的错误(某处?)

时间:2016-08-10 02:15:15

标签: html

我最近付了一个程序员来为我的网站创建一些HTML代码。我已经搞砸了(我知道,愚蠢!)它不再有效。

图像应该从灰色悬停到紫色图像,现在它根本不再徘徊。

<div align="center">
     <img src="/instagram+purple.png" style="display:none" />
     <a style="display:inline-block"
       onmouseout="$(this).find('img').attr(src="static1.squarespace.com/static/55b94761e4b0d425914723a8/t/…)  
</div>
   onmouseover="$(this).find('img').attr('src','static1.squarespace.com/static/55b94761e4b0d425914723a8/t/…;
   href="instagram.com/thedistancelive"; target="_blank"><img
   src="static1.squarespace.com/static/55b94761e4b0d425914723a8/t/…;
   style="border:none;height:50px; width:50px;">
<html>
 <head>
 <style>
   a {text-decoration: none; } a{color: #515253;}
   a.ex1:hover, a.ex1:active {color: #5d3984;}
 </style>
 </head>
 <body>
 <p><font color="#515253"><p><div
   style="font-family:blog_script; margin-top: -10px; margin-bottom: 0px"><a class="ex1"
   href="default.asp"><font size=" 5.5">@Thedistancelive</font></p>
 </a>
 </body>
 </html>

0 个答案:

没有答案