Using custom HTML tags in a web page's head can disrupt Google's rendering and indexing, potentially impacting SEO. Despite their benefits for developers, custom tags should be used cautiously due to ...
That is what Brick, a cross-browser library from Mozilla, will allow you to do. Using Brick you will be able to create custom HTML tags to: … abstract away common user interface patterns into ...
Web Components will change how you build web apps in the near future. At its core, web components let developers create reusable custom HTML tags (think: <datepicker>) for user interface patterns.