Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

This problem is to write a Python program which will generate an HTML document. Create an .html file for output. (I called mine MyPage.html) Prompt

image text in transcribed
image text in transcribed
image text in transcribed
image text in transcribed
This problem is to write a Python program which will generate an HTML document. Create an .html file for output. (I called mine MyPage.html) Prompt the user for: A background color A Page heading . Some text A heading for a List Some list items (This should be a while loop allowing the user to enter as many items as needed. Use a Sentinel value (choose a value) that triggers completion of entry Your program needs to generate the appropriate HTML code. The HTML must also include a Title of your choosing. Your program does not need to open the HTML document. You will view your HTML by opening it in a browser after your program is done generating it. Remember to use TextEdit or Notepad to view the HTML as text while you write your program to make sure it's generating the HTML

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Contemporary Issues In Database Design And Information Systems Development

Authors: Keng Siau

1st Edition

1599042894, 978-1599042893

More Books

Students also viewed these Databases questions