Page 237 - Web Applications (803) Class 12
P. 237
ADVANCED FEATURES OF WEB-DESIGN 4
Website layout is evolving. There are some things that never change, like the requirement for
timely, relevant, and compelling content, but new factors that can increase website impact are
always being developed. This chapter will help enhance your web design skills to the next level.
4.1 CODE VIEW
While developing web pages in HTML, you already have the experience of working with the
code view. However, if you are using a text editor like Notepad++, you can enable IntelliSense to
make your work easier. IntelliSense is a code completion tool with many features—list members,
parameter info, quick info, autocomplete word. These functions let you see the details of the code
you're using, track the parameters you've entered, and add property and method calls with just a
few keystrokes.
Similar to other autocompletion systems, IntelliSense provides quick access to function
descriptions, particularly their parameter lists. The feature reduces keyboard input and the need
for name memorising, which advances program development. The main auto-completion settings
can be accessed at Settings → Preferences → Auto-Completion
Advanced Features of Web-Design 235

