Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjusted the segment Html page in compliance to W3C standards #923

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

gbengaoluwadahunsi
Copy link
Contributor

Summary
I made the following changes to improve compliance with W3C standards:

Removed the unnecessary type attribute from <script> tags.
Moved two <script> tag from an inappropriate location outside the head and body tags to the appropriate location inside the body tags.

Motivation
The motivation behind these changes is to adhere to best practices outlined by the W3C standards for HTML documents. According to W3C recommendations, the type attribute for <script> tags is not necessary and its omission helps reduce redundancy and clutter in the HTML markup. Additionally, placing <script> tags outside the head and body does not comply with organization and adherence to the recommended structure of HTML documents.

Testing
These changes have been tested locally to ensure that they do not adversely affect the functionality or layout of the webpage. Additionally, the updated HTML markup has been validated using online HTML validation tools to confirm compliance with W3C standards.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant