-HTML-Element wird verwendet, um einen Eintrag in einer Liste darzustellen. Es muss in einem Elternelement enthalten sein: einer geordneten Liste (), einer ungeordneten Liste (
Das HTML Element repräsentiert den dominierenden Inhalt des eines Dokuments. Der Hauptinhaltsbereich besteht aus Inhalten, die direkt mit dem zentralen Thema eines Dokuments oder der zentralen Funktionalität einer Anwendung zusammenhängen oder diese erweitern....Das <main> HTML Element repräsentiert den dominierenden Inhalt des <body> eines Dokuments. Der Hauptinhaltsbereich besteht aus Inhalten, die direkt mit dem zentralen Thema eines Dokuments oder der zentralen Funktionalität einer Anwendung zusammenhängen oder diese erweitern.
Das HTML Element weist auf einen zu definierenden Begriff hin. Das -Element sollte in einem vollständigen Definitionssatz verwendet werden, wobei die vollständige Definition des Begriffs eine der folgenden sein kann:...Das <dfn> HTML Element weist auf einen zu definierenden Begriff hin. Das <dfn>-Element sollte in einem vollständigen Definitionssatz verwendet werden, wobei die vollständige Definition des Begriffs eine der folgenden sein kann:
elements of type number are used to let the user enter a number. They include built-in validation to reject non-numerical entries....<input> elements of type number are used to let the user enter a number. They include built-in validation to reject non-numerical entries.
elements of type radio are generally used in radio groups—collections of radio buttons describing a set of related options....<input> elements of type radio are generally used in radio groups—collections of radio buttons describing a set of related options.
elements of type="date" create input fields that let the user enter a date. The appearance of the date picker input UI varies based on the browser and operating system. The value is normalized to the format yyyy-mm-dd....<input> elements of type="date" create input fields that let the user enter a date. The appearance of the date picker input UI varies based on the browser and operating system. The value is normalized to the format yyyy-mm-dd.
elements of type range let the user specify a numeric value which must be no less than a given value, and no more than another given value. The precise value, however, is not considered important. This is typically represented using a slider or dial control rather than a text entry box like the number input type....<input> elements of type range let the user specify a numeric value which must be no less than a given value, and no more than another given value. The precise value, however, is not considered important. This is typically represented using a slider or dial control rather than a text entry box like the number input type.