Preformatted Text

Example preserving spaces and line breaks using the pre element.

Preview

Code


function hello() {
  console.log("Hello World");
}

More HTML Computercode Examples (4)