See Our Webmaster Tools for Windows and Mac

                                  

How Many Tag In HTML..?

Started by ankitasharma123, May 24, 2018, 01:31:31 AM


sonyrobin

According to W3Schools.com, there are 89 tags in total in the HTML language.


cityweb

Many tags have corresponding closing tags which identical except for a slash after the tag opener. there are generally 89 tags in html.

RH-Calvin

There are 10 basic HTML tags.
Cheap VPS | $1 VPS Hosting
Cheap Dedicated Servers | Free Setup with IPMI

Citywebpuneind

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.

Betasolutionscpa

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