Long description

Back

The browser windows have a tab titled Share Your Travels. The address bar of all the browser reads "listing 03 hyphen 11 dot h t m l".

The first browser window is shown at the top left of the figure. The browser window consists of a paragraph that is aligned to the left at indentation level 0. The paragraph covers only the first half of the vertical space of the browser window. A scrollbar is shown at the extreme right end of the window. The first five lines of the paragraph is highlighted indicating its selection. The overflow property for the browser window is: overflow colon visible semicolon.

The second browser window is shown at the bottom right of the first browser window. The browser window consists of a paragraph that is aligned to the left at indentation level 0. The paragraph covers only the first half of the vertical space of the browser window shows only the highlighted lines in the first browser window. The paragraph is highlighted indicating its selection. The overflow property for the browser window is: overflow colon hidden semicolon.

The third browser window is shown at the bottom right of the second browser window. The browser window consists of a paragraph that is aligned to the left at indentation level 0. The paragraph covers only the first half of the vertical space of the browser window and shows only the first three lines from the lines highlighted in the first browser window. The paragraph is highlighted indicating its selection. A horizontal and vertical scrollbar are shown at the bottom and right side of the paragraph, respectively. The overflow property for the browser window is: overflow colon scroll semicolon.

The fourth browser window is shown at the bottom right of the third browser window. The browser window consists of a paragraph that is aligned to the left at indentation level 0. The paragraph covers only the first half of the vertical space of the browser window and shows only the first four lines from the lines highlighted in the first browser window. The paragraph is highlighted indicating its selection. A vertical scrollbar is shown at the right side of the paragraph. The overflow property for the browser window is: overflow colon auto semicolon.

Back