Computer Science, asked by natasha561, 11 months ago

Discuss <PRE> tag giving example.

Plz help me i will chose the brainlist...... ​

Answers

Answered by sabantg51523
1

Answer:

The <pre> tag in HTML is used to define the block of preformatted text which preserves the text spaces, line breaks, tabs, and other formatting characters which are ignored by web browsers. Text in the <pre> element is displayed in a fixed-width font, but it can be changed using CSS.

Hope it helps

Answered by Tan1shq3000
3

Answer:

Mark me brainliest

Explanation:

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 code.

Similar questions