To create buttons and text fields in a web page, you must first insert a <form> tag within the <body> tags. Then within the <form> tags you can add <input> tags of type "text" to create text fields and type "submit" to create buttons, giving each a name and value as appropriate.