简体   繁体   English

如何在源页面中查找 HTML 网页元素

[英]How to find HTML Webpage elements in the Source page

I am looking for some way on how to view source of some elements in the webpage https://www.nseindia.com/live_market/dynaContent/live_watch/get_quote/GetQuote.jsp?symbol=ITC&illiquid=0&smeFlag=0&itpFlag=0我正在寻找有关如何查看网页中某些元素来源的方法https://www.nseindia.com/live_market/dynaContent/live_watch/get_quote/GetQuote.jsp?symbol=ITC&illiquid=0&smeFlag=0&itpFlag=0

In that page, under the tab Company Information , we have Company Announcements like Press Release , Allotment of ESOP/ESPS etc. Under each of these headers, there are more information provided.在该页面中,在Company Information选项卡下,我们有Company Announcements新闻稿ESOP/ESPS 分配等。在每个标题下,提供了更多信息。 However when I look into the Source-page, I dont see those information.但是,当我查看源页面时,我没有看到这些信息。

Any idea on how to find those information in the source-page.关于如何在源页面中找到这些信息的任何想法。

Thanks for any pointer.感谢您的任何指针。

They are siblings of the title, not children.他们是标题的兄弟姐妹,而不是孩子。

<h3 class="alt active">
  <span id="ca21">Allotment of ESOP/ESPS</span>
  <span class="date" id="ca22">26-Oct-2018</span>
</h3>
<div class="alt" id="ca23" style="display: block;">ITC Limited has informed the Exchange regarding allotment of  986060 Equity Shares under ESOP</div>

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM