这似乎应该如此简单,但玩了几个小时我不知道如何让linkedIn和GitHub图像彼此相邻显示。
<h1>Contact Me:</h1>
<p>
<div>
<h2>School Email:</h2>
<a class="tabbed" href="mailto:me@email.com">me@email.com</a>
<br>
<br>
</div>
<div>
<h2>Check me out on:</h2> <span class="images">
<a href="http://www.linkedin.com/pub/john-doe" target="_blank"><img style="border:none; margin-top: 5px;" src="http://s8.postimg.org/6x5pyi5o1/Linkedinbutton.gif" alt="LinkedIn"></a><br><br>
<a href="https://github.com/johndoe" target="_blank"><img title="Check me out on GitHub!" style="border:none; margin-top: 5px;" src="http://s22.postimg.org/ujhomd9st/Git_Hub.png" alt="GitHub"></a><br><br>
</span>
</div>
<div>
<h2>School Address:</h2>
<p class="tabbed">Sandburg Residence Hall Box #S1993
<br>3400 N Maryland Avenue
<br>Milwaukee Wi, 53211
<br>
</p>
</div>
</p>
<p style="font-size:13px;">This page was created with the help and much thanks of <a href="http://code.google.com/p/how-to-create-tabs-in-html-using-jquery/downloads/detail?name=how-to-create-tabs-in-html-using-jquery.zip&can=2&q=s">this</a> tutorial.</p>