Demo18

2024-12-23

makn

W3.CSS



W3.CSS

  • Smaller and faster
  • Easier to use
  • Easier to learn
  • CSS only
  • Speeds up apps
  • CSS equality for all
  • PC Laptop Tablet Mobile

W3Schools.com

CSS

The Language for Styling Web Pages

LEARN CSS
CSS REFERENCE

body {
    background-color: #d0e4fe;
}
h1 {
    color: orange;
    text-align: center;
}
p {
    font-family: “Times New Roman”;
    font-size: 20px;
}

Try it Yourself

JavaScript

The Language for Programming Web Pages

LEARN JS
JS REFERENCE

// Click the button to change the color of this paragraph

function myFunction() {
    var x;
    x = document.getElementById(“demo”);
    x.style.fontSize = “25px”;
    x.style.color = “red”;
}

Try it Yourself

About the author

Pretium lorem primis senectus habitasse lectus donec ultricies tortor adipiscing fusce morbi volutpat pellentesque consectetur risus molestie curae malesuada. Dignissim lacus convallis massa mauris enim mattis magnis senectus montes mollis phasellus.