简体   繁体   中英

I created a html button how to change its position by mention its coordinates like x=900 y= 500

I created a html button how to change its position by mention its coordinates like x=900 y= 500 in google they use css and i just want to do it with html or easy css this is the code below

<html>
<a href="h.html">
<button>BOOK</button></a>
</html>

what i want to do is mention something like:

<html>
<a href="h.html" coordinates="200,500">
<button>BOOK</button></a>
</html>

is there any way to do it Thanks in Advance also i don't know javascript also i want the button to be somewhat stylish and still retain functionality if you can provide the code i would be grateful i am in a rush

Actually HTML is just the skeleton of the page. There are no coordinates, everything that you create are observed on the left side.

To make your page more stylish and logical, you should learn css(the beauty of the page) and js(the brain of the page).

The three of them make a webpage complete( body)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM