Partial and complete xpaths

Example of complete xpath is below.Complete xpaths are not recommened as if anything on the website changes we have to chage our xpath accordingly

/html[1]/body[1]/div[1]/div[2]/div[2]/div[1]/div[1]/form[1]/div[1]/div[2]/input[1]

Partial xpath

//input[@id='login1']