We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3b4cc4 commit c210fa3Copy full SHA for c210fa3
index.html
@@ -4811,8 +4811,8 @@ <h3>Graph Containers</h3>
4811
4812
<section class="informative"><h2>Embedding JSON-LD in HTML Documents</h2>
4813
4814
- <p>HTML script tags can be used to embed blocks of data in documents.
4815
- This way, JSON-LD content can be easily embedded in HTML by placing
+ <p>HTML <a data-cite="HTML52/semantics-scripting.html#the-script-element">script elements</a> can be used to embed blocks of data in documents.
+ This way, JSON-LD content can be easily embedded in HTML [[HTML52]] by placing
4816
it in a script element with the <code>type</code> attribute set to
4817
<code>application/ld+json</code>.</p>
4818
0 commit comments