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:
- Open Notepad
- Create a New Document (copy and paste the Code given below)
- Save File in HTML
- View the saved File in Web browser
If you want to add a link through html you can see the code below:
Contents
hide
The Output
Freelancing as a Career (Click this Link to view the post on Freelancing)
The Code
<html>
<p><a href="https://webofonlineresources.com/freelancing-as-a-career-option/">Freelancing as a Career (Click this Link to view the post on Freelancing)</a></p>
</html>