4. Give the output for the following source codes:
So
<Html>
<Body>
<p>An example of <b>Bold Text</b></p>
<p>An example of <i>Italic Text</i></p>
<p>An example of <sup>Superscripted Text</sup></p>
<p>An example of <sub>Subscripted Text</sub></p>
<p>An example of <H3>Size</H3></p>
<p>An example of <TT>Computer Code Text</TT></p>
</Body>
</Html>
Answers
Answered by
1
Answer:
the output for the following source code
<Html>
Similar questions