Question

In: Computer Science

Step 2: using text editor (WordPad) to create a web page with the following content (you...

Step 2: using text editor (WordPad) to create a web page with the following content (you may cut-and-paste):

-----------------------------------------------------------------------------------

Just a screenshoot of the output

Book-O-Rama Catalog Search

Book-O-Rama Catalog Search

    Choose Search Type:

         Author      Title      ISBN    

   

    Enter Search Term:

   

   

   

-------------------------------------------------------------------------------------

Then save above document to the local directory (C:\temp) and make sure that you saved it in the plain text format (in the “Save as type” popup window, choose “Text Document (*.txt)), name your file “firstpage.txt”.

Step 3: test your web page

You can test your page by doing the following:

1. change the file extension to html. Thus, you should have a file firstpage.html.

2. create a sub director named “firstwebsite” in the web server’s root directory. Your web root may be different from mine. In my machine, the XAMPP is installed at C drive. Thus, the web root will be:

C:\xampp\htdocs\

At the end of this step, the directory structure will be:

C:\xampp\hpdocs\firstwebsite\

3. copy the newly created file “firstpage.html” to the directory shown in the previous line.

4. fire up a web browser and type the following to the URL:

http:\\localhost\firstwebsite\firstpage.html

Solutions

Expert Solution

Instructions:

1. In wordPad for proper formatting copy paste the following text :

  ----------------------------------------------------------------------------------- <br />
Just a screenshoot of the output <br />
Book-O-Rama Catalog Search <br />
Book-O-Rama Catalog Search <br />
Choose Search Type: <br />
Author Title ISBN <br />
Enter Search Term: <br />
-------------------------------------------------------------------------------------

save above document to the local directory (C:\temp) and make sure that you saved it in the plain text format (in the “Save as type” popup window, choose “Text Document (*.txt)), name your file “firstpage.txt”.

Step 3: test your web page

You can test your page by doing the following:

2. change the file extension to html. Thus, you should have a file firstpage.html.

3. create a sub director named “firstwebsite” in the web server’s root directory. Your web root may be different from mine. In my machine, the XAMPP is installed at C drive. Thus, the web root will be:

C:\xampp\htdocs\

At the end of this step, the directory structure will be:

C:\xampp\hpdocs\firstwebsite\

4. copy the newly created file “firstpage.html” to the directory shown in the previous line.

5.. fire up a web browser and type the following to the URL:

http:\\localhost\firstwebsite\firstpage.html

This will be your first WebPage name firstwebpage in the Directory firstwebsite located in C Drive as intructed above.


Related Solutions

In linux , Using a simple text editor, create a text file with the following name...
In linux , Using a simple text editor, create a text file with the following name &quot;Test&quot; and content: GNU GENERAL PUBLIC LICENSE The GNU General Public License is a free, copy left license for the GNU General Public License is intended to guarantee your freedom to GNU General Public License for most of our software; it applies … 2-Write the command to create the text file. 3-Print the file permissions. 4-Create a directory named &quot;361&quot; 5-Copy file &quot;Test&quot; to...
using text edit html Create a Web page that makes a list of your favorite movies...
using text edit html Create a Web page that makes a list of your favorite movies and a list of your favorite actors. Make one list ordered (numbered) and one list unordered (bulleted). Title your Web page - John Doe's Movies Page but use your own name (this information goes in the title tag). Also include a paragraph describing one of your favorite movies and another paragraph describing one of your favorite actors. Include two heading levels - h1 and...
JavaScript. Create a Web page with the following features: Three lines of text about anything. A...
JavaScript. Create a Web page with the following features: Three lines of text about anything. A link to OCC (http://www.orangecoastcollege.edu) that opens in a new browser window. An image link (graphical link). A link to the top of the page. A graphical link to your email. Formatted text throughout the page. Horizontal lines
For the text editor application of your choice, give examples of how its features help in creating quality web content
  For the text editor application of your choice, give examples of how its features help in creating quality web content a) State which editor you are using Describe a CSS-related feature of this editor and explain how the feature helps in web development Upload a screenshot that illustrates the feature you have chosen b) State which editor you are using. Describe a JavaScript-related feature of this editor and explain how the feature helps in web development Upload a screenshot...
Using a text editor, create a file english.txt containing the following words: yes no go come...
Using a text editor, create a file english.txt containing the following words: yes no go come thanks goodbye Create a second file chinese.txt contain the following words: shi bu qu lai xiexie zaijian Write a program that reads the words from english.txt so that the successive slots of a char * array english point to them. Use the %s conversion code in a fscanf call to read one word at a time. Similarly, read the words from chinese.txt so that...
Create a Web Page Using HTML, CSS, JS, jQuery • Create a web profile, including any...
Create a Web Page Using HTML, CSS, JS, jQuery • Create a web profile, including any of the following: • Your hobbies, likes/dislikes, career aspirations, dream job, favorite animals/ pets, favorite superhero, etc. • You do not have to share personal information that you are uncomfortable with sharing. Follow these guidelines when creating your page: • Include at least one heading (h1, h2, etc.) in your web page. • Provide a quote from a book, movie, etc. • Include at...
Create a web page using PHP that allows the users to create an account (a username...
Create a web page using PHP that allows the users to create an account (a username and a password). There should be a login page that allows users to create an account by entering their preferred username and password. The same page should also let users login if they already have an account. If a user is logged in successfully , they should be able to enter a comment and also read the comments entered by others previously.
Web Projects If you are learning a web technology, you must create a new page that...
Web Projects If you are learning a web technology, you must create a new page that is web-accessible (use your individual burrow account) that includes a form with a field that allows the user to enter a number only. ● Create an input that allows a number to be entered. Only whole numbers should be allowed. ● Add a button below the input that says "Translate". ● When the button is clicked, it should grab the current number in the...
Create a new website using C# & ASP.Net in Visual Studio: 1. Create a web page...
Create a new website using C# & ASP.Net in Visual Studio: 1. Create a web page to access a database and display the data from a table by providing an SQL statement. Create the page with these requirements:     create label, textbox and button     the textbox will capture the SQL statement     the button will process the statement and display the results 2. Add necessary data access pages to your project. 3. Display the data in Gridview
please create a calculator using p5.js web editor. Please make sure it works with only js....
please create a calculator using p5.js web editor. Please make sure it works with only js. No added html or css; p5.js only
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT