HTML and CSS Reference
In-Depth Information
FiGure 14-4
Try iT
In this Try It you learn how to combine ordered and unordered lists in an HTML page.
Lesson requirements
You will need the previously saved tpa_jupiter.html file from the Lesson_14 folder, a text editor, and
a web browser.
step-by-step
1.
Open your text editor.
2.
From the Lesson_14 folder, open tpa_jupiter.html .
3.
Put your cursor at the end of the text Remove unconscious or unwilling pilot from
cockpit before the closing </li> tag and press Enter (Return).
4.
Enter the following code:
<ul>
<li>Request assistance from stewards and fellow passengers</li>
<li>Any bribes will be reimbursed</li>
<li>Physical force is not recommended</li>
</ul>
5.
Save your file.
6.
In your browser, open tpa_jupiter.html to view the combined ordered and unordered
lists, as shown in Figure 14-5.
Search WWH ::




Custom Search