CSS HTML问题,我看不到mozilla和Explorer的图片

是什么原因,我看不到mozilla和explorer的图片 照片编号1:位于mozilla fire fox中并浏览浏览器 照片编号2:位于Google chrome浏览器中


                    <div style="display: inline-flex;" >

                         <table border="1px">
                               <tr>
                                  <ul> 
                                      <th id="th">Managers
                                      </th>
                                      <th id="th">photo </th>
                                      <th id="th"> Favorite saying to motivate</th>

                                  </ul>
                               </tr> 

                               <tr>
                                  <ul>
                                     <td>Ali Alahmad</td>
                                     <td> <img src="https://cdn3.iconfinder.com/data/icons/business-vol-2-flat-icons/72/57-512.png" width="100" height="100"></td>
                                     <td> A year from now you may wish you had started today</td>
                                  </ul>
                                </tr>   
                                <tr>
                                    <ol> 
                                      <td>Mohamad Batan</td>
                                      <td> <img src="https://lh3.googleusercontent.com/proxy/n3clVffDASpg_SKsRgjBQIkaMyB4X66HthmC6VNHGr1QpOOq4BZA52op-PcAZWgqDvayYl8P6n-zeCbwslH4w5bLIy9LQjWic-MFDYEnHGQVIGRc_RY0AyeOUJI6hdX1e7EpBqFI2ggISHX7irwecA9NCIQhcA" width="100" height="100"></td>
                                      <td> Don't let the past hold you, you're missing the good stuff</td>
                                    </ol>

                                 </tr> 

                                 <tr> 
                                  <td>Khandro</td>
                                  <td> <img src="https://cdn2.iconfinder.com/data/icons/user-23/512/User_Executive_1.png" width="100" height="100"> </td>
                                  <td>Every new day is another chance to change your life</td>
                                 </tr>
                        </table> 


                    </div>