can someone show me how to set this up. show me an example so I can learn?
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 trying to set up an web page and I do not understand the HMTL
Public Comments
- <html> <head> <title> My Title </title> <body bgcolor="000000"> <b>Bold 1</b> <b>Bold 2</b> <i>Italic 1</i> <i>Italic 2</i> <hr> <hr> An Ordered List: <ol> <li>Coffee</li> <li>Tea</li> <li>Milk</li> </ol> <p align="right"> Your course content </p> <p> Your course content </p> </body> </head> </html>
Powered by Yahoo! Answers