created: 20131205160816081 modified: 20131205160828313 tags: wikitext title: HTML in WikiText type: text/vnd.tiddlywiki HTML tags and comments can be used directly in WikiText. For example: ```
This is my nice and simple block of text. HelloThere
``` Attributes in HTML tags can be specified as a transclusion or a macro invocation. For example, here the value of the `href` attribute will be set to the value of the tiddler MyLinkDestination: ``` link ``` Here an attribute is specified as a macro invocation: ``` >>link ```