image resizing with html v2

This commit is contained in:
anebz 2019-09-27 20:02:45 +02:00
parent 690bfa9a66
commit 0e8df7ac5e
1 changed files with 1 additions and 1 deletions

View File

@ -184,4 +184,4 @@ A tree is a type of graph, but not all graphs are trees. A tree is a connected g
* The graph can have multiple isolated subgraphs. If there's a path between every pair of vertices, it's called a 'connected graph'
* The graph can also have cycles. If it doesn't, it's called 'acyclic'
<img src="img/graph.png" width="300" height="300">
<img src="img/graph.png" width="300">