Steps to Create an HTML Script using Notepad:

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 :

  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 a Web browser

What is Abbreviation?

An abbreviation is a shortened form of a word or phrase, such as “Mon” for “Monday.” The abbreviated form of the word “Institution” as some people write is “Inst.”

HTML Tage for Abbreviation

The <Abbr> element is used when there is a need for a full-text explanation or full-from of the word with an abbreviation. When people visit a site, they do not see the text in the title attribute, but browsers or search engines use this information.

The <Abbr> tag defines an abbreviation like “URL”, “ASCII”, “CPU”, and so on.

The Output

The INFLIBNET is situated in Gandhinagar, Gujarat.

The Code

The <acronym title="Information and Library Network">INFLIBNET</acronym>  is situated in Gandhinagar, Gujarat.

What is Acronym?

An acronym is a word formed from the initial letters or group of letters of words in a set phrase or series of words and pronounced as a separate word.

HTML Tag for Acronym

The Output

The UNESCO is a specialised agency of the United Nations.

The Code

The <abbr title="United Nations Educational, Scientific and Cultural Organisation">UNESCO</abbr>  is a specialised agency of the United Nations.

When to Use <Abbr> or <Acronym> Tag ?

Usually, <Abbr> or <Acronym> are used when there is a need to show the full form of any abbreviation or acronym in a blog post or webpage content.

You must remember that when <Abbr> or <Acronym> tag is used, you should always use it as the title attribute, which presents the meaning of the abbreviation or acronym.