- Files
- Index
- Style
- Script
- README
- CDN Add
- 800px-Einstein_1921_by_F_Schmutzer_-_restoration.jpg 3
PLEASE WAIT...
<html>
<head>
<h1>Albert Einstein</h1>
<h3>I have no special talent. I am only passionately curious.</h3>
</head>
<body>
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/3/3e/Einstein_1921_by_F_Schmutzer_-_restoration.jpg/800px-Einstein_1921_by_F_Schmutzer_-_restoration.jpg" width=800px height=400px/>
<h2>1921–1922: Travels abroad</h2>
<table>
<tr>
<thead>
<th>year</th>
<th>Country</th>
</thead>
</tr>
<tbody>
<tr>
<td>1922–23 visit</td>
<td>visit to Asia</td>
</tr>
<tr>
<td>1925</td>
<td>Visit to South America</td>
</tr>
<tr>
<td>1930–1931</td>
<td>Travel to the US</td>
</tr>
</tbody>
</table>
<div class="albertquotes">
<p class="first"> 1. “There are only two ways to live your life. One is as though nothing is a miracle. The other is as though everything is a miracle.” </p>
<p class="second">2. “If you want your children to be intelligent, read them fairy tales. If you want them to be more intelligent, read them more fairy tales.”</p>
<p class="third" >3. “Life is like riding a bicycle. To keep your balance, you must keep moving.”</p>
<p class="forth">4. “Try not to become a man of success. Rather become a man of value.”</p>
<p class="fifth"> 5. “The most beautiful experience we can have is the mysterious. It is the fundamental emotion that stands at the cradle of true art and true science.”</p>
</div>
</body>
<footer>
<div>
<p>Wish to know more about albert einstein feel free to visit <a href="https://en.wikipedia.org/wiki/Albert_Einstein">Visit Here</a> </p>
</div>
</footer>
</html>
*{
margin-left:70px;
margin-right: 30px;
padding:0;
}
h1{
text-align: center;
align-content: center;
}
/* ESLint rules https://eslint.org/docs/2.0.0/rules/ */
/* eslint no-undef: "off" */