- <html>
- <head>
- <title>Introduction</title>
- </title>
- <style>
- h1,h2,h3 {
- font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
- }
- p {
- font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
- }
- </style>
- <body>
- <h1 align="center">Web Programming using PHP</h1>
- <h2 align="center"><u><i>Software Lab II</u></i></h2>
- <h3><i><u>MGU</u></i></h3>
- <p><small><big>This is a test webpage<br>
- created in 1 period<br>
- its below 50 lines of code</big></small></p>
- <h3><strike>Strike</strike></h3>
- <h3><b><strike>Sem III</strike> Sem IV<b></h3>
- <h3><strong>Started on:4 December 2024</strong></h3>
- </body>
- <html>
Raw Paste