Hi all
i working with HTML
when my first web page is going to displayed it should be in the width and height according to my need .
like a rectangle window or square or like a pop up window.
How can i set the width and heght for the entire application.

Thanks

use the css style to do so.
set width and height property of body tag

or put all the thing in a container (div) and set width and height property of container.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.