πŸ“Š CSS
Q. The correct syntax to give a line over text is
  • (A) text-decoration: line-through
  • (B) text-decoration: none
  • (C) text-decoration: overline
  • (D) text-decoration: underline
πŸ’¬ Discuss
βœ… Correct Answer: (C) text-decoration: overline
πŸ“Š CSS
Q. Which of the following color has this value #ff0000?
  • (A) green
  • (B) yellow
  • (C) blue
  • (D) red
πŸ’¬ Discuss
βœ… Correct Answer: (D) red
πŸ“Š CSS
Q. Which of the following attribute specifies the URL of the linked resource?
  • (A) href
  • (B) src
  • (C) link
  • (D) rel
πŸ’¬ Discuss
βœ… Correct Answer: (A) href
πŸ“Š CSS
Q. Which of the following element is used for linking a External Files to the html page?
  • (A)