[Tex/LaTex] How to make an empty box

boxes

I am making a sheet where people can fill in answers of various types. For this I would like to make some boxes of certain width and height. How can this best be done? I use \fbox when I want to box a box around some text, but now I need to make a box with given dimensions.

I did noticed the question What are the different kinds of boxes in (La)TeX? but don't quite see the answer there.

Best Answer

You can use \framebox(200,300){} where the size is given in multiples of \unitlength, defaulting to 1pt.