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

Lineamientos de codigo #80

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

Alejosanch97
Copy link

Changes made:

Indentation: Fixed the indentation throughout the code for better readability.

Language attribute: Added lang="en" to the tag to specify the language of the content.

Unnecessary nesting: Removed unnecessary nesting of

elements.

Semantic HTML: Used semantic elements like

and

for headings and

for paragraphs.

Image alt text: Added an alt attribute to the image for accessibility.

Concise code: Removed unnecessary empty

elements.

Changes made:
Indentation: Fixed the indentation throughout the code for better readability.
    
Language attribute: Added lang="en" to the <html> tag to specify the language of the content.
    
Unnecessary nesting: Removed unnecessary nesting of <div> elements.
    
Semantic HTML: Used semantic elements like <h2> and <h3> for headings and <p> for paragraphs.

Image alt text: Added an alt attribute to the image for accessibility.
    
Concise code: Removed unnecessary empty <div> elements.
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