Answers ( 1 )

  1. 08 Feb 2025

    A stylesheet language called CSS, or Cascading Style Sheets, is used to specify how an HTML or XML text should be formatted and presented. It gives web developers authority over the design, color scheme, typefaces, and general look of online pages.

    /* styles.css */ body { font-family: Arial, sans-serif; background-color: #f4f4f4; }  h1 { color: #333; }  p { color: #666; }

    0

Leave an Answer


sahebali

Ask by sahebali

Ask Me As you like.

 Prev question

Next question