Computer Science, asked by babitasinghshreya, 6 months ago

With _____ tag, the text preserves both spaces and line breaks and is displayed in a fixed width font.Required to answer. Single choice.

(1 Point)

pre

  ;

Table

Div

Answers

Answered by jmkate2003
0

Answer:

press

Explanation:

is the answer

thanks for the points

Answered by Akashbhosle
2

Answer:

You’ve styled the div to have a set width of 100px. At a reasonable font size, that’s too much text to fit in 100px. Without doing anything, the default white-space value is normal, and the text will wrap. See the example below or follow along at home with the demo.

Explanation:

Notice in HTML code example at the top of this article, there are actually two line breaks, one before the line of text and one after, which allow the text to be on its own line (in the code). When the text renders in the browser, those line breaks appear as if they are stripped out

Similar questions