write an html coding for the given picture
Attachments:
Answers
Answered by
2
<html>
<head>
<title>Ski Breaks Ltd</title>
</head>
<style type="text/css">
#my_centered_buttons {
display: flex;
justify-content: center;
}
</style>
<style>
.button {
background-color: #4CAF50;
/* Green */
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
}
.button1 {
background-color: white;
color: black;
border: 2px solid #4CAF50;
}
.button2 {
background-color: white;
color: black;
border: 2px solid #008CBA;
}
.button3 {
background-color: white;
color: black;
border: 2px solid #f44336;
}
.button4 {
background-color: white;
color: black;
border: 2px solid #e7e7e7;
}
.button5 {
background-color: white;
color: black;
border: 2px solid #555555;
}
</style>
<body>
<span style='text-align:center;'>
<h1>Welcome To Ski Breaks Ltd</h1>
<p>For the best online ski holiday bargains choose skibreaks.coz</p>
<p>Click on the destination below</p>
<button class="button button1"href='australia.html'>Australia</button>
<button class="button button2" href='italy.html'>Italy</button>
<h3>Enquiries to: [email protected]</h3>
</span>
<h3>Ski Breaks Ltd 2005</h3>
</body>
</html>
Sorry to put &nbps; many time because i tried many codes but it wasn't coming in center.
HOPE THIS HELPS YOU.....................Ω
Similar questions