Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I just changed the table and border , please bruh just accept , im your subscriber :) #3

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions HTML5/Pokemon.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</head>
<body>
<h1>First Gen Pokemon Chart</h1>
<table border="1">
<table border="4">
<thead>
<tr>
<th>Image</th>
Expand All @@ -17,7 +17,7 @@ <h1>First Gen Pokemon Chart</h1>
<tbody>
<tr>
<td>
<img src="http://pm1.narvii.com/6382/61a371a7768ed6e7e2e9e19a3307101e378e2719_hq.jpg">
<img src="http://img4.wikia.nocookie.net/__cb20140328190757/pokemon/images/thumb/2/21/001Bulbasaur.png/200px-001Bulbasaur.png">
</td>
<td>Bulbasaur</td>
<td>Grass/Poison</td>
Expand All @@ -33,7 +33,7 @@ <h1>First Gen Pokemon Chart</h1>
</tr>
<tr>
<td>
<img src="http://miro.medium.com/max/378/1*KuSu6ZTyLAcRDwOsI9ZzZA.png">
<img src="http://img1.wikia.nocookie.net/__cb20140328191525/pokemon/images/thumb/3/39/007Squirtle.png/200px-007Squirtle.png">
</td>
<td>Squirtle</td>
<td>Water</td>
Expand Down