Output
My name is Vijay Ram.
I like Web Technology subject.
There are many to learn in this subject.
I become Web Developer.
I will start travel on 28 Sept,instead of 10 Oct.
HTML Code
<html>
<head>
<title>Task1-AboutMe</title>
</head>
<body>
My name is <b>Vijay Ram</b>.
I like <u> Web Technology</u> subject.
There are <i>many to learn</i> in this subject.
I become <em>Web Developer</em>.
I will start travel on 28 Sept,<s>instead of 10 Oct.</s>
</body>
</html>