Answered step by step
Verified Expert Solution
Question
1 Approved Answer
java please include the final screen captures This exercise shows you how to use a text editor to do the exercises in this book. If
java please include the final screen captures
This exercise shows you how to use a text editor to do the exercises in this book. If you're going to use NetBeans, you can skip this exercise. 1. Review the directories and files for the applications in the Ixamppslhtdocs directory. Note that each application includes an nbproject directory that's used by NetBeans, but you can ignore that directory if you aren't using NetBeans. 2. Use your text editor to open the html, css, and php files in this directory: \xampp \htdocs \ex_starts \ch02_ex1 If you're using Notepad++ on a Windows system, you can select the three files in Windows Explorer, right-click on them, and select the Edit with Notepad++ item. 3. Review the three files and see how the color coding highlights the syntax in the HTML, CSS, and PHP files. 4. Delete the semicolon at the end of one of the PHP statements and see whether the error is highlighted. Then, re-enter the semicolon. 5. Start a new line in the PHP portion of the PHP file by typing $d and see whether an auto-completion list is displayed. If it isn't, check the settings for your text editor to see whether you need to turn this feature on. Then, delete the code for the line that you started. 6. If you're using Notepad++, you may want to change the style for comments as shown in figure 1-10. 7. If your text editor can't open more than one file at a time or if it doesn't provide syntax highlighting and auto-completion, you should probably switch to a different text editor or to NetBeansStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started