html-hello
html-hello copied to clipboard
Lineamientos de codigo
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.
and
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.