pallavil23 / Dasmoto

Codeacademy project
0 stars 0 forks source link

spans #3

Open mikebutts opened 6 years ago

mikebutts commented 6 years ago

https://github.com/pallavil23/Dasmoto/blob/2d3966bab671cd9aa5198bbd46339b2def10f25d/index.html#L32

To style a blurb of text inside of an element, you want to use span


<p> hello world <span class="whatever"> this is styled </span> the rest is not </p>