Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong Output #2

Open
satyx opened this issue Oct 15, 2019 · 0 comments
Open

Wrong Output #2

satyx opened this issue Oct 15, 2019 · 0 comments
Labels
bug Something isn't working

Comments

@satyx
Copy link

satyx commented Oct 15, 2019

<!DOCTYPE html>
<html>
<head>
<title> Parser </title>
</head>
<body>
<h1>This is a header
<h1>This is another header
<p>This is a paragraph


<div>This text inside div tags
<div>
<h1>Hello Testing
<p>This is paragraph inside div tags


</div>
<ul>
<li>UL item 1
<li>UL item 2
<li>UL item 3
<div>
<p>This is paragraph inside div inside ul


</div>
</ul>
<ol>
<li>OL item 1
<li>OL item 2
<li>OL item 3
</ol>
</body>
</html>

For the above code, the "Hello Testing" is displayed on the third line whereas it should be displayed on the fifth line

@hemanth-hk hemanth-hk added the bug Something isn't working label Oct 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants