On Tuesday, December 20, 2011 9:24:08 PM UTC-8, Carl Eberhart wrote:
>
> Are there any other html tags that don't print in sage worksheet? 
> Thanks.


It's not that "<html>" doesn't print: instead, it is interpreted as html 
code, and so is processed by the web browser.  Try

   print('<html><strong>hello</strong></html>')

for example.  On the other hand,

  str('<html>')

prints the string.

-- 
John

-- 
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

Reply via email to