Skip to main content

Posts

Showing posts with the label images

HTML BASICS : CLASS 104

Hello and welcome back. This is the 4th lesson in a series of HTML for beginners tutorials. In this tutorial, we shall discuss how to add images in your website. At this point, your my_site.html file should have the following code in it. <!DOCTYPE html> <html> <head>     <title></title> </head> <body>     <h2>NASA | JPL</h2>     <h1>ON A MISSION</h1>     <h4>PODCAST</h4>     <p>A new podcast from NASA</p>     <ul>         <li>Arrival</li>         <li>We Are the World</li>         <li>Worlds of Wonder</li>     </ul>      <ol>         <li>NASA is cool</li...