Latest Lists

can someone show me how to make an HTML code for notepad?

Title Headings of three different sizes Two instances of bold Two instances of italics Two instances of a horizontal rule One list: ordered, unordered, or definition Two paragraphs of text related to course content Two attributes applied to an HTML element, such as alignment and/or color If you could show me examples so that I can learn from it I would be grateful thank you Needs to be for internet concepts

Public Comments

  1. This is not a very complex task. If you need a reference for HTML tags with examples, check the source I have listed.
  2. Open notepad, and you need at least: <html> <body> <p>This is a paragraph. Put your stuff here, like <b>bold</b>, <i>italics</i>, and other stuff</p> </body> </html>
Powered by Yahoo! Answers