Answers for "add style directly to html tag"

0

html add style

<!-- add this line into the head tag -->
<link rel="stylesheet" type="text/css" href="yourstylesheetname.css">
<!-- remember to change the irl in href -->
Posted by: Guest on May-11-2021
1

style tag html

<style type="text/css">
p {
  color: #26b72b;
}
</style>
Posted by: Guest on May-07-2021

Browse Popular Code Answers by Language