Style Sheets can be added to a html document in three (3) different ways. External Style Sheet Internal/Embedded Style Sheet Inline Style Sheet External Style Sheet This format would be most ideal when applying to more than one html document. An external file will be created and a link will be placed in each document. […]