Recent content by Bobdarshy

  1. B

    How do I create a side-by-side comparison in HTML?

    You could use frames assuming frames are enabled for the browser. This way you could link directly to 2 pages that are already set up. The way you should set up the frames would be like: <html> <head> <title>Side-by--side Comparison</title> </head> <frameset cols="50%, 50%"> <noframes>...
  2. B

    How to remove the gray background in Photoshop on Windows?

    Personally, I drag the bottom of the window up until I can only see part of it in case I minimize an image.
  3. B

    What are the characteristics of Integrated Development Environment ?

    An Integrated Development Environment or IDE is used to quickly and efficiently design, debug, and build applications or websites. There are many IDEs available for each language. An IDE usually has a code viewer, code editor, a code compiler, a code debugger, and often extra tools such as a...
Back
Top