If you are really interested to learn or test a HTML script, then here are the steps. There are plenty of tools to create webpages using HTML codes. But I am going to give you the most simple tool to learn HTML.The tool, you will need to use a text editor like “Notepad (for Windows).”

Steps to Create a Webpage in HTML using Notepad:

  1. Open Notepad
  2. Create a New Document (copy and paste the Code given below)
  3. Save File in HTML
  4. View the saved File in Web browser

If you have images and you want to add these through HTML, then you can do it very easily. Image source should be available in your online media library and should be given after adding the HTML code <img>.

The Output

Web of Online Resources

The Code

<html>
<img src="https://webofonlineresources.com/wp-content/uploads/2020/06/logo11.jpg" alt="Web of Online Resources" width="350&quot;" height="150">
</html>