Skip to content

Commit

Permalink
Updated with image additions
Browse files Browse the repository at this point in the history
  • Loading branch information
Extomvi committed Jan 19, 2022
1 parent 2e4412d commit b0c5645
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 0 deletions.
Binary file added HTML REFRESHER/github.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
37 changes: 37 additions & 0 deletions HTML REFRESHER/notes.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,40 @@ <h4>List of updates info</h4>
<li>sup and sub</li>
</ol>
</p>

<h4>Some animal classes</h4>
<ul>
<li>Mammals
<ol>
<li>Raccoons
<li>Gorillas
</ol>
<li>Reptiles
<ol>
<li>Iguanas
<li>Cobras
</ol>
<li>Birds
<ol>
<li>Ostrictes
<li>Ravens
</ol>
</ul>

<h4>Connect with me!</h4>
<p>
Connect with me on GitHub <br>
<a href="https://github.com/Extomvi"><img src="github.png" alt="GitHub"></a>
</p>

<h4>Other uses of the Image Tag with Pictures of a Bear and a Cat</h4>
<p>
My favorite things:
</p>
<ol>
<li><a href ="https://placebear.com/150/150" target="_blank">Bears</a>
<li><a href ="https://placekitten.com/150/150" target="_blank">Kittens</a>
</ol>
<img src="https://placebear.com/150/150" alt="A picture of a bear.">
<img src="https://placekitten.com/150/150" alt="A picture of a kitten.">

0 comments on commit b0c5645

Please sign in to comment.