From the course: Practical HTML for No-Coders

Unlock the full course today

Join today to access over 24,900 courses taught by industry experts.

Understanding images

Understanding images

- [Instructor] Images are a huge part of the internet. To include an image on your webpage, you're going to have to meet several criteria. Let's go through an overview of what those steps are, and then we'll go into each one of these in detail. So the first step is going to be preparing your image, and this preparation step has nothing to do with your HTML webpage. You want to make sure you have your correct image size and the correct format for the web, then we're going to need to put that image somewhere that's publicly accessible. We just did this with PDFs. We put them up on Google Drive. We're going to use imgBB, in our particular case. Your IT department may have a location for your images. So somehow you're going to have to get those images up on the internet, and then the last step is to write your HTML, and we're going to use the image element for putting that image onto the webpage. So let's go through each of…

Contents