Lesson Seven, Chapter One in Cearley’s Book
In Which the UL, OL, an DL Tags are Used
Lists of Ordered and Unordered Nature
An Unordered List, Yet Orderly in Appearance
- F4F Wildcat
- F4F-3
- F4F-4
- F4F-3
- SBD Dauntless
- TBD Devastator
- TBF Avenger
- F6F Hellcat
- F4U Corsair
An Ordered List, By the Numbers
- F4F Wildcat
- B-25 Mitchell
- Ford Trimotor
- He-177, which had only two propellors each of four blades and two engine nacelles, but inside each engine nacelle, which were, incidentally, mounted one one each wing, where two engines mounted end-to-end such that the drive shafts were linked. This was not a satisfactory arrangement; if memory serves, it was prone to fire do to inadequate cooling.
- I know of no five-engined airplane.
- B-47
- Alas, I am ignorant of any seven-engine aeroplane.
- B-52 Stratofortress
A List of Words and Their Definitions, But Without Etymology and Examples of Usage
- Fighter
- An airplane optimized for dogfighting.
- Fighter Bomber
- An aircraft design suitable for dogfighting but also capable of ground attack.
- Torpedo Bomber
- This type of airplane carries one or more torpedos for use against ships.
- Dive Bomber
- A type of airplane stressed to withstand steep dives in order to deliver a single bomb on a small target.
- Fighter
- An airplane optimized for dogfighting.
- Fighter Bomber
- An aircraft design suitable for dogfighting but also capable of ground attack.
- Torpedo Bomber
- This type of airplane carries one or more torpedos for use against ships.
- Dive Bomber
- A type of airplane stressed to withstand steep dives in order to deliver a single bomb on a small target.
Aircraft Types and Examples: A Nested List
- Fighters
- P-38 Lightning
- P-40 Warhawk
- P-47 Thunderbolt
- P-51 Mustang
- P-80 Shooting Star
- P-38 Lightning
- Bombers
- B-17 Flying Fortress
- B-25 Mitchell
- B-26 Maurader
- B-29 Superfortress
- B-36 Peacemaker
- B-17 Flying Fortress
- Transports
- C-46
- C-47
- C-130
- C-5
- C-17
- C-46
Creator...........: David Rupp
Created On........: 24 December 2009
Last Modified By..: David Rupp
Last Modified On..: 5 January 2010
The code:
In the first DIV tag the align=”center” element was not being recognized. In the previous post, I thought that the header tag align element was being overridden either by Blogspot or the blog template while the DIV tag’s use of align was unaffected. Now I discover a new twist. I removed the double quotes around the align value (center), and by golly the dang thing works. From what I have read so far, this does not seem to be proper HTML behavior; center as an element value must have either single or double quotes. Having just written that, I tried the single quotes, and it worked! Then I reverted back to the double quotes, and it worked!?!? Interesting behavior.
The local reference (href=”#aaa”) works quite nicely. Since each post is a separate HTML file, managing label names to avoid collisions should be easy. The ordered and unordered lists also behave nicely, even with nesting. The COMPACT element does have any effect in IE8, but then it is deprecated now and I shouldn’t be using it.
Finally, I left most of the structure in the code which produced a fair number of blank lines, but it is not unbearable.
No comments:
Post a Comment