You Tube Video Very many cool features.
Link to a Specific Section on web page.
Note that New Google Sites does not auto creat anchor. You have to manually create as follows.
Go to the page with the content you want to link to and click Edit. <HTML>.
Add an anchor link to your text. For example:
<a name="AnchorName"> Text for Anchor <p style="color:blue;font-size:20px;"></a>
Tip: "AnchorName" = name for the link.
or <a id="INSERT AnchorName HERE">
Click Update. Save.
To jump to specific anchor on same web page, add
To at the end of the URL add #AnchorName
or <a href="AnchorName">GoTo AnchorName</a>
To jump to specific anchor from another web page:
To at the end of the URL add #AnchorName
<a href=mywebsite.com/mypage/AnchorName>Text to Display</a>
To create collapsible text go to Insert then click on Collapsible text. Each collapsible text is a block!
This is the collapsible text.