Question: Use your knowledge of file handing in Java to create a web page generator that will: Upload your code, as well as a photo or
Use your knowledge of file handing in Java to create a web page generator that will:
Upload your code, as well as a photo or screen capture or video of your home page installed on your browser.
The basic format of a web page to accomplish this assignment appears here: webPageTemplate.htm
Open this page in a browser, right click and choose the option to View Source or inspect the source code somehow.
Or, open this page in a text editor like Notepad, Wordpad, nano, TextEdit, or Notepad++ to see and examine the code.
Your challenge is to automate the creation of a full web page that will read from your source file and populate a web page.
You may want to store your data as:
{URL} {ImgURL} {WebSiteName}
...
...if you would like to write longer names for the web pages.
Here's what I already have in my text document.
Your title goes here, appears in the title bar
- take in data from a text file listing the name of a site, the URL of that site, and an icon representing that site,
- incorporate that data in a web page using your knowledge of HTML and especially, the tag,
- output to an HTML file your finished web page containing hotlinks to the list of sites.
| | | | | |
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
