Advertisement
rasyid03

WebForm1.aspx

Jul 3rd, 2023
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
ASP 1.32 KB | Source Code | 0 0
  1. <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm3.aspx.cs" Inherits="act7.WebForm3" %>
  2.  
  3. <!DOCTYPE html>
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml">
  6. <head runat="server">
  7.     <title></title>
  8.     <link href="StyleSheet1.css" rel="stylesheet" type="text/css" />
  9. </head>
  10. <body>
  11.     <form id="form1" runat="server">
  12.             <div id="north">
  13.             <h1>NAMA&nbsp;&nbsp;&nbsp;&nbsp; : Faris Rasyid </h1>
  14.             <h1>NPM&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : 50421483</h1>
  15.             <h1>KELAS&nbsp;&nbsp;&nbsp;   : 2IA22</h1>
  16.             <h1>HOBI&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;    : MAKAN</h1>
  17.         </div>
  18.  
  19.         <div id="center">
  20.             <h1>NAMA&nbsp;&nbsp;&nbsp;&nbsp; : Faris Rasyid </h1>
  21.             <h1>NPM&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : 50421483</h1>
  22.             <h1>KELAS&nbsp;&nbsp;&nbsp;   : 2IA22</h1>
  23.             <h1>HOBI&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;    : MAKAN</h1>
  24.         </div>
  25.             <div id="bawah">
  26.              <h1>NAMA&nbsp;&nbsp;&nbsp;&nbsp; : Faris Rasyid </h1>
  27.             <h1>NPM&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : 50421483</h1>
  28.             <h1>KELAS&nbsp;&nbsp;&nbsp;   : 2IA22</h1>
  29.             <h1>HOBI&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;    : MAKAN</h1>
  30.             </div>
  31.     </form>
  32.    
  33. </body>
  34. </html>
  35.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement