Answered step by step
Verified Expert Solution
Question
1 Approved Answer
A markup language is a language that annotates text so that the computer can manipulate the text. Most markup languages are human readable because the
A markup 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. SD> This is a paragraph of text written in HTM Here (for list item) and . For example, the following specification:
represents the start of a paragraph, and
indicates where the paragraph ends. Other tags includeb and /b> that are used to place the enclosed text in bold font, and i and /i that indicate that the enclosed text is italic. Note that the end tags look just like the start tags, except for the addition of a slash'/' after the , and the end with . Within the ordered list, you identify items to be numbered with the tags- First item
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started