how can I add custom attributes to the <head> html tag
See original GitHub issueFor example : <head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# place: http://ogp.me/ns/place#">
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Can I add a custom attribute to an HTML tag? - Stack Overflow
In HTML 5 you can/will be able to add custom attributes. Something like this: <tag ... setAttribute() put the attribute in the HTML...
Read more >How to declare a custom attribute in HTML ? - GeeksforGeeks
If you want to define your own custom attributes in HTML, you can implement them through data-* format. * can be replaced by...
Read more >How to add custom html attributes to script tag Html.Script
Need to add an attribute to script files outputted by the Sitefinity JsRegister. Steps to Reproduce.
Read more >HTML5 Custom Attributes And How To Access Them Using ...
In this tutorial, I will show you how to properly create custom attributes for HTML elements. Also you will learn how to access/read...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@quentin-sommer did the PR solve your problem?
It did! thanks