<textarea>
    <h1>Visiting Norway</h1>
    <p><strong><img style="float: right;" src="https://images.pexels.com/photos/1559825/pexels-photo-1559825.jpeg?auto=compress&amp;cs=tinysrgb&amp;dpr=2&amp;h=750&amp;w=1260" alt="Town" width="300" height="375"></strong>Norway, officially the Kingdom of Norway, is a <a href="https://en.wikipedia.org/wiki/Nordic_countries">Nordic country</a> in Northern Europe, the mainland territory of which comprises the western and northernmost portion of the Scandinavian Peninsula.</p>
    <p>The remote Arctic island of Jan Mayen and the archipelago of Svalbard also form part of Norway. Bouvet Island, located in the <a href="https://en.wikipedia.org/wiki/Subantarctic">Subantarctic</a>, is a dependency of Norway; it also lays claims to the Antarctic territories of Peter I Island and Queen Maud Land. The capital and largest city in Norway is <a href="https://en.wikipedia.org/wiki/Oslo">Oslo</a>.<strong><br></strong></p>
    <p>Listen to Norway's royal anthem on Spotify:</p>
    <div style="left: 0px; width: 100%; height: 152px; position: relative; max-width: 650px;" data-ephox-embed-iri="https://open.spotify.com/track/6SPocux2pBpFp3lshAOek1?si=907d52cf2af94efc"><iframe style="top: 0; left: 0; width: 100%; height: 100%; position: absolute; border: 0;" src="https://open.spotify.com/embed/track/6SPocux2pBpFp3lshAOek1?utm_source=oembed" allow="clipboard-write; encrypted-media; fullscreen; picture-in-picture;" allowfullscreen="allowfullscreen"></iframe></div>
    <h2>Geography</h2>
    <div class="related-content">
      <h3>Related content</h3>
      <p><strong>Lorem ipsum</strong> dolor sit amet...</p>
    </div>
    <p>Norway has a total area of 385,207 square kilometres (148,729 sq mi) and had a population of 5,425,270 in January 2022. The country shares a long eastern border with Sweden at a length of 1,619 km (1,006 mi). It is bordered by Finland and Russia to the northeast and the Skagerrak strait to the south, on the other side of which are Denmark and the United Kingdom.</p>
    <p>Norway has an extensive coastline, facing the North Atlantic Ocean and the Barents Sea. The maritime influence dominates Norway's climate, with mild lowland temperatures on the sea coasts; the interior, while colder, is also significantly milder than areas elsewhere in the world on such northerly latitudes. Even during polar night in the north, temperatures above freezing are commonplace on the coastline. The maritime influence brings high rainfall and snowfall to some areas of the country.</p>
    <h2>Norway 3-day itinerary</h2>
    <p>If you're in Norway for a long weekend or just a short trip, here's our recommendation:</p>
    <table style="border-collapse: collapse; border-width: 1px;" border="1">
      <thead>
        <tr>
          <td style="width: 12.9794%; border-width: 1px;">&nbsp;</td>
          <td style="width: 44.5428%; border-width: 1px;"><strong>Location</strong></td>
          <td style="width: 42.4779%; border-width: 1px;"><strong>Activity</strong></td>
        </tr>
      </thead>
      <tbody>
        <tr>
          <td style="width: 12.9794%; border-width: 1px;"><strong>Day 1</strong></td>
          <td style="width: 44.5428%; border-width: 1px;">Fl&aring;m Mountain Railway and Fl&aring;m village</td>
          <td style="width: 42.4779%; border-width: 1px;">Tellus est malesuada&nbsp;</td>
        </tr>
        <tr>
          <td style="width: 12.9794%; border-width: 1px;"><strong>Day 2</strong></td>
          <td style="width: 44.5428%; border-width: 1px;">UNESCO-listed N&aelig;r&oslash;yfjord and Voss village</td>
          <td style="width: 42.4779%; border-width: 1px;">Vivamus pretium ornare est</td>
        </tr>
        <tr>
          <td style="width: 12.9794%; border-width: 1px;"><strong>Day 3</strong></td>
          <td style="width: 44.5428%; border-width: 1px;">Leaving Voss</td>
          <td style="width: 42.4779%; border-width: 1px;">Amet, consectetuer adipiscing</td>
        </tr>
      </tbody>
    </table>
    <h2>Where to book your travel</h2>
    <ol>
      <li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>
      <li>Aliquam tincidunt mauris eu risus.</li>
    </ol>
    <blockquote>
      <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus magna. Cras in mi at felis aliquet congue. Ut a est eget ligula molestie gravida. Curabitur massa. Donec eleifend, libero at sagittis mollis, tellus est malesuada tellus, at luctus turpis elit sit amet quam. Vivamus pretium ornare est.</p>
    </blockquote>
    <h3>Staying healthy</h3>
    <ul>
      <li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>
      <li>Aliquam tincidunt mauris eu risus.</li>
    </ul>
    <p><em>Featuring <a href="https://en.wikipedia.org/wiki/Norway">content from Wikipedia</a></em></p>
  </textarea>
