How to Change Text Into a Formatted HTML Fragment

Changing text into HTML format does not require special software. You can use the built-in Windows Wordpad or Notepad to write text as HTML code on any PC. Once you have changed the text into HTML coding and saved the file as an HTML document, you can upload it to your web host and display it publicly on the Internet.

Things You'll Need

  • Wordpad or Notepad
Show More

Instructions

    • 1

      Click on the “Start” button to launch the start menu.

    • 2

      Click on “Programs” then open the “Accessories” file.

    • 3

      Open up the Wordpad or Notepad program. Both programs serve the same purpose, so use the program that you like to write in best.

    • 4

      Copy and paste the following HTML code into your blank page:

      <HTML>
      <HEAD>
      <TITLE>
      (Insert page title here)
      </TITLE>
      </HEAD>
      <BODY>
      <P>
      (Insert text paragraph here.)
      </P>
      <P>
      (Insert text paragraph here.)
      </P>
      </BODY>
      </HTML>

    • 5

      In the HTML code, change “(Insert page title here)” to be the title of your HTML webpage.

    • 6

      Change “(Insert text paragraph here.)” to the text that you want to change into HTML. You can make as many paragraphs as you need to by adding more “<P>” and “</P>” tags and typing text between them.

    • 7

      Click on “File,” then “Save As” once you have completed writing your webpage.

    • 8

      Save your webpage with a name followed by the “.html” or “.htm” file extension. For example, if this is the first page of your website, you should name it “index.html”. Saving the document with the “.html” or “.htm” file extension will change the text into a formatted HTML file.

Related Searches:

References

Comments

You May Also Like

Related Ads

Featured