Share
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Aviance School is one of the largest web solutions platform in India for developers to learn and share their programming knowledge and build their careers.
<link rel = “stylesheet” type = “text/css” href = “css/style.css” />
<!DOCTYPE html>
<html lang = "en-US">
<head>
<meta charset = "UTF-8">
<title>External Style Demo</title>
<link rel = "stylesheet" type = "text/css" href = "css/style.css" />
</head>
<body>
<h1>External Style</h1>
<p>The styles are defined in an external style sheet name as style.css</p>
</body>
</html>