tinymce.init({
  // Select the element(s) to add TinyMCE to using any valid CSS selector
  selector: "textarea",

  // Tip - To keep TinyMCE lean, only include the plugins you need.
  plugins:
    "a11ychecker advcode advlist advtable anchor autocorrect autolink autosave editimage fullscreen image link linkchecker lists media mediaembed pageembed powerpaste searchreplace table template tinymcespellchecker typography visualblocks wordcount",

  // Configure the toolbar so it fits your app. There are many
  // different configuration options available:
  // https://www.tiny.cloud/docs/tinymce/6/toolbar-configuration-options/
  toolbar:
    "undo redo | styles | bold italic underline strikethrough | align | table link image media pageembed | bullist numlist outdent indent | spellcheckdialog a11ycheck typography code | fullscreen",

  // Specify the height of the editor, including toolbars and the statusbar.
  // https://www.tiny.cloud/docs/tinymce/6/customize-ui/#changing-editor-height-and-width
  height: 540,

  // Configure the style menu and define available formats
  // Here, we have defined a medium sized image format as an example.
  // There is a lot more you can do with formats:
  // https://www.tiny.cloud/docs/tinymce/6/filter-content/
  style_formats: [
    { title: "Heading 1", block: "h1" },
    { title: "Heading 2", block: "h2" },
    { title: "Paragraph", block: "p" },
    { title: "Blockquote", block: "blockquote" },
    { title: "Image formats" },
    { title: "Medium", selector: "img", classes: "medium" }
  ],

  // Use font_css to load custom fonts from an external source
  // https://www.tiny.cloud/docs/tinymce/6/add-css-options/#font_css
  font_css: [
    "https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;1,400&display=swap"
  ], // URLs containing commas and such have to be wrapped in an array to work

  // The following css will be injected into the editor, extending
  // the default styles.
  // In a real world scenario, it's recommended to use the content_css
  // option to load a separate CSS file. This makes editing easier too.
  // https://www.tiny.cloud/docs/tinymce/6/add-css-options/
  content_style: `
        body {
          font-family: 'Roboto', serif;
          color: #222;
        }
        img {
          height: auto;
          margin: auto;
          padding: 10px;
          display: block;
        }
        img.medium {
          max-width: 25%;
        }
        a { 
          color:#116B59;
        }
        .related-content {
          padding:0 10px;
          margin: 0 0 15px 15px;
          background:#eee;
          width:200px;
          float:right;
        }
      `,

  // TinyMCE offers a wide range of options to control what classes, styles
  // and attributes are allowed in the content. All other classes will be
  // filtered out.
  // https://www.tiny.cloud/docs/tinymce/6/content-filtering/#valid_classes
  valid_classes: {
    img: "medium",
    div: "related-content"
  },

  // Enable image fig captions
  // https://www.tiny.cloud/docs/tinymce/6/image/#image_caption
  image_caption: true,

  // Advanced Code Editor lets power users edit the editor's underlying HTML in real time,
  // with indents and color coding. Enable inline view for a more seamless code editing
  // experience.
  // https://www.tiny.cloud/docs/tinymce/6/advcode/
  advcode_inline: true,

  // Templates is useful for when users need to insert repeatable content,
  // for example a related content block.
  // https://www.tiny.cloud/docs/tinymce/6/template/
  templates: [
    {
      title: "Related content",
      description: "This template inserts a related content block",
      content:
        '<div class="related-content"><h3>Related content</h3><p><strong>Lorem ipsum</strong> dolor sit amet...</p></div>'
    }
  ],

});

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

  1. https://cdn.tiny.cloud/1/qagffr3pkuv17a8on1afax661irst1hbr4e6tbv888sz91jc/tinymce/6/tinymce.min.js