HTML |
This topic contains the following sections:
HTML — General HTML code.
A text (valid HTML code) assigned to the HTML variable is rendered in the Results window.HTML = @"<h2 style='color:red; background-color:yellow; text-align:center'> Hello Collective2! </h2>"; HR(); HTML = @"<a href='http://www.collective2.com' target='_blank'> Welcome home! <a>"; HR(); HTML = "<img src='https://collective2.com/images/c2logo_forums.png'>";