Web Page Design Consideration and Principles
Web Page Design Consideration and Principles
- Easy Navigation
- Responsive design
- Same Color Scheme (Consistency)
- Comfortable UI
- Contents meet user goals for visiting websites
- Load time
- use of Image
Qus. 1 : A world wide web contains web pages
- residing in many computers
- created using HTML
- with links to other web pages
- residing in many computers linked together using HTML
- two transfer mode
- control connection to remote computer before file can be transferred
- User Datagram Protocol (UDP)
- authorization of a user through login and password verification
- Contrast
- Consistency
- Usability
- Symmetry
- The paramMap is an object literal of the parameters in a route's URL path. The queryParamMap is an Observable of those same parameters.
- The paramMap is an Observable that contains the parameter values that are part of a route's URL path. The queryParamMap is a method that takes in an array of keys and is used to find specific parameters in the paramMар.
- paramMap is the legacy name from Angular 3. The new name is queryParamMap.
- Both are Observables containing values from the requested route's URL string. The paramMap contains the parameter values that are in the URL path and the queryParamMap contains the URL query parameters.