| Home Page | Lesson 16 |
Printing this web page may facilitate these performances.
Lesson 16 Practice:
Perform each of the following steps:
Open the source code template file, "template.html", created in the previous Lesson (Lesson 15) with a text editor. Edit this file as follows;
Change title text to read as follows:
Lesson 16 Code Page 1
In the body of the source code, center align the numeric character, "1", in an h1 heading.
Save this source code in your lesson folder or directory under the file name of "Less16CodePage1.html".
Open the web page file.with your browser and verify the validity of your source code. Debug source code, if applicable. The web page display for your source code should be the same as the web page display made availabe herein for comparative purposes. Links to the comparative web pages for all lessons are available on the home page under the heading of "Lesson Web Pages".
Open the source code file, "Less16CodePage1.html" with a text editor. Edit this file as follows;
Change title text to read as follows:
Lesson 16 Code Page 2
Change the h1 heading text to the numeric character "2".
Save this source code in your lesson folder or directory under the file name of "Less16CodePage2.html".
Open the web page file.with your browser and verify the validity of your source code. Debug source code, if applicable. The web page display for your source code should be the same as the web page display made availabe herein for comparative purposes. Links to the comparative web pages for all lessons are available on the home page under the heading of "Lesson Web Pages".
Open the source code file, "Less16CodePage1.html" with a text editor. Edit this file as follows;
Change title text to read as follows:
Lesson 16 Code Page 3
Change the h1 heading text to the numeric character "3".
Save this source code in your lesson folder or directory under the file name of "Less16CodePage3.html".
Open the web page file.with your browser and verify the validity of your source code. Debug source code, if applicable. The web page display for your source code should be the same as the web page display made availabe herein for comparative purposes. Links to the comparative web pages for all lessons are available on the home page under the heading of "Lesson Web Pages".
Open the source code file, "Less16CodePage1.html" with a text editor. Edit this file as follows;
Change title text to read as follows:
Lesson 16 Code Page 4
Change the h1 heading text to the numeric character "4".
Save this source code in your lesson folder or directory under the file name of "Less16CodePage4.html".
Open the web page file.with your browser and verify the validity of your source code. Debug source code, if applicable. The web page display for your source code should be the same as the web page display made availabe herein for comparative purposes. Links to the comparative web pages for all lessons are available on the home page under the heading of "Lesson Web Pages".
Open the source code file, "Less16CodePage1.html" with a text editor. Edit this file as follows;
Change title text to read as follows:
Lesson 16 Code Page 5
Change the h1 heading text to the numeric character "5".
Save this source code in your lesson folder or directory under the file name of "Less16CodePage5.html".
Open the web page file.with your browser and verify the validity of your source code. Debug source code, if applicable. The web page display for your source code should be the same as the web page display made availabe herein for comparative purposes. Links to the comparative web pages for all lessons are available on the home page under the heading of "Lesson Web Pages".
Open the source code template file, "template.html" with a text editor. Save this source source code in your lesson folder or directory under the file name "Less16CodeFS1.html". Edit this file as follows (save this file periodically during editing);
Change title text to read as follows:
Lesson 16 Code Frameset 1
Replace the opening body tag with an opening frameset tag contianing the cols attribute and the attribute value of "12%, *".
Type a frame tag containg the src attribute with the attribute value of "Less16CodePage1.html" and the name attribute with the attribute value of "One".
Type a frame tag containing the src attribute with the attribute value of "Less16CodePage2.html" and the name attribute with the attribute value of "Two" (utilize space slash syntax).
Type a frame tag containing the src attribute with the attribute value of "Less16CodePage3.html" and the name attribute with the attribute value of "Three" (utilize space slash syntax).
Type the closing inner frameset tag.
Replace the closing body tag with a closing frameset tag.
Save the completed file
Open the frameset file.with your browser and verify the validity of your source code. Debug source code, if applicable. The web page display for your source code should be the same as the web page display made availabe herein for comparative purposes. Links to the comparative web pages for all lessons are available on the home page under the heading of "Lesson Web Pages".
Open the frameset file created in the previous step, "Less16CodeFS1.html", with a text editor. Edit this file as follows;
Change title text to read as follows:
Lesson 16 Code Frameset 2
In the opening frameset tag for the inner frameset, add a comma, a space and 12% to the rows attribute value.
Add a third frame tag in the inner frameset tag pair with content which reads as follows:
Frame src="Less16CodePage4.html" name="Four" /
Save the completed file in your lesson folder or directory under the file name of, "Less16CodeFS2.html".
Open the frameset file.with your browser and verify the validity of your source code. Debug source code, if applicable. The web page display for your source code should be the same as the web page display made availabe herein for comparative purposes. Links to the comparative web pages for all lessons are available on the home page under the heading of "Lesson Web Pages".
Open the frameset file created in the previous step, "Less16CodeFS2.html", with a text editor. Edit this file as follows;
Change title text to read as follows:
Lesson 16 Code Frameset 3
In the opening frameset tag for the outer frameset, add a comma, a space and 12% to the cols attribute value.
Add a frame tag in the outer frameset, immediately after the closing frameset tag of the inner frameset. The content of this frame tag reads as follows:
frame src="Less16CodePage5.html" name="Five" /
Save the completed file in your lesson folder or directory under the file name of, "Less16CodeFS3.html".
Open the frameset file.with your browser and verify the validity of your source code. Debug source code, if applicable. The web page display for your source code should be the same as the web page display made availabe herein for comparative purposes. Links to the comparative web pages for all lessons are available on the home page under the heading of "Lesson Web Pages".
Open the source code template file, "template.html" with a text editor. Save this source source code in your lesson folder or directory under the file name "Less16CodeFS4.html". Edit this file as follows (save this file periodically during editing);
Change title text to read as follows:
Lesson 16 Code Frameset 4
Replace the opening body tag with the outer opening frameset tag containing the cols attribute with the attribute value of "*, *".
Type the first inner opening frameset tag with contents which read as follows:
frameset rows="25%, *"
Type a frame tag with contents which read as follows:
frame src="Less16CodePage1.html" name="One" /
Type a frame tag with contents which read as follows:
frame src="Less16CodePage2.html" name="Two" /
Type the first inner closing frameset tag.
Type the second inner opening frameset tag with contents which read as follows:
frameset rows="*, *"
Type a frame tag with contents which read as follows:
frame src="Less16CodePage3.html" name="Three" /
Type a frame tag with contents which read as follows:
frame src="Less16CodePage4.html" name="Four" /
Type the second inner closing frameset tag.
Replace the closing body tag with the outer closing frameset tag.
Save the completed file.
Open the frameset file.with your browser and verify the validity of your source code. Debug source code, if applicable. The web page display for your source code should be the same as the web page display made availabe herein for comparative purposes. Links to the comparative web pages for all lessons are available on the home page under the heading of "Lesson Web Pages".
End of Lesson 16 Practice.
| Home Page | Lesson 16 |