Content deleted Content added
Gravidus25 (talk | contribs)
Gravidus25 (talk | contribs)
Line 161:
The general form of an HTML element is therefore: {{code|lang=html|code=<tag attribute1="value1" attribute2="value2">''content''</tag>}}. Some HTML elements are defined as ''empty elements'' and take the form {{code|lang=html|code=<tag attribute1="value1" attribute2="value2">}}. Empty elements may enclose no content, for instance, the {{code|lang=html|code=<br>}} tag or the inline {{code|lang=html|code=<img>}} tag.
The name of an HTML element is the name used in the tags.
The end tag's name is preceded by a slash character, <code>&#47;</code>,. andIf ina emptytag elementshas theno content, an end tag is neithernot requiredallowed. norIf allowedattributes are not mentioned, default values are used in each case.
If attributes are not mentioned, default values are used in each case.
 
==== Element examples ====