ibm-india-rajtgin
Version:
This is my IBM Oct training module
67 lines • 1.54 kB
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<title>IBM Bangalore Official Page</title>
<style>
body{
margin: 0px;
}
header, footer{
height: 150px;
background-color: #333;
color: aliceblue;
font-family: Arial;
text-align: center;
line-height: 150px;
vertical-align: middle;
}
footer{
height: 50px;
line-height: 50px;
}
footer h5, header h1{
margin: 0px;
}
section{
padding: 10px;
background-color: beige;
}
article{
padding: 10px;
margin: 10px;
background-color: darkgrey;
font-family: Arial;
text-align: justify;
}
</style>
</head>
<body>
<header>
<h1>Welcome to IBM Bangalore</h1>
</header>
<section>
<article>
</article> <article>
</article>
<article>
<body>
<header>
<h1>Welcome to IBM Bangalore</h1>
</header>
<section>
<article>
Text 1
</article>
<article>
text 2
</article>
<article>
text 3
</article>
</section>
<footer>
<h5>© rights reserved by IBM Bangalore</h5>
</footer>
</body>
</html>