TEXT   98
htm
Guest on 4th December 2024 07:17:16 AM


  1. <html>
  2.         <head>
  3.                 <title>Introduction</title>
  4.         </title>
  5.         <style>
  6.                 h1,h2,h3 {
  7.                         font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  8.                 }
  9.                 p {
  10.                         font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  11.  
  12.                 }
  13.         </style>
  14.         <body>
  15.                 <h1 align="center">Web Programming using PHP</h1>
  16.                 <h2 align="center"><u><i>Software Lab II</u></i></h2>
  17.                 <h3><i><u>MGU</u></i></h3>
  18.                 <p><small><big>This is a test webpage<br>
  19.                 created in 1 period<br>
  20.                 its below 50 lines of code</big></small></p>
  21.                 <h3><strike>Strike</strike></h3>
  22.                 <h3><b><strike>Sem III</strike> Sem IV<b></h3>
  23.                 <h3><strong>Started on:4 December 2024</strong></h3>
  24.         </body>
  25. <html>

Raw Paste

Login or Register to edit or fork this paste. It's free.