<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="/assets/example/HowToAddCSS/mystyle2.css">
<style>
h1 {
color: orange;
}
</style>
</head>
<body>
<h1>Welcome to CSS Tutorial | TutorialWithExample</h1>
</body>
</html>