Access free live classes and tests on the app
Download
+
Unacademy
  • Goals
    • AFCAT
    • AP EAMCET
    • Bank Exam
    • BPSC
    • CA Foundation
    • CAPF
    • CAT
    • CBSE Class 11
    • CBSE Class 12
    • CDS
    • CLAT
    • CSIR UGC
    • GATE
    • IIT JAM
    • JEE
    • Karnataka CET
    • Karnataka PSC
    • Kerala PSC
    • MHT CET
    • MPPSC
    • NDA
    • NEET PG
    • NEET UG
    • NTA UGC
    • Railway Exam
    • SSC
    • TS EAMCET
    • UPSC
    • WBPSC
    • CFA
Login Join for Free
avtar
  • ProfileProfile
  • Settings Settings
  • Refer your friendsRefer your friends
  • Sign outSign out
  • Terms & conditions
  • •
  • Privacy policy
  • About
  • •
  • Careers
  • •
  • Blog

© 2023 Sorting Hat Technologies Pvt Ltd

  • Exams
    • SBI Exams
      • SBI PO
      • SBI Clerk
      • SBI SO
    • IBPS Exams
      • IBPS PO
      • IBPS Clerk
      • IBPS RRB
      • IBPS SO
    • LIC Exams
      • LIC Assistant
      • LIC AAO
      • LIC ADO
    • RBI Exams
      • RBI Grade B
      • RBI Assistant
  • Notifications
    • Upcoming Bank Exam
    • Syllabus
      • IBPS Syllabus
        • IBPS PO Syllabus
        • IBPS Clerk Syllabus
        • IBPS RRB Syllabus
        • IBPS SO Syllabus
      • SBI Syllabus
        • SBI PO Syllabus
        • SBI Clerk Syllabus
      • LIC Syllabus
        • LIC Assistant Syllabus
        • LIC AAO Syllabus
        • LIC ADO Syllabus
      • RBI Syllabus
        • RBI Assistant Syllabus
  • Study Material
    • Magazine Download
    • Bank Exams Notes
  • Tests & Practice
    • Scholarship Test
    • Test Series
    • Learning Festival
  • Rankers Guide
    • Paper Analysis
Bank Exam » Bank Exam Study Materials » Computer Knowledge » HTML
insurance_banking_exams

HTML

Complete summary of HTML. Important features and overview. Info on HTML important tags. Short note on W3C and WHATWG and HTML file extensions.

Table of Content
  •  

HTML is the abbreviation for Hyper Text Markup Language. It’s a markup language and is used to construct web pages. HTML is a markup language that integrates hypertext & markup. The term “hypertext” refers to the connection between online pages. The text document within the tags that specifies the structure of web pages is produced using a markup language. This language is used to annotate (add notes to) text so that a computer can comprehend it and alter it appropriately. The majority of markup languages (such as HTML) are understandable by humans. Tags are used in the language to specify what type of text processing is required.

HTML Tags

HTML tags are commonly used to refer to HTML markup tags.

  • HTML tags are keywords surrounded by angle brackets like
  • HTML tags normally come in pairs like and 
  • The start tag is the first in a pair, while the end tag is the second. 
  • Start and end tags are sometimes known as opening and closing tags.

Important HTML Tags

  • HTML– It’s the HTML’s construction tag.
  • DOCTYPE– It’s used to specify the kind of document. It’s not an HTML tag at all.
  • HEAD– It’s the tag that doesn’t have any text in it but encompasses all of the others.
  • TITLE– When you wish to give your content a title, you use this tag. The title tag is nestled within the head tag.
  • BODY– This category is used to categorise everything on the website.
  • DIV– The div tag, commonly known as the division tag, is used to divide the information of a document.
  • SPAN– It’s used to enclose the full file’s text. It’s mostly used to organise the file’s inline information.
  • A– This is the category for hyperlinks. You can supply a link to a page or website where you’d want to lead the reader in this tag. It has the “href” property, which is crucial since the destination is provided into it.
  • TABLE– However, until some material is provided into it, this tag will have no effect. The layout is provided by a number of additional tags that are given along with it.
  • THEAD– It represents the table’s top row, which contains the column headings.
  • TBODY– It’s used to display real table data within the table tags.
  • TR- It’s used to specify a table row.
  • TD- It’s used to specify what should be sent in the table row’s content.
  • BR- The line break command is used to separate the lines inside the file. There is no tag at the end.

