flodata-tester-js/test-css-priority.html
2019-02-28 13:46:20 +05:30

11 lines
310 B
HTML

<html>
<head>
<title> Testing css priority </title>
<link rel="stylesheet" type="text/css" href="css/testcss.css" />
</head>
<body>
<p class="firstcss secondcss">
From now on I am not going to be in denial of my feelings.
</p>
</body>
</html>