Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tugas Pertemuan 1 dan Pertemuan 2 #51

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 43 additions & 0 deletions F1G119018-Yuyun Sulistiawati/Tugas pertemuan 2/tugaspert2.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Belajar Web HTML | Yuyun Sulistiawati</title> --Judul website--
</head>
<style>
body {
color: antiquewhite;
background-color: darkslategrey;
}

h1 {
color: aquamarine;
font-family: Arial;
}

h2 {
color: cyan;
font-family: Times;
}

p {
color: burlywood;
font-family: Impact;
}
</style>

<body>
<h1 style="text-align: center;"><b> Selamat Belajar Web Bersama Kami</b></h1>
<h2 style="text-align: center;"><b> Website HTML</b></h2>
<p style="text-align: center;"><b> Website ini membahas banyak mengenani pemrograman web dengan HTML</b></p>
<p style="text-align:center ;"><b>Jika terjadi kendala saat mengakses website silahkan hubungi Author</b>
<p style="text-align: center;"><a href="https://www.instagram.com/hidleyy/" target="blank">Instagram dari Author</a>
</p>
<p style="text-align:center;"><a><a href="https://www.facebook.com/profile.php?id=100049094628870"
target="blank">Facebook dari Author</a>
</body>

</html>
15 changes: 15 additions & 0 deletions F1G119018-Yuyun Sulistiawati/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>F1G119018 | Yuyun Sulistiawati</title>
</head>

<body>
<h1>Hello Ilkom</h1>
</body>

</html>