Package com.webfirmframework.wffweb.tag.html.attribute.global
package com.webfirmframework.wffweb.tag.html.attribute.global
Global html attributes :
accesskey
class
id
lang
style
tabindex
title
Html5 global attributes are available under com.webfirmframework.wffweb.tag.html.html5.attribute.global package. Refer https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes
accesskey
class
id
lang
style
tabindex
title
Html5 global attributes are available under com.webfirmframework.wffweb.tag.html.html5.attribute.global package. Refer https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes
-
ClassesClassDescription
<element dir="ltr|rtl|auto">
The lang attribute specifies the language of the element's content.
Sample html :-
<p> This is a paragraph. </p>
<p lang="fr"> Ceci est un paragraphe. </p>
<element tabindex="number">
<element title="text">