NAMA : Anak Agung Gede Yoga Swara NIM : 16101425 KELAS : S
TUGAS WEB PROGRAMMING
Screenshot Form HTML
SINTAKS
<meta name="viewport" content="width=device-width, initial-scale=1">
Tugas Web Programing <style>
/*CSS untuk Table*/ table { font-family: arial, sans-serif; border-collapse: collapse; width: 900px; border: 0px solid #8080ff; }
td, th { border: 0px; text-align: left; padding: 2px; background-color: #f2f2f2; } /*CSS Untuk style form*/ input[type=submit],input[type=reset] { width:200px; background-color: #4CAF50; color: white; padding: 14px 20px; margin: 8px 0;
border: none; border-radius: 4px; cursor: pointer; }
input[type=text], select { width: 100%; padding: 12px 20px; margin: 8px 0; display: inline-block; border: 1px solid #ccc; border-radius: 4px; box-sizing: border-box; }
div { background-color: #f2f2f2; padding: 20px; padding-bottom: 20px; }
/*CSS untuk layout*/ *{ box-sizing: border-box; }
.column { float: left; width: 50%;
padding: 10px; }
.row:after { content: ""; display: table; clear: both; }
Tugas Web Programming
Create by: Anak Agung Gede Yoga Swara