computer






 

Question by  topper (32)

How do you create an outline in HTML?

 
+7

Answer by  SPickle (32)

In the body of your document, open an h1 tag and title the first section of your outline, then close the tag. Below it, with a p tag, insert any subheadlines or info. Then proceed to h2, h3, and so on. Don't forget to close your tags!

 
+6

Answer by  blyte (67)

One way of creating an outline with HTML would be to use nested Ordered Lists and List Items. The Type attribute of the Ordered List element will allow you to specify uppercase or lowercase Roman Numerals, Numbers, or Alphabetical styles to be used as outline points.

 
You have 50 words left!