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

Level 5 Lesson 6 of html

it shows me an error has
Underline the heading text using the opening and closing <u> </u> tags around the text.

<!DOCTYPE html>
<html>
<head>
<title>Hakee</title>
</head>
<body>
<h1 style="text-align:center"></h1>
<p style="text-align:center">
<img src="a valid URL inbetween" />
</p>
<p><small>In order to succeed, you must read books! Take a look. Read a book! Travel to the stars, Read books!</small></p>
<hr>

<h2><u>books</u></h2>
<p>One of the oldest forms of knowledge providers are books;
therefore, they are also called the powerhouse of knowledge and information.
Books provide us information without asking for anything in return,
and often it is considered as the best company a human can have.
</p>
</body>
</html>
by

2 Answers

kshitijrana14
Try this one

<!DOCTYPE HTML>
<html>
<head>
<title>Studytonight</title>
</head>

<body>
<p style="text-align:center">
<img src="www.static.studytonight.com/css/resource.v3/icons/studytonight/svg/st-logo-dark.svg"/>
</p>
<h1 style="text-align:center">GOOGLE</h1>
<p style="text-align:center"><small>Google make it simple!</small></p>
<hr>
<h2><u>About Me</u></h2>
<p>ABCDEFGHIJKALMNOPQRSTUVWXYZZYXWVUTSRQPONMLAKJIHGFEDCBA</p>

</body>
</html>
lyin
Mobile applications are a tricky territory <a href="mlsdev.com/blog/53-how-much-does-it-cost-to-develop-a-mobile-app">mlsdev.com/blog/53-how-much-does-it-cost-to-develop-a-mobile-app</a>. Almost everyone these days is jumping the bandwagon and launching their mobile application as this is the age of mobiles and m-commerce has become mainstream. But there is a catch. People may download numerous applications but they use only 7 to 8 applications daily. Hence, it is critical to use mobile applications in a smart manner. You should have it as it has become the norm but it doesn't mean you have to overdo it. If you are wondering about the ideal mobile application strategy for your business, then connect with us today. We will critically evaluate your standing and would offer tangible solutions just as we have done for several other small businesses.

Login / Signup to Answer the Question.