0% found this document useful (0 votes)
97 views4 pages

HTML Nested List

The document describes different types of aircraft including general aviation piston-driven aircraft categorized by single and dual engine models. Commercial aviation includes jet engines categorized by dual engine models with wing or fuselage mounted engines and tri-engine models with a third engine mounted in the vertical stabilizer or fuselage.

Uploaded by

shail
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
97 views4 pages

HTML Nested List

The document describes different types of aircraft including general aviation piston-driven aircraft categorized by single and dual engine models. Commercial aviation includes jet engines categorized by dual engine models with wing or fuselage mounted engines and tri-engine models with a third engine mounted in the vertical stabilizer or fuselage.

Uploaded by

shail
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

<!

DOCTYPE html><html><head> </head><body><table border="2"><h1> Aircraft Types</h1><ol type="I">

<li> General Aviation (piston driven engines) <ol type="A"><li> Single-Engine Aircraft </li>

<ol type="1"><li> Tail Wheel </li><li> Tricycle </li></ol><li> Dual-Engine Aircraft </li>

<ol type="1"><li>Wing-mounted engines </li><li>Push pull fuselag mounted engines </li></ol></ol>

<li> Commercial Aviation (Jet engines) <ol type="A"><li> Dual Engine </li><ol type="1">

<li> wing mounted engines </li><li> fuselage mounted engines </li></ol>

<li>Tri engine</li><ol type="1"><li>Third engine in vertical stabiliser </li>

<li>Third engine in Fuselage </li></body></html>

<! DOCTYPE html><html><head></head><body><table border="1"><h1> <font color="brown">number


list</font></h1><h3> <font color="brown">default</font></h3><ol type="1">

<li>makes writing easy</li><ol type="a"><li>keep focus</li><li>syntax</li></ol>

<li>Different output formats</li></ol><h3> <font color="brown">starts from 10</font></h3>

<ol start="10"><li>makes writing easy</li><ol start="j"><li>keep focus</li>

<li>syntax</li></ol><li>different output formats</li></ol></Table></body></html>


<! DOCTYPE html>

<html><head><title>learning web development</title></head><body>

<h1><b>Learning Web Development</b></h1><ol type="I"><li>Background skills</li>

<ol type="A"><li>Unix Commands</li><li>Vim Text Editor</li></ol><li>HTML</li><ol type="A">

<li>Minimal Page</li><li>Headings</li><li>Tags</li><li>List</li><ol type="i"><li>Unordered</li>

<li>Ordered</li><li>Definition</li><li>Nested</li></ol><li>Links</li><ol type="i">

<li>Absolute</li><li>Relative</li></ol><li>CSS</li><ol type="A"><li>Anatomy</li><li>Basic Selectors</li>

<ol type="i"><li>Element</li><li>Class</li><li>ID</li><li>Group</li></ol><li>The DOM</li>

<li>Advanced Selectors</li><li>Box model</li></ol><li>Programming</li><ol type="A">

<li>Python</li><li>javascript</li></ol><li>Database</li>

<ol type="A"><li>Flat file</li><li>Relational</li></ol></ol></body></html>


<! DOCTYPE html><html><head><title>animals</title></head><body><ul><li>Home</li><li>Mammals</li>

<ul style="list-style-type: circle"><li>Tigers</li><ul style="list-style-type: square">

<li>Siberian Tiger</li><li>Sumatran Tiger </li></ul><li>Whales</li><ul style="list-style-type: square">

<li>Sperm Whale</li><li>Orca</li></ul><li>Otters</li></ul><li>Birds</li><ul style="list-style-type: circle">

<li>Flamingos</li><li>Ostriches</li></ul><li>Reptiles</li><ul style="list-style-type: circle">

<li>Cobras</li><ul style="list-style-type: square"><li>King Cobra</li>

<li>Burrowing Cobra</li></ul><li>Tortoises</li></ul></ul></body></html>
<! DOCTYPE html><html><head><title>nesting list</title></head><body><h3><b>Nesting List</b></h3>

<ol type="i"><li>item 1</li><ul style="list-style-type: square"><li>sub item 1</li>

<li>sub item 2</li><ol type="a"><li>sub item 1</li><li>sub item 2</li></ol></ul>

<li>item 2</li><ol start="1"><li>sub item 1</li><ul style="list-style-type: square">

<li>sub item 1</li><li>sub item 2</li></ul><li>sub item 2</li></ol>

<li>item 3</li></ol></body></html>

<! DOCTYPE html><html><head> <title> Nested List</title></head><body>

<h1> Preceding Text </h1><ol type="I"><li> List Item 1 </li><ol type="a"><li> Nested item1.1 </li>

<li> Nested item1.2 </li></ol><li>List Item 2 </li><ol type="1"><li> Nested item 2.1 </li>

<li> Nested item 2.2 </li><ul type="circle"><li> Nested item 2.2.1 </li><li> Nested item 2.2.2 </li>

<ul type="square"><li> Nested item 2.2.2.1 </li><li> Nested item 2.2.2.2 </li></ul>

<li> Nested item 2.3 </li></ul><li> Nested item 2.3 </li></ol><li>List Item 3 </li><ul type="disc">

<li> Nested item 3.1 </li><li> Nested item 3.1 </li><li> Nested item 3.1 </li></ul></ol>

</body></html>

-END-

You might also like