Someone good with python and html help please!!!?

  • Thread starter Thread starter Kenny C
  • Start date Start date
K

Kenny C

Guest
Make a web form that asks the user to make a blog entry. Your form should allow the user to
specify the following:
• the blog entry’s title
• the blog entry itself
• style information for the blog entry:
o whether the text is bold, italic, and/or underlined (user can select any, all, or none)
o whether the text is left-aligned, right-aligned or centered (user can select only one)
Your form should be neatly laid out. Style it with a separate CSS page.
Then make a web script that generates an HTML page that shows the blog title and entry, with the specified style for the blog entry. You can put the style information in the “style” attribute of your
generated HTML (e.g. <p style="font-weight:bold;">).

does anybody know how to be able to make the entry into bold,italic or no style for python?please help!!!!!!!!!!!!!!!!!
 
Back
Top