Review the declaration of border style shown below. What is the corresponding longhand syntax?
border: 1px solid red;
border-width: 1px; border-style: solid; border-color: red;
border-width: 1px; border-line: solid; border-color: red;
border-size: 1px; border-style: solid; border-color: red;
border-size: 1px; border-type: solid; border-color: red;