Answers for "Demonstrate the various ways that styles can be added to a page?"

0

how to like css to html

<!DOCTYPE html>
<html lang="en">
  <head>
    <title>Title</title>
    <link rel="stylesheet" type="text/css" href="path of your file" />
  </head>
</html>
Posted by: Guest on July-18-2020
3

how to style in html file

<p style="text-align: center; color: pink;">Hello World</p>
Posted by: Guest on May-14-2020

Code answers related to "Demonstrate the various ways that styles can be added to a page?"

Browse Popular Code Answers by Language