Help:HTML in wikitext: Difference between revisions

Content deleted Content added
Topaz (talk | contribs)
m Permitted HTML: fixed an html link example that wouldn't have made sense anyway
Topaz (talk | contribs)
m fixing my own mistake
Line 105:
E.g., element "a" is not allowed, and the wikitext
 
<a href="<nowiki>http://meta.wikimedia.org/wiki/Main_Page</nowiki>">Main Page</a>
 
produces the HTML code
 
&amp;lt;a href="<nowiki>http://meta.wikimedia.org/wiki/Main_Page</nowiki>"&amp;gt;Main Page&amp;lt;/a&amp;gt;
 
which renders as the wikitext, not working as a link.