Required Softwares NOTEPAD++ Download Link: https://notepad-plus-plus.org/download/v7.7.1.html Basic Structure Of HTML HTML (Hypertext Markup Language) is a markup language used to create web pages. Any HTML page should follow certain rules to be properly displayed in web browsers: to declare proper Document Type, to include key components such as <html>,<head>,<body> tags. Here is structure of primitive webpage described