jqwidgets-framework
Version:
jQWidgets is an advanced Angular, Vue, Blazor, React, Web Components, jquery, ASP .NET MVC, Custom Elements and HTML5 UI framework.
22 lines (20 loc) • 666 B
HTML
<p style="font-family: Verdana;">
Great Pyramid of Giza
</p>
<jqxTabs #jqxTabs
[width]="getWidth()" [height]="400" [initTabContent]="initTabContent">
<ul style='margin-left: 20px;'>
<li>Map</li>
<li>Information</li>
</ul>
<div>
<div id="map" #map>
</div>
</div>
<div>
The Great Pyramid of Giza (also known as the Pyramid of Khufu or the Pyramid of
Cheops) is the oldest and largest of the three pyramids in the Giza Necropolis bordering
what is now El Giza, Egypt. It is the oldest of the Seven Wonders of the Ancient
World, and the only one to remain largely intact.
</div>
</jqxTabs>