Answers for "ass-2"

0

ass-2

<!-- External file -->
<link rel="stylesheet" href="css/file.css" />

<!--  -->
<style>
p {
  color: red;
}
</style>

<!-- In Line Style -->
<p style="color: blue;">This Is Our Paragraph</p>
Posted by: Guest on March-14-2022

Browse Popular Code Answers by Language