Question: need help with my python question ( reposting this because i forgot to upload the code part) thanx ! Amarkup language is a language that

 need help with my python question ( reposting this because iforgot to upload the code part) thanx ! Amarkup language is alanguage that annotates text so that the computer can manipulate the text.

need help with my python question ( reposting this because i forgot to upload the code part)

thanx !

Amarkup language is a language that annotates text so that the computer can manipulate the text. Most markup languages are human readable because the annotations are written in a way to distinguish them from the text. The most important feature of a markup language is that the tags it uses to indicate annotations should be easy to distinguish from the document content. One of the most well-known markup languages is the one commonly used to create web pages called HTML or Hypertext Markup Language. In HTML, tags appear in angle brackets such as in . When you load a Web page in your browser, you do not see the tags themselves: the browser interprets the tags as instructions on how to format the text for display Most tags in HTML are used in pairs to indicate where an effect starts and ends. For example. Sp> This is a paragraph of text written in HTM. Here

and that are used to place the enclosed text in bold font, and and that indicate that the enclosed text is italic. Note that the end tags look just like the start tags, except foir the addition of a slash , after the symbol. Sets of tags are often nested inside other sets of tags. For example, an ordered list is a list of numbered items. You specify the start of an ordered list with the tag

    , and the end with

. Within the ordered list, you identify items to be numbered with the tags

  • (for list item) and1i>. For example, the following specification
  • First item1i>
  • Second item1i>
  • Third item
  • Step by Step Solution

    There are 3 Steps involved in it

    1 Expert Approved Answer
    Step: 1 Unlock blur-text-image
    Question Has Been Solved by an Expert!

    Get step-by-step solutions from verified subject matter experts

    Step: 2 Unlock
    Step: 3 Unlock

    Students Have Also Explored These Related Databases Questions!