w0ngky / deployment-compulsory-task

0 stars 0 forks source link

Improve HTML semantics for better structure. #4

Closed w0ngky closed 1 day ago

w0ngky commented 1 day ago

The current structure uses a <div> for the main content area. Consider using semantic HTML elements like <section> and <article*> for better accessibility and SEO. This helps search engines understand the content hierarchy.

w0ngky commented 1 day ago

Used elements like <section> and <article> instead of <div*> where applicable for better accessibility and SEO