This site uses cookies to enhance your experience. If you continue without changing your settings,
we'll assume that you are willing to accept all cookies from this site.
For more information see this site's Cookie and Privacy Policy.
Since the inception of the web, HTML has been one of the cornerstones of web development, but how well do we know and understand it? Each element not only has default styles provided by the browser, but also semantic meaning which helps us with code structure, maintainability, SEO and, Accessibility.
We regularly use divs, spans, buttons, paragraph tags and many more, but what about the ones that aren’t so common like <time> or <abbr>? In this talk we will go over some lesser known HTML elements that can help us create better content for our users.
Topic: Web Development
Target Audience: Intermediate
Keywords: HTML, SEO, maintainability, UX/UI, code quality