Skip to content

Instantly share code, notes, and snippets.

@Mitrajit
Last active January 27, 2022 16:19
Show Gist options
  • Save Mitrajit/b90513389c8c1c59d3ef486102dafe62 to your computer and use it in GitHub Desktop.
Save Mitrajit/b90513389c8c1c59d3ef486102dafe62 to your computer and use it in GitHub Desktop.
LMB project
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>La Martinière For Boys</title>
</head>
<body>
<h1 style="text-align: center;">La Martinière For Boys</h1>
<div style="font-family: Cambria, 'Times New Roman'; margin: 0px 10px 20px;">
Student Name:.....<br>
Class roll no.:.....<br>
Subject: Computer project<br>
</div>
<div style="margin-left: 10px;">
<h3>Links to browse through the site:</h3>
<a href="Screen2.html">See LMB School</a>
<br>
<a href="Screen3.html">About school teams</a>
<br>
<a href="Screen4.html">About Class 7</a>
</div>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Picture of La Martinière For Boys</title>
</head>
<body>
<h1>La Martinière For Boys</h1>
<img src="https://lmbps.in/wp-content/uploads/2019/01/c2.jpg" alt="LMB school Picture" style="display: block; margin-left: auto; margin-right: auto;" width="60%">
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>School teams</title>
</head>
<body>
<h1>School teams</h1>
<ul>
<li>Charnock</li>
<li>Macaulay</li>
<li>Martin</li>
<li>Hastings</li>
</ul>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Class 7</title>
</head>
<body>
<h1>Class 7 Boys are:</h1>
<!-- Ordered list in roman number -->
<ol type="I">
<li>Discipline</li>
<li>Sincere</li>
<li>Hardworking</li>
<li>Respectful</li>
<li>Honest</li>
</ol>
<marquee behavior="alternate">
<h3>They Always Carry These Qualities</h3>
</marquee>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment