Computer Science, asked by aryanpatni668, 23 days ago

Explain preformatted text in HTML by giving an example.​

Answers

Answered by TWACB
5

Answer:

The <pre> tag defines preformatted text. Text in a <pre> element is displayed in a fixed-width font, and the text preserves both spaces and line breaks. The text will be displayed exactly as written in the HTML source

Similar questions