+ 1
Html (a href )need some help !
How can i change position link to center page ???
8 Respostas
+ 2
https://code.sololearn.com/Wue1I94XPqaP/?ref=app
Check both the html and css codes.
+ 2
You did it where? What is the issue?
+ 2
Notepad++ does not process html as far as I know. It's a tool to save code and be able to have highlited syntax.
In order to see it working, you need to use an internet browser.
+ 2
You can check this out!!
You will find how to make it only with a <a> tag and with a <button> tag
https://code.sololearn.com/W2UuQW28OcSW/?ref=app
+ 1
i do it but didnt work 🤷🏻♂️
+ 1
in notepad++
i write:👇🏻
<div id=“link-container”>
<a href=“link” id=“link1”> linke web </a>
</div>
+ 1
You can do it maybe with a <footer> tag.
You can also use this syntax:
<a href="#"><button>Click</button></a> then when changing the button position, you change also the link position with the CSS part.
0
Mabe use css