How to display image in html -


    <!doctype html> <html> <img src = "img_0688" />   <head>     <title>an unexpected journey</title>     <link href='https://fonts.googleapis.com/css?family=playfair+display:900|raleway:300' rel='stylesheet' type='text/css'>     <link rel="stylesheet" type="text/css" href="style.css">   </head>   <body>     <div class="container">         <h1>goalbike</h1>       <a class="btn" href="#">get started</a>     </div>   </body> </html> 

problem: can't display image(from comp.) in html. result turns out img icon on page. here video used research: https://www.youtube.com/watch?v=qerz5cqa2a8 here image of result: enter image description here

  • make sure image path should correct file extension


Comments