0
Html confusement
help me with this confusement.here the code: https://code.sololearn.com/W0QNSnxs7L5b/?ref=app the problem is,when i click "kaboom" its show nothing.it looks like when i click "kaboom" its looking www.sololearn.com in the folder.i want when i click kaboom,its directly to real www.sololearn.com website.how to do that? #sorry my bad english
1 Answer
+ 2
Your code;
<a href="www.sololearn.com" ><p><h1><b><sub>KAbOOM</sub></b></p></a>
You may want to try doing this instead;
<a href="http://www.sololearn.com" target="_blank" ><h1>Kaboom</h1></a>



