70 likes | 181 Vues
In this tutorial, Donna Bair-Mundy guides you through the process of editing ASCII files online using Pico. The focus of this part is on adding essential HTML tags like <HEAD>, <BODY>, and <TITLE> to format your file properly. Learn how to create a title for your web page and save your edits step by step. This exercise will help you understand the structure of HTML and ensure your modifications are preserved. Follow along as we navigate through saving your document effectively and see the results in real time.
E N D
Exercise Three: Using Pico to Edit your ASCII file online Part 2 donna Bair-Mundy
Add tags: HEAD & BODY <HTML> Aloha, World! This is donna's test file. </HTML> <HEAD> </HEAD> <BODY> </BODY>
Add tag: TITLE <HTML> <HEAD> </HEAD> <BODY> Aloha, World! This is donna's test file. </BODY> </HTML> <TITLE> </TITLE>
Add title to title bar <HTML> <HEAD> <TITLE> </TITLE> </HEAD> <BODY> Aloha, World! This is donna's test file. </BODY> </HTML> donna's LIS 670 test file page
Save your file : step 1 <HTML> <HEAD> <TITLE> donna's LIS 670 test file page </TITLE> </HEAD> <BODY> Aloha, World! This is donna's test file. </BODY> </HTML> Ctrl + x
Save your file : step 2 <HTML> <HEAD> <TITLE> donna's LIS 670 test file page </TITLE> </HEAD> <BODY> Aloha, World! This is donna's test file. </BODY> </HTML> Save modified buffer (ANSWERING "No" WILL DESTROY CHANGES) ? y Y Yes ^C Cancel N No
Save your file : step 3 <HTML> <HEAD> <TITLE> donna's LIS 670 test file page </TITLE> </HEAD> <BODY> Aloha, World! This is donna's test file. </BODY> </HTML> File Name to write : test_file.html Proceed to Part 3 ^G Get Help ^T To File ^C Cancel TAB Complet