Mastering Fundamental HTML In 4 Days | Day 4 | Semantics and Accessibility

NUR ARIF
1 min readFeb 19, 2022

--

Html5 introduces about 30 new tags for creating HTML structures which are commonly known as semantic tags. Semantic tags mean tags have meaning, for example <h1> tags are used to create headings, <p> tags are used to create paragraphs, and <table> tags are used to create tables. Semantic tags in HTML5 do not have any style, for example when using the <header> tag, the output is not capitalized as when using the <h1> tag. So what is the purpose of semantic tags in HTML5? , OK let’s go back to the original purpose of HTML. HTML is designed to structure pages, not focus on how they look, so for effect, we recommend using CSS or something else. When doing web development and design, you should pay attention to Accessibility so that the web can be accessed by everyone. Without an easily accessible web they will simply leave the web. The web must be easily accessible in order to provide opportunities for anyone, even if the capabilities are not the same.

--

--

NUR ARIF

Backend | Data Scraping | Content Writer | Python Programming | Passionate Cyber Security