Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Mayborg121 authored Aug 14, 2024
1 parent 3847c3f commit 170a0d5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -905,7 +905,7 @@ <h4 style="color: rgb(9, 82, 146);background-color: #c2f7f1;"> <span><</span>fig
<h3 > Figure 1075 </h3>

<figure>
<a href="https://1.bp.blogspot.com/-wTVfufUU0lM/YEOn9N3kt5I/AAAAAAAA01Q/s_b-TXiG5tsuCPqTowYF_GaSKPIi9xiugCLcBGAsYHQ/s2048/2D%2BCAD%2BEXERCISES%2B%2528WWW.STUDYCADCAM.COM%2529%2B1075.png"><img src="\img\figure.jpg" alt="Trulli" width="300" height="215"></a>
<a href="https://1.bp.blogspot.com/-wTVfufUU0lM/YEOn9N3kt5I/AAAAAAAA01Q/s_b-TXiG5tsuCPqTowYF_GaSKPIi9xiugCLcBGAsYHQ/s2048/2D%2BCAD%2BEXERCISES%2B%2528WWW.STUDYCADCAM.COM%2529%2B1075.png"><img src="img/figure.jpg" alt="Trulli" width="300" height="215"></a>

<figcaption>Fig.1 - Young Lady, Engg.Graphics.</figcaption>
</figure>
Expand Down Expand Up @@ -957,10 +957,10 @@ <h4 style="color: rgb(9, 82, 146);background-color: #c2f7f1;"> <span><</span>sou
<p>Resize the browser window to load different images.</p>

<picture>
<source media="(min-width:696px)" srcset="\img\pic600.jpg">
<source media="(min-width:496px)" srcset="\img\pic400.jpg">
<source media="(min-width:200px)" srcset="\img\pic230.jpg">
<img src="\img\pic600.jpg" alt="Flowers" style="width:auto;">
<source media="(min-width:696px)" srcset="img/pic600.jpg">
<source media="(min-width:496px)" srcset="img/pic400.jpg">
<source media="(min-width:200px)" srcset="img/pic230.jpg">
<img src="img/pic600.jpg" alt="Flowers" style="width:auto;">
</picture>


Expand Down

0 comments on commit 170a0d5

Please sign in to comment.