You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
In Some Multiple Files, We need to alt attributes along with alt text to Image Elements.
At the Same thing, ARIA Attributes(Web Accessibility) , title(Tooltip), rel attributes to Social Icons.
Other Files, Form sections need ARIA Attributes.
Most Important thing, starting of the HTML Document in Some HTML Files. Missing <DOCTYPE html> Line of Code.
Describe the solution you'd like
Only Follow above Issues with adding Features is the Solution for Us.
Describe alternatives you've considered
No response
Additional context
ARIA attributes enable modifying an element's states and properties as defined in the accessibility tree. Note: ARIA only modifies the accessibility tree, modifying how assistive technology presents the content to your users. ARIA doesn't change anything about an element's function or behavior.
The alt attribute provides alternative information for an image if a user for some reason cannot view it (because of slow connection, an error in the src attribute, or if the user uses a screen reader).
The title attribute specifies extra information about an element. The information is most often shown as a tooltip text when the mouse moves over the element. The title attribute can be used on any HTML element (it will validate on any HTML element.
The rel attribute specifies the relationship between the current document and the linked document. Only used if the href attribute is present. Tip: Search engines can use this attribute to get more information about a link!
The HTML document type declaration, also known as DOCTYPE , is the first line of code required in every HTML or XHTML document. The DOCTYPE declaration is an instruction to the web browser about what version of HTML the page is written in. This ensures that the web page is parsed the same way by different web browsers. No response
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Hello @NarendraKoya999, thank you for raising an issue. 🙌 I have assigned the issue to you. You can now start working on it. If you encounter any problems, please feel free to connect with us. 👍
Is your feature request related to a problem? Please describe.
Most Important thing, starting of the HTML Document in Some HTML Files. Missing <DOCTYPE html> Line of Code.
Describe the solution you'd like
Describe alternatives you've considered
No response
Additional context
ARIA attributes
enable modifying an element's states and properties as defined in the accessibility tree. Note: ARIA only modifies the accessibility tree, modifying how assistive technology presents the content to your users. ARIA doesn't change anything about an element's function or behavior.The alt attribute
provides alternative information for an image if a user for some reason cannot view it (because of slow connection, an error in the src attribute, or if the user uses a screen reader).The title attribute
specifies extra information about an element. The information is most often shown as a tooltip text when the mouse moves over the element. The title attribute can be used on any HTML element (it will validate on any HTML element.The rel attribute
specifies the relationship between the current document and the linked document. Only used if the href attribute is present. Tip: Search engines can use this attribute to get more information about a link!The HTML document type declaration, also known as DOCTYPE ,
is the first line of code required in every HTML or XHTML document. The DOCTYPE declaration is an instruction to the web browser about what version of HTML the page is written in. This ensures that the web page is parsed the same way by different web browsers.No response
Code of Conduct
The text was updated successfully, but these errors were encountered: