Signup/Sign In
Ask Question
Not satisfied by the Answer? Still looking for a better solution?

Level 5/Lesson 8

<html>
<head>
<title>Divyansh</title>
<body>
<p style="text-align:center">
<img src="url">
</p>
<h1 style="text-align:center"><u> Divyansh</u></h1>
<p style="text-align:center"> <small><u> Developer</u></small></p>
<hr>
<h2><u>ABOUT ME</u></h2>
<p> I am Learning html and css from the studytonight.</p>
<h2><u>HOBBIES</u></h2>
<ul>
<li>Playing Cricket</li>
<li>Gymming</li>
</ul>
<h2><u>Qualifications</u>
</h2>
</body>
</head>
</html>


problem is that its show it is not underline heading but i already did.
by

1 Answer

sam5epi0l
You need to keep it in one line as shown below.


<h2><u>Qualification</u></h2>

Login / Signup to Answer the Question.