0
How Can i do the div(group) elements ? I have in div tree element : heading and tree link like Home, Portfolio. Thanks you.
Doing group elements : heading 3 and tree link Home and .... https://code.sololearn.com/W4sH5ZzKVVJt/?ref=app
1 Réponse
+ 1
I have trouble understanding your problem.
You have a div with 3 hyperlinks in it. Those links would work if the corresponding pages existed.
Are you looking for a way to show your portfolio in the sololearn code?
If you want to open a link outside the iframe, you can set target="_empty" in your "a" tag.