Created
May 19, 2011 02:21
-
-
Save ryuone/980051 to your computer and use it in GitHub Desktop.
a > divは駄目?
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset='utf-8' /> | |
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.js'></script> | |
<title>a > div</title> | |
</head> | |
<body> | |
<article class="section"> | |
<p> | |
<a href="http://www.google.co.jp/"> | |
<div > | |
<img src="http://www.google.co.jp/logos/classicplus.png" alt=""> | |
</div> | |
<span>Google</span> | |
</a> | |
</p> | |
</article> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment