UNIQUE INSTITUTE OF COMPUTER TECHNOLOGY

Day 14: HTML के साथ CSS जोड़ना

Day 14: HTML के साथ CSS जोड़ना

असाइनमेंट:

  1. CSS को तीन तरीकों से जोड़ें:

<!DOCTYPE html>

<html>

<head>

    <title>CSS का उपयोग</title>

    <style>

        body {

            background-color: lightgray;

        }

        h1 {

            color: blue;

        }

    </style>

</head>

<body>

    <h1>Inline CSS</h1>

    <p style=”color: red;”>यह टेक्स्ट लाल रंग का है।</p>

    <h1>External CSS</h1>

    <p>External CSS जोड़ने के लिए `style.css` बनाएं।</p>

</body>

</html>

Select the fields to be shown. Others will be hidden. Drag and drop to rearrange the order.
  • Image
  • SKU
  • Rating
  • Price
  • Stock
  • Availability
  • Add to cart
  • Description
  • Content
  • Weight
  • Dimensions
  • Additional information
  • Attributes
  • Custom attributes
  • Custom fields
Click outside to hide the comparison bar
Compare