Load stylesheet (CSS) --Introduction to CSS [CSS3 compatible]

Let's load the style sheet (CSS). The style sheet (CSS) is loaded with HTML header.

<link rel = "stylesheet" type = "text / css" href = "/ css / default.css">

The above sample is a sample to read the style sheet (CSS) when "default.css" is placed in the directory "css" of the document root.

Associated Information