HTML Documents = Web Pages

  • HTML documents describe web pages
  • HTML scripts are made up of both HTML tags and plain text.
  • HTML codes are also known as web pages.

A web browser (such as Internet Explorer or Firefox) is designed to read HTML texts and display them as web pages. The HTML tags are not displayed by the browser, but they are used to comprehend the page’s content:

Example Explained

– The text between and describes the web page

– The text between and is the visible page content

– The text between and is displayed as a heading

– The text between and is displayed as a paragraph

HTML Element Syntax

  • An HTML element begins with a start tag, often known as an opening tag
  • An end tag / closing tag is used to mark the end of an HTML element
  • Everything between the start and end tags is considered element content
  • Some HTML elements have empty content
  • The start tag closes empty items
  • Most HTML elements can have attributes

W3C and WHATWG

The World Wide Web Consortium (W3C) is a group of developers trying to establish worldwide development standards.

WHATWG is an acronym for Web Hypertext Application Technology Working Group. It was designed in 2004 at a W3C workshop session by Apple, Mozilla, and Opera Software employees. WHATWG is a development community that focuses on HTML rather than XHTML and works on standards to improve user experience.

The following terms have been agreed upon by the W3C and the WHATWG:

  • In the WHATWG repository, the W3C and WHATWG collaborate on HTML and DOM to develop a Living Standard and Recommendation/Review Draft-snapshots.
  • The HTML and DOM Living Standards are maintained by the WHATWG.
  • The WHATWG repositories are where the W3C promotes community work (bridging communities, developing use cases, filing issues, writing tests, mediating issue resolution)
  • W3C will no longer publish an independent list of HTML and DOM standards, instead focusing on moving WHATWG Review Drafts to W3C Recommendations.

File extensions:

The file extensions ‘.htm’ and ‘.html’ correspond to HTML files. Plain text files are what they are. HTML stands for Hyper Text Markup Language, and it’s a markup language that’s used to make web pages. Markup tags are used by HTML to describe online pages. They are identified by the file extensions.htm and.html. If you employ HTML files to make your website, an.html or.htm extension will almost certainly appear at the end of the URL. ‘http://code.google.com/chrome/extensions/samples.html’ and ‘http://edgewisdom.com/Finance1.htm’ are two instances.

Conclusion:

“HTML is a standardised technique for labelling text files in order to accomplish font, colour, visual, and hyperlink effects on World Wide Web sites.” HTML is a formatting language, not a programming language. It instructs browsers on how to arrange and display material on a page.

faq

Frequently asked questions

Get answers to the most common queries related to the BANK Examination Preparation.

Give Full form of HTML

Ans. Hyper Text Markup Language.

Is there an end tag for every HTML tag?

Ans. No. Some HTML such as <image> and <br> tags aren’t required to have a closing tag....Read full

How many different sorts of headings can you find in HTML?

Ans. Six different sorts of headings <h1> to <h6> are there in HTML.

What is HTML formatting?

Ans. HTML formatting is a method of presenting text in a more appealing manner. It makes text bold, italicise...Read full

Ans. Hyper Text Markup Language.

Ans. No. Some HTML such as <image> and <br> tags aren’t required to have a closing tag.

 

Ans. Six different sorts of headings <h1> to <h6> are there in HTML.

Ans. HTML formatting is a method of presenting text in a more appealing manner. It makes text bold, italicised, and underlined by using various tags.

Crack Bank Exam with Unacademy

Get subscription and access unlimited live and recorded courses from India’s best educators

  • Structured syllabus
  • Daily live classes
  • Ask doubts
  • Tests & practice
