我的页面上有以下背景:
这是老第比利斯的照片,这也是我的代码
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
</head>
<style>
#links {
margin: 0 auto;
width: 4800px;
font-size:70px;
clear: both;
display: block;
}
#test a {
float: right;
}
a, a:active, a:visited {
color: red;
}
</style>
<body background="თბილისი.jpg" >
</body>
</html>
我想在我的页面上添加一些链接,例如“酒店”、“旅游”和“娱乐”,这样它们就不会出现在房屋等处。我喜欢它们在中间或右侧。你能告诉我怎么做吗?