This forum is now read-only. Please use our new forums! Go to forums

banner
Close banner
0 points
Submitted by archanab
over 8 years

how do I create a link in css file.

head { display:”http://news.yahoo.com/fbi-recovers-private-emails-clinton-server-bloomberg-010345979.html“; } h1 { font-family:Verdana; } h3 { font-family:Courier; } p { color:purple; } /*CSS tab */

Answer 5605012f9113cb02a40004ff

1 vote

Permalink

What are you trying to achieve? you make links in html, not css:

<a href="http://news.yahoo.com/fbi-recovers-private-emails-clinton-server-bloomberg-010345979.html">click me</a>

here you can find more information about display property.

points
Submitted by stetim94
over 8 years

2 comments

archanab over 8 years

Thanks…I had realized my mistake.

stetim94 over 8 years

you’re welcome