tokio
05-31-2009, 10:41 PM
I'm trying to style it in css, and found some code online can couldn't figure it out.
Css
<style type="text/css">
a[title] {
border: 2px solid black;
}
</style>
Html
<p><a href="http://www.google.com" title="this is Google's website"> Google</a></p>
Css
<style type="text/css">
a[title] {
border: 2px solid black;
}
</style>
Html
<p><a href="http://www.google.com" title="this is Google's website"> Google</a></p>