Question: Above are the requirements for a python lab what im suppose to output is Output 1 *Heading 1 *Heading 2 *Heading 3 *Heading 4 Output


Above are the requirements for a python lab what im suppose to output is
Output 1
*Heading 1 *Heading 2 *Heading 3 *Heading 4
Output 2
*Heading 1
*Sub Heading 2
*Sub Heading 3 *Heading 4
Output 3
*Heading 1
*Sub Heading 1-1
*Sub Heading 1-2
I dont know what to input
HTML Files Hypertext Markup Language is the basic language used for web pages. It is just a text file, so we can use python to read an html. The markup in html uses tags for sections and formatting Tags have an opening and a closing tag. For instance, in the tag, there is normally a title tag that gives the title of the web page Example head> This is a paragraph in the body. Big section of information Big section of information Big section of information This is a paragraph in the body. Big section of information Big section of information Big section of information is the highest level, with lower tags
,
,
etc.
Smaller sub heading
section starts with
and the end is marked with
. You'll want HTML Files Hypertext Markup Language is the basic language used for web pages. It is just a text file, so we can use python to read an html. The markup in html uses tags for sections and formatting Tags have an opening and a closing tag. For instance, in the tag, there is normally a title tag that gives the title of the web page Example head> is the highest level, with lower tags
,
,
etc.
Smaller sub heading
section starts with
and the end is marked with
. You'll want
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
