TUGAS P WEB C
TUGAS P WEB Membuat Website sederhana dengan HTML dan CSS Source Code <!DOCTYPE html> <html> <head> <style> header, p { background-color: #0ba5e4; text-align: left; color: white; padding: 1px; font-family: Comic Sans MS; font-size: 11px; } table{ font-size: 12px; } body{ font-family: Comic Sans MS; } </style> </head> <body> <header> <table style="width: 1200px;"> <tr> <td> <img src="ktm.jpg" style="width:150px;height:200px;"> </td> <td style="border-left: 6px solid white; height: 100px"></td> <td style="font-family: fantasy; color : white; vertical-align: text-top; width: 800px" > <h1 >Arini Indah Nur Fuadah</h1> <p>Bojonegoro, 10 Oktober 1999</p> <p>Jl. Keputih gang III C No. 01</p> <p style="width...