dari judul diatas, isi post kali ini adalah tentang web sederhana. dimana web ini hanya menampilkan isi profile dari pembuatnya
Flowchart
Dari Flowchart diatas bisa diliat alur pembuatan sebuah web dasarnya adalah seperti itu.
Kodingan
<html>
<head>
<title> Anggichan </title>
</head>
<body bgcolor='grey' text='white'>
<center>
<font face=roboto size=6 color=white>
<b>Anggirisaldi Chandra Putu<br>
<font face=roboto size=4 color=white>
<i><marquee scrollamount=15>My Profile</marquee></i>
<font face=roboto size=3 color=white>
Welcome<br><br>
<p>Nama : Anggirisaldi Chandra Putu</p>
<p>Kelas : 2ia20</p>
<p>NPM : 50416870</p>
<p>Alamat : ujung krawang no 154</p>
<p>Hobi : fotografi dan design</p>
</center>
</body>
</html>
Screenshot
<head>
<title> Anggichan </title>
</head>
<body bgcolor='grey' text='white'>
<center>
<font face=roboto size=6 color=white>
<b>Anggirisaldi Chandra Putu<br>
<font face=roboto size=4 color=white>
<i><marquee scrollamount=15>My Profile</marquee></i>
<font face=roboto size=3 color=white>
Welcome<br><br>
<p>Nama : Anggirisaldi Chandra Putu</p>
<p>Kelas : 2ia20</p>
<p>NPM : 50416870</p>
<p>Alamat : ujung krawang no 154</p>
<p>Hobi : fotografi dan design</p>
</center>
</body>
</html>
Screenshot