We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 324bdd7 commit 1e8090dCopy full SHA for 1e8090d
1 file changed
desktop-src/Msi/hyperlink-control.md
@@ -15,7 +15,7 @@ The Hyperlink control displays a HTML link to an address, which opens in the def
15
The Text value of the HyperLink control uses the anchor \<a\> tag and the HREF attribute value to specify the URL and displayed text of the link.
16
17
``` syntax
18
-[Blue Yonder Airlines](https://www.blueyonderairlines.com)
+<a href="https://www.blueyonderairlines.com">Blue Yonder Airlines</a>
19
```
20
21
## Control Attributes
0 commit comments