HTML is a computer language used to build the structure of the website. Its full form is Hyper Text Markup Language.
Its features are:
1: It is easy to learn.
2: It is case sensitive.
Explanation:
Case sensitive means if we write any letter of of html tag in capital letter then also it will work and if it will in small letter then also it will work. For example, <head> is a html tag. If we write it as <head> then also it will work and if we write is as <HEAD> then also it will work.
Hypertext Markup Language, a standardized system for tagging text files to achieve font, color, graphic, and hyperlink effects on World Wide Web pages.
"an HTML file"
Explanation:
HTML consists of a series of short codes typed into a text-file by the site author — these are the tags. The text is then saved as a html file, and viewed through a browser, like Internet Explorer or Netscape Navigator. ... Writing your own HTML entails using tags correctly to create your vision.
Tabbed browsing is a feature in the browser that helps in operating several tabs at the same time. It helps in browsing different links without opening different browsers. Multiple pages can be opened and surfed at the same time in one window. Any link can be opened in a different or new tab by clicking right on the link. After this, 'open link in new tab' is to be selected and the link gets opened respectively.