write HTML program display your bio data using all basic tags ( use heading ,B,U )
Answers
Answer:
Explanation:
<html>
<head>
<title> My Autobiography </title>
</head>
<body bgcolor="pink">
<h1 align="center"> <b> My Biodata</b> </h1>
<h2><u> By SevenStar </h2></u>
<h4> This is the place where I can jot down my personal data, which is grandly referred as "Biodata". So, here I go :-
<ul type="circle">
<li> My Name - SevenStar
<li> My Class/Std - XI
<li> My age - 2 years
<li> My Hobbies - Painting, singing, surfing, reading novels (especially fantasy and fictional ones)
<li> What do I have in my Diary - My diary's name is Rosenberry, named after Rose and Berry.
</ul>
Currently, I am studying with Physics, Chemistry and Mathematics, and I also need to work on some equations as homework in chemistry.
My favorite pet - Husky <br>
Other works - Trying to códe in different languages like Visual Basic, Javascript, Python and Scratch.
</body>
</html>