Need help | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Need help

Im in practicing CSS font and i got 2 problems. First : a letter in my paragraph is link. i did not embed any value on it but automaticlly it have an underline beneath it and i dont know why. my code is: <p>The<a href="http://en.wikipedia.org/wiki/Penguin" class="Penguin">Penguin....and without any css style. another code: <p class="credit"> by Ivy Duckett<p>. This one i have embbed an attribute is Text-align="right" and it did not work when i reload. Can someone explain for me?

12th Feb 2017, 2:42 PM
Luminous
Luminous - avatar
8 Answers
+ 12
1. a{text-decoration:none;}
12th Feb 2017, 2:44 PM
Valen.H. ~
Valen.H. ~ - avatar
+ 11
2. p{text-align:right;}
12th Feb 2017, 2:45 PM
Valen.H. ~
Valen.H. ~ - avatar
+ 9
~_~ …
12th Feb 2017, 2:48 PM
Valen.H. ~
Valen.H. ~ - avatar
+ 2
thank you, sir. And the second one. Pls!!!
12th Feb 2017, 2:46 PM
Luminous
Luminous - avatar
+ 2
thank you so much!!!
12th Feb 2017, 2:56 PM
Luminous
Luminous - avatar
0
Yea, by default, your links will have that underlined style. It's just up to your discretion to add -- a{text-decoration:none;} --
20th Feb 2017, 10:14 PM
Matthias Hamm
Matthias Hamm - avatar
0
1
24th Feb 2017, 10:18 AM
tanuj bisht
tanuj bisht - avatar
- 1
1 a{text-decoration:none}
15th Feb 2017, 5:45 PM
akash dighe
akash dighe - avatar