Last active
May 23, 2016 17:35
-
-
Save oritromax/6333fef5a9fc0333766f171db8e06c1f to your computer and use it in GitHub Desktop.
Project For lisa
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE HTML> | |
<html> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | |
<title>Address Page</title> | |
</head> | |
<body> | |
<p> Oritro Ahmed | |
<br> Senior Front-End Engineer | |
<br> ClrsHQ | |
<br> <br> | |
272, Parijat Apartment, Sagorpara | |
<br> Rajshahi | |
</p> | |
</body> | |
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE HTML> | |
<html> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | |
<title>Home Page</title> | |
</head> | |
<body> | |
<p>Bla Bla Bla</p> | |
<p>Go to <a href="table.html">Table Info</a> | <a href="address.html"> Contact Us </a></p> | |
</body> | |
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE HTML> | |
<html> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | |
<title>Table Page</title> | |
</head> | |
<body> | |
<table style="width:100%"> | |
<tr> | |
<td>A</td> | |
<td>B</td> | |
<td>C</td> | |
</tr> | |
<tr> | |
<td>D</td> | |
<td>E</td> | |
<td>F</td> | |
</tr> | |
</table> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment