span-html

by Md. Mostafa Kamal

HTML

<p>Hello laravel - <span>Now time for laravel</span> </p>

CSS

p span {
  color: red;
}