<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Online Training for HTML and CSS">
<link rel="stylesheet" href="css">
<title>Favourite Story</title>
</head>
<body>
<h1>MY FAVORITE STORY</h1>
<h2>Story Of Moses</h2>
<h3>Introduction</h3>
<p>
Over a thousand years after Abraham, the Jews were living as slaves in Egypt. Their leader was a prophet called Moses.
Moses led the Jews out of slavery in Egypt and led them to the Holy Land that God had promised them.
The escape of the Jews from Egypt is remembered by Jews every year in the festival of Passover.
The Jews were helped on their journey by God; the same God who'd promised Abraham that he would look after the Jews. God parted the Red Sea to help them escape and helped them in many other ways.
When they reached a Mount Sinai, in present day Egypt, God spoke to Moses high on the mountain slopes and made a deal (called a covenant) with the Jews that renewed the one he had made with Abraham.
At the same time, God gave the Jews a set of rules that they should live by.
On behalf of Israel, Moses received torah, traditionally translated 'law'. This is not law in the modern sense but rather authoritative teaching, instruction, or guidance.
The most famous of these commandments are the Ten Commandments. But there are actually 613 commandments covering every aspect of life including law, family, and personal hygiene and diet.
Most scholars date the beginning of Judaism as an organised and structured religion to this time.
</P>
<h3><P>Story of Moses short video</p></h3>
<video width="400" controls>
<source src="moses.mp4.ogv" type='video/ogg; codecs="theora, vorbis"'/>
<source src="moses.mp4.webm" type='video/webm' >
<source src="moses.mp4.mp4" type='video/mp4'>
</video>
</body>
</html>
Output
You can jump to the latest bin by adding /latest
to your URL
Keyboard Shortcuts
Shortcut | Action |
---|---|
ctrl + [num] | Toggle nth panel |
ctrl + 0 | Close focused panel |
ctrl + enter | Re-render output. If console visible: run JS in console |
Ctrl + l | Clear the console |
ctrl + / | Toggle comment on selected lines |
ctrl + ] | Indents selected lines |
ctrl + [ | Unindents selected lines |
tab | Code complete & Emmet expand |
ctrl + shift + L | Beautify code in active panel |
ctrl + s | Save & lock current Bin from further changes |
ctrl + shift + s | Open the share options |
ctrl + y | Archive Bin |
Complete list of JS Bin shortcuts |
JS Bin URLs
URL | Action |
---|---|
/ | Show the full rendered output. This content will update in real time as it's updated from the /edit url. |
/edit | Edit the current bin |
/watch | Follow a Code Casting session |
/embed | Create an embeddable version of the bin |
/latest | Load the very latest bin (/latest goes in place of the revision) |
/[username]/last | View the last edited bin for this user |
/[username]/last/edit | Edit the last edited bin for this user |
/[username]/last/watch | Follow the Code Casting session for the latest bin for this user |
/quiet | Remove analytics and edit button from rendered output |
.js | Load only the JavaScript for a bin |
.css | Load only the CSS for a bin |
Except for username prefixed urls, the url may start with http://jsbin.com/abc and the url fragments can be added to the url to view it differently. |