In this tutorial i will talk about Style and Link Tag to attach style with html webpage.
Style tag: The style tag is used to define style information (CSS) for a document. Inside the style element you specify how HTML elements should render in a browser. When a browser reads a style sheet, it will format the HTML document according to the information in the style sheet. If some properties have been defined for the same selector (element) in different style sheets, the value from the last read style sheet will be used.
Link tag: The link tag defines the relationship between the current document and an external resource. The link tag is most often used to link to external style sheets. The link element is an empty element, it contains attributes only. When used for style sheets, the link tag is supported in all major browsers. No real support for anything else.