Blogger Meta Etiket Oluşturucu
Her sitede olması gerektiği gibi Meta Tag Generator için aşağıda ki kodları kopyalarak Ücretsiz Meta Etiket Oluşturucusunu oluşturmuş olursunuz. <head>
<title>Meta Tag Generator</title>
<style>
.navbar {
background-color: blue;
padding: 10px;
}
.navbar a {
color: white;
margin: 0 10px;
text-decoration: none;
}
#can {
background-color:#f1f1f1;
height:400px;
border:hotpink 10px ridge;
}
h4 {
color:white;
}
.filter {
background-color:gray;
color:white;
border:3px solid black;
border-radius: 0px;
padding: 5px 5px;
width: 250px;
cursor:pointer;
}
.filter1 {
background-color:red;
color:white;
border:3px solid black;
border-radius: 0px;
padding: 5px 5px;
width: 250px;
cursor:pointer;
}
.filter2 {
background-color:GoldenRod;
color:white;…