TUGAS HTML LANJUTAN XII RPL TAHUN 2020
1.coding
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style media="screen">
body{
margin :15% 15%;
font-family:sans-serif;
}
.button{
text-decoration:none;
display:block;
margin-top:250px;
padding: 5px 10px;
margin : 10px;
text-align:center;
font-size :24px;
border-radius:15px;
}
.no-1{
background-color:rgb(60,189,217);
}
.no-2{
background-color:blue;
}
.no-3{
background-color:blue;
}
</style>
<title>TODO supply a title</title>
</head>
<body>
<h1>HELLO WORLD</h1>
<h2>ayo belajar coding</h2>
<h3>pelajaran</h3>
<a href="https://www.codepolitan.com/belajar-html-dasar" class="button" no-1> html </a>
<a href="https://www.petanikode.com/tutorial/php/" class="button" no-2> php </a>
<a href="https://www.codepolitan.com/membuat-program-ruby-pertamamu-5974809bbd5ed" class="button" no-3> ruby </a>
</body>
</html>
2.hasilnya dan jika coding dimasukan kedalam blog
TODO supply a title
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style media="screen">
body{
margin :15% 15%;
font-family:sans-serif;
}
.button{
text-decoration:none;
display:block;
margin-top:250px;
padding: 5px 10px;
margin : 10px;
text-align:center;
font-size :24px;
border-radius:15px;
}
.no-1{
background-color:rgb(60,189,217);
}
.no-2{
background-color:blue;
}
.no-3{
background-color:blue;
}
</style>
<title>TODO supply a title</title>
</head>
<body>
<h1>HELLO WORLD</h1>
<h2>ayo belajar coding</h2>
<h3>pelajaran</h3>
<a href="https://www.codepolitan.com/belajar-html-dasar" class="button" no-1> html </a>
<a href="https://www.petanikode.com/tutorial/php/" class="button" no-2> php </a>
<a href="https://www.codepolitan.com/membuat-program-ruby-pertamamu-5974809bbd5ed" class="button" no-3> ruby </a>
</body>
</html>
2.hasilnya dan jika coding dimasukan kedalam blog
Komentar
Posting Komentar