Creating a Simple tribute page By using HTML.

·

1 min read

There are some projects which can be made by using only HTML and further it can be designed by using CSS and functionality can be added by using Javascript.

<!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>Document</title>
</head>
<body>
  <center>
  <hr>
  <h1>APJ ABDUL KALAM </h1>
  <hr>
  <img src="https://cdn.britannica.com/48/222648-050-F4D0A2D8/President-of-India-A-P-J-Abdul-Kalam-2007.jpg" height="30%" width="100%" alt="A. P. J. Abdul Kalam" >

  <h2> Wings Of Fire </h3>
  <hr>
  <p >Avul Pakir Jainulabdeen Abdul Kalam, popularly known as A. P. J. Abdul Kalam, was an Indian scientist and politician who served as the 11th President of India from 2002 to 2007. He was born on October 15, 1931, in Rameswaram, Tamil Nadu, and passed away on July 27, 2015.
<hr>
  <p> <b> Quote:</b> <i>"All of us do not have equal talent. But , all of us have an equal opportunity to develop our talents." </i> &nbsp &nbsp &nbsp &nbsp <b>  -A. P. J. Abdul Kalam </b>
</center>
  </body>
</html>

output: