latest Post

HTML Elements


Program


<html>
<head><title> HTML Elements</title></head>
<Body>
<b>At its heart,</b><i> HTML is a fairly simple</i><u> language made up of elements,</u> <br>
<b><i><u>which can be applied to pieces of text</u></i></b> to give them different
meaning in a document.

<strong> HTML Program </strong>
<big> HTML Program </big>
<small> HTML Program </small>
X<sup>23</sup>
H <sub>2</sub>
<p> At its heart, HTML is a fairly simple language made up of elements, which can be applied to pieces of text to give them different meaning in a document.</p>
</Body>
</html>


Output :






About Open Learning Creative

Open Learning Creative
Recommended Posts × +

0 comments:

Post a Comment

PHP Registration form using GET, POST Methods with example

Program : HTML Code <html> <head> <title>Student Info</title> </head> <body><center> ...