Q&A
Ask and answer questions to make information more available to wider audiences.
Ryker Ackroyd @ackroydryker   15, Jun 2023 12:00 AM
semantic HTML
What is semantic HTML?
answers 1
 
Answer 1
Aiden Barti @aidenbarti   21, Jun 2023 12:49 PM
Semantic HTML is a coding style. It uses HTML markup to reinforce the semantics or meaning of the content in webpages and web applications rather than just defining its look or appearance. It introduces meaning to the code we write.

For example: <form>, <table>, and <article>, these tags clearly define its content.