11 lines
310 B
HTML
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> |