Help:HTML in wikitext: Difference between revisions

Content deleted Content added
dl, dt, dd: restore hatnote which somehow went missing
It didn't "went missing"; I removed it because it is out of scope here as this page deals primarily with HTML markup.
Line 553:
 
====dl, dt, dd====
{{hatnote|Do not use ''<strong>;</strong>'' to simply bold a line without defining a value using ''<strong>:</strong>'' as this usage now renders invalid HTML5.}}
{{tag|dl}}, {{tag|dt}} and {{tag|dd}} are used to create a definition list of group names corresponding to values. Group names are in bold and values are indented. Each group <em>must</em> include one or more definitions.