amazon Interview

by yash009

HTML

<span class ="test">this is test</span>

CSS

.test {
  color: blue;
}
span {
  color:red;
}