Create Link: Difference between revisions

Jump to navigation Jump to search
9 bytes removed ,  12 March 2016
m
m (Undo revision 16391 by Planetoid (talk))
Line 74: Line 74:
* 在 Google Drive[https://support.google.com/docs/answer/3093313?hl=zh-Hant&rd=1] 或 Microsoft Excel 的儲存格內建立超連結: <pre>=HYPERLINK("%URL%",  "%TEXT%")</pre>
* 在 Google Drive[https://support.google.com/docs/answer/3093313?hl=zh-Hant&rd=1] 或 Microsoft Excel 的儲存格內建立超連結: <pre>=HYPERLINK("%URL%",  "%TEXT%")</pre>


optional
* HTML (Use HTML Entities) for [http://www.w3.org/TR/xhtml1/ XHTML 1.0] strict [http://www.sitepoint.com/article/standards-compliant-world]: <pre><a href="%URL%" rel="external" title="%TEXT%">%TEXT%</a>
* HTML (Use HTML Entities) for [http://www.w3.org/TR/xhtml1/ XHTML 1.0] strict [http://www.sitepoint.com/article/standards-compliant-world]: <pre><a href="%URL%" rel="external" title="%TEXT%">%TEXT%</a>
</pre>
</pre>

Navigation menu