Home > Net >  Insert the proper HTML
Insert the proper HTML

Time:01-15

Text: Jenny came back, and life was never the same. Command: Make the words “never the same” italicized. HTML code:?_______________

CodePudding user response:

    <p> Jenny came back, and life was <i> never the same. </i></p>

CodePudding user response:

    <p>Jenny came back, and life was <i>never the same</i></p>

CodePudding user response:

never the same

<p>Jenny came back, and life was <em>never the same.</em></p>

as i or em tag is used to italicize any text.

CodePudding user response:

Here is your desired code----

Jenny came back, and life was never the same

  •  Tags:  
  • Related