Next: , Previous: Quoting HTML tags, Up: HTML export


12.6.3 Links

Internal links (see Internal links) will continue to work in HTML files only if they match a dedicated `<<target>>'. Automatic links created by radio targets (see Radio targets) will also work in the HTML file. Links to external files will still work if the HTML file is in the same directory as the Org file. Links to other .org files will be translated into HTML links under the assumption that an HTML version also exists of the linked file. For information related to linking files while publishing them to a publishing directory see Publishing links.

If you want to specify attributes for links, you can do so using a special syntax. Here is an example that sets alt and title attributes for an inlined image:

     [[./img/a.jpg{{alt="This is image A" title="Image with no action"}}]]