---
title: "I notice a problem with the generated HTML:"  
description: "I notice a problem with the generated HTML:"  
author: "Manoj Bhatt"  
published: 2013-08-16  
updated: 2013-08-17  
canonical: https://www.mindstick.com/forum/1392/i-notice-a-problem-with-the-generated-html  
category: "jquery"  
tags: ["jquery"]  
reading_time: 1 minute  

---

# I notice a problem with the generated HTML:

Hi!

[echo](https://www.mindstick.com/articles/23392/be-a-21st-century-shopper-and-use-your-amazon-echo-for-holiday-shopping) "<a href=\"#[tabs](https://www.mindstick.com/articles/43918/how-to-design-table-using-bootstrap)-\".$i> $[name](https://yourviews.mindstick.com/view/87450/how-to-generate-a-brand-name-using-linkedin-comprehensive-guide) </a>";

echo "</li>";

echo "</ul>";

echo "<div id=\"tabs-\".$i>

Would [result](https://www.mindstick.com/blog/12011/advantages-of-getting-result-oriented-seo-from-an-agency) in the following [HTML](https://www.mindstick.com/articles/1530/design-a-simple-stylish-calculator-using-html-css-and-javascript):

<a href="tabs-"1>Name</a>

</li>

</ul>

<div id="tabs-"1>...

[Notice](https://yourviews.mindstick.com/story/4562/happy-independence-day-2024-things-to-notice) how the id's are "tabs-"[Number] as opposed to "tabs-[Number]". Same [problem](https://yourviews.mindstick.com/view/81399/tackling-the-problem-of-unemployment-during-corona-pandemic) with the href. This might be it or at [least](https://yourviews.mindstick.com/story/1471/5-autobiographies-you-should-read-at-least-once) part of it.

Thanks in [advance](https://www.mindstick.com/blog/33258/jee-mains-and-jee-advance-exams)!

## Replies

### Reply by shreesh chandra shukla

Hi!

```
echo "<a href=\"#tabs-\".$i> $name </a>";echo "</li>";echo "</ul>";echo "<div id=\"tabs-\".$i>Would result in the following HTML:<a href="tabs-"1>Name</a></li></ul><div id="tabs-"1>...
```

Notice how the id's are "tabs-"[Number] as opposed to "tabs-[Number]". Same problem with the href. This might be it or at least part of it.

Thanks


---

Original Source: https://www.mindstick.com/forum/1392/i-notice-a-problem-with-the-generated-html

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
