Answers for "adding style 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
0

html style tag type

<style type="text/css"></style>
Posted by: Guest on July-08-2020

Browse Popular Code Answers by Language