Enter the greet.html text into a new Web page, then load the page in the browser to verify that it behaves as described.
Modify the page so that both occurrences of the user's name appear in italics. Hint: in order to do this, you will need to add and tags to the text of the message, before and after each occurrence of the name. Since these tags are part of the plain text that is to be inserted into the page division (not JavaScript expressions to be evaluated), they will need to be placed within string literals in the message.
```
Greetings
Enter your name:
```
You might also like to view...
Ultrabooks often have better battery life than a laptop
Indicate whether the statement is true or false
What can you use to manage files within a desired directory and to create subdirectories?
a. File objects b. Directory class c. Subdirectory objects d. Context class