Joined
·
27 Posts
Html5 is the other half of the Chrome OS Software. There is really no where else on the Internet that has a good HTML5 Forum. If we as owners of Chrome Book are going to advance and improve we need this (Forum Header)! with post-able new threads here in this Forum.
Here is some code i put on a web page to open Gmail, not just mine but anyone who is login to there Chrome browser. It is two links: one to the location of the Gmail download and the other a layup off the browser to open your Gmail.
<nav>
<a href="https://chrome.google.com/webstore/detail/pjkljhegncpnkpknbcohdijeoejaedia?hl=en-US" title="G Mail" target="_blank"><img src="../"YOUR'photo/gmail.png" topmargin="0" width="50" height="50" /></a>
</nav>
<nav>
<a href="https://mail.google.com/mail/ca/#inbox" title="Gmail Web" target="_blank">Gmail Web</a>
</nav>
Here is the embed tag used to open a PhP or html page as an object with html5. One can embed a complete web site to run with in html5 with an SQL data base running in the background.
<embed src="siteToEmbed.php" width="572" height="300" />
This is how a link to a cache manifest is written:
<html lang="en" manifest="mainFd05.manifest">
This goes at top of the HTML5 page to makes it an HTML5 page:
<!DOCTYPE HTML>
HTML5 is a work in progress.
Here is some code i put on a web page to open Gmail, not just mine but anyone who is login to there Chrome browser. It is two links: one to the location of the Gmail download and the other a layup off the browser to open your Gmail.
<nav>
<a href="https://chrome.google.com/webstore/detail/pjkljhegncpnkpknbcohdijeoejaedia?hl=en-US" title="G Mail" target="_blank"><img src="../"YOUR'photo/gmail.png" topmargin="0" width="50" height="50" /></a>
</nav>
<nav>
<a href="https://mail.google.com/mail/ca/#inbox" title="Gmail Web" target="_blank">Gmail Web</a>
</nav>
Here is the embed tag used to open a PhP or html page as an object with html5. One can embed a complete web site to run with in html5 with an SQL data base running in the background.
<embed src="siteToEmbed.php" width="572" height="300" />
This is how a link to a cache manifest is written:
<html lang="en" manifest="mainFd05.manifest">
This goes at top of the HTML5 page to makes it an HTML5 page:
<!DOCTYPE HTML>
HTML5 is a work in progress.