Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Search results

  1. A

    Read Me HTML & CSS Resources

    thanks for recommendation !!
  2. A

    HTML & CSS CSS Background Opacity

    whats the difference between them ?
  3. A

    HTML & CSS CSS Background Opacity

    <div style="opacity:0.6; background-image:url(...);"> <div style="opacity:1.0;"> Text </div> </div> I expected this to make the background have an opacity of 0.6 and the text have 100% opacity. Instead, they both have an opacity of 0.6. Any help would be appreciated .
  4. A

    Read Me What is HTML?

    HTML HyperText Markup Language is used to create Web pages and tells the browser how to display them. It designs the basic layout and formatting of Web pages.HTML is made up of elements or tags and attributes which work together to identify document parts and tell the browser how to display them.
Back
Top Bottom