Webmaster Forums - Website and SEO Help

Web Development and Design => Website Design and HTML => Topic started by: ankitasharma123 on May 24, 2018, 01:31:31 AM

Title: How Many Tag In HTML..?
Post by: ankitasharma123 on May 24, 2018, 01:31:31 AM
Hello friends,

How Many Tag In HTML..?
Title: Re: How Many Tag In HTML..?
Post by: sonyrobin on May 24, 2018, 08:42:03 AM
According to W3Schools.com, there are 89 tags in total in the HTML language.
Title: Re: How Many Tag In HTML..?
Post by: steelkitchensink on May 25, 2018, 03:20:43 AM
There are 89 HTML Tags...
Title: Re: How Many Tag In HTML..?
Post by: cityweb on March 21, 2020, 03:46:34 AM
Many tags have corresponding closing tags which identical except for a slash after the tag opener. there are generally 89 tags in html.
Title: Re: How Many Tag In HTML..?
Post by: RH-Calvin on March 23, 2020, 08:48:49 AM
There are 10 basic HTML tags.
Title: Re: How Many Tag In HTML..?
Post by: Citywebpuneind on November 02, 2021, 08:41:24 AM
HTML is a very simple markup language. Even though there are close to 100 tags in HTML5, you usually only end up using a handful 99% of the time.
Title: Re: How Many Tag In HTML..?
Post by: Betasolutionscpa on August 07, 2025, 09:32:47 AM
HTML Tags

<form> Defines an HTML form for user input
<input> Defines an input control
<textarea> Defines a multiline input control (text area)
<button> Defines a clickable button
<select> Defines a drop-down list
<label> Defines a label for an <input> element
<fieldset> Groups related elements in a form
<datalist> Specifies a list of pre-defined options for input controls