UI Flashcards
What is HTML
HTML stands for HyperText Markup Language, and is the most popular markup language to create websites and anything that can be viewed in a web browser.
What is the difference between elements and tags?
The difference:
Tags have opening tags, then the content we want to display on the browser, and the closing tag.
All of these together, create an HTML element.
What is Semitic HTML?
HTML5 introduced somatic tags like header, nav, article, section, and many more.
Sematic tags clearly describe their meaning to both the browser and the developer.
Which helps search engines better understand the content and social media crawling.
Examples:
nav tag can go inside the header tag
the section can go inside the article tag