Learn more

Notifications

Get all the important information related to the Bank Exam including the process of application, important calendar dates, eligibility criteria, exam centers etc.

Bank Exam Application Process
IBPS Clerk Notifications
IBPS Clerk Result – Check Prelims Exam Result Link
IBPS PO Notifications
IBPS PO Result
IBPS PO Syllabus 2023 for Prelims and Mains Exam
SBI Clerk Notifications
SBI Clerk Result – SBI Clerk Mains Result 2023 Out
SBI PO Admit Card 2022 – Link(Soon), Steps to Download
SBI PO Notifications 2022 – Check Eligibility, Exam Date, Syllabus, Exam Pattern
SBI PO Result
SBI PO Syllabus 2023, Prelims and Mains Syllabus in Detail
See all

Related articles

Learn more topics related to Computer Knowledge
Windows Operating System

This article discusses the Windows operating system and gives a detailed view on several versions of them. In this article you will get to know about major features and also a historical background of the Windows operating system.

What Is A Wireless Connection?

These days, hardly there's anyone who doesn't use the internet connection these days in their daily life. The Internet has become an essential part of our life because everything has gone online. From food to friends or education to entertainment, everything is present on the Internet.

WAN

This article helps us in understanding the basic meaning of the Internet's biggest WAN or Wide Area Network and the principle behind it, its applications in computer networks, its advantages, and disadvantages,

VPN

Virtual Private Network(VPN) helps guard your privacy by establishing an encrypted connection. It hides your IP address, after which no one can see or trace your activity.

See all
Access more than

12,591+ courses for Bank Exams 

Get subscription

Trending Topics

  • IBPS Clerk Exam Analysis 2022
  • Bank Exam Notifications
  • IBPS-PO Eligibility Criteria
  • IBPS PO Exam Pattern
  • IBPS PO Application Process
  • SBI Clerk Exam Pattern
freeliveclasses_bankexams

Related links

  • Bank Exam Study Materials
  • SBI Clerk Result
  • IBPS PO Syllabus
  • IBPS Clerk Result
  • IBPS PO Salary
  • IBPS Clerk Syllabus
  • IBPS Calendar 2023
  • RBI Grade B Officer
  • RRB PO Exam Pattern
  • RRB Exam Syllabus
  • RRB NTPC Exam Pattern
  • General Awareness for Bank Exams
  • RRB Clerk Exam Date 2023
testseries_bankexams
Download Free English Magazine
Company Logo

Unacademy is India’s largest online learning platform. Download our apps to start learning


Starting your preparation?

Call us and we will answer all your questions about learning on Unacademy

Call +91 8585858585

Company
About usShikshodayaCareers
we're hiring
BlogsPrivacy PolicyTerms and Conditions
Help & support
User GuidelinesSite MapRefund PolicyTakedown PolicyGrievance Redressal
Products
Learner appLearner appEducator appEducator appParent appParent app
Popular goals
IIT JEEUPSCSSCCSIR UGC NETNEET UG
Trending exams
GATECATCANTA UGC NETBank Exams
Study material
UPSC Study MaterialNEET UG Study MaterialCA Foundation Study MaterialJEE Study MaterialSSC Study Material

© 2025 Sorting Hat Technologies Pvt Ltd

Unacademy
  • Goals
    • AFCAT
    • AP EAMCET
    • Bank Exam
    • BPSC
    • CA Foundation
    • CAPF
    • CAT
    • CBSE Class 11
    • CBSE Class 12
    • CDS
    • CLAT
    • CSIR UGC
    • GATE
    • IIT JAM
    • JEE
    • Karnataka CET
    • Karnataka PSC
    • Kerala PSC
    • MHT CET
    • MPPSC
    • NDA
    • NEET PG
    • NEET UG
    • NTA UGC
    • Railway Exam
    • SSC
    • TS EAMCET
    • UPSC
    • WBPSC
    • CFA

Share via

COPY