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> | |
<title>Registration form</title> | |
</head> | |
<body> | |
<h1>Register</h1> | |
<form> | |
<label For="first">First Name: </label> | |
<input name="first" id="first" type="text" placeholder="John" required> |
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> | |
<title>Pokermon chart</title> | |
</head> | |
<body> | |
<h1>First Generation Pokemon Chart!</h1> | |
<table border="1"> | |
<thead> | |
<tr> |
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> | |
<title>My Dog chairlie</title> | |
</head> | |
<body> | |
<h1>Chairlie</h1> | |
<p>I'm a dog, wolf!</p> | |
<img src="https://scontent.ftpa1-1.fna.fbcdn.net/v/t1.0-9/542906_10150844198844700_1512642017_n.jpg?oh=5edeacae9d5d0ccae0bdcead6736ac92&oe=5A637D9A"> |
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> | |
<title>Things I've Learned</title> | |
</head> | |
<body> | |
<h1>Thing's I've learned</h1> | |