<html>
<head>
<meta name="description" content="Blog Tutorial" />
<meta charset=utf-8 />
<title>BLOG TUTORIAL</title>
</head>
<body>
<header>
<h1>Meliss@'s Projects</h1>
</header>
<nav>
<ul>
<li><a href="http://jsbin.com/vinur">HOME</a></li>
<li><a href="http://jsbin.com/juweg/">Projects </a>
</li>
<li><a href="http://jsbin.com/deruk/">Blog</a></li>
<li><a href="http://jsbin.com/tiqoh">Tutorial</a></li>
</ul>
</nav>
<div id="grid" class="group">
<div class="row group smoke">
<div class="fullwidth column">
<article>
<a href="#about me" class="group-link">
<figure>
<h3>BLOG TUTORIAL</h3>
<img src="https://scontent-a.xx.fbcdn.net/hphotos-prn1/t1.0-9/10342479_10152120978367898_2430191903845587415_n.jpg" />
<figcaption><p>
<ol>
<li>Copy and paste HTML coding from homepage. </li>
<li> Copy and paste CSS coding from homepage. </li>
<li>Delete all HTML unrelated to blog layout </li>
<li>Create header tags for the blog date and comment section</li>
<li>Insert img tag into paragraph tags</li>
<li>Insert text into paragraph tags located under the date </li>
<li> Insert label tag to display question about graduation</li>
<li> Insert input tag to create form for user to provide input</li>
<li>Create comment box:
</br>
-insert form tag under COMMENTS header tag
<li>Insert HTML code for submit button </li>
<li> Insert HTML code for a function that creates an alert box once the user clicks the submit buttoon
</ol></p></figcaption>
</br>
</figure>
</a>
</article>
</div><!-- end ABOUT ME section -->
</body>
</html>
Output
300px
This bin was created anonymously and its free preview time has expired (learn why). — Get a free unrestricted account
Dismiss xKeyboard 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. |