NIH | National Cancer Institute | NCI Wiki  

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Paste the following template into the edit field:

    Code Block
    <html>
      <head>
            <title>Title of the document</title>
      </head>
      <body>
        <p>
            Provide your information here. 
            You can use the following tags: 
            <sup>superscript</sup>, 
            <sub>subscript</sub>, 
            <b>bold</b>, and 
            <i>italics<<i>Italics</i>
        </p>
      </body>
    </html>
  2. Copy text from an appropriate location. Options include:
    • Copying formatted text from the web page of the abstract rather than a PDF of the abstract. (Your browser might not interpret correctly the encoding of special characters used by a PDF.)
      1. Right-click the web page and select View Page Source. HTML appears for the whole page.
      2. Locate the abstract by searching for words in that abstract.
      3. Copy the HTML of the abstract.
    • Copying characters from results of a search in https://www.compart.com/en/unicode/ or Google.
  3. Paste text between the <p> and </p> tags in the edit field.

...