Intro to HTML
- Your first HTML page
- HTML - Purpose
- Elements vs. Tags
- Including Stylesheets
- Including Scripts
- HTML elements
- Content Elements
- ul, ol, li, a, img
- Content Elements
- Text Elements
| var _ = require('underscore'); | |
| // Hey Iron Yard Hackers! Enjoy! | |
| // Make sure to open your js consoles! | |
| // __ _ ___ __ _ | |
| // __ __/ /_(_) (_) /_(_)__ _____ | |
| // / / / / __/ / / / __/ / _ \/ ___/ | |
| // / /_/ / /_/ / / / /_/ / __(__ ) | |
| // \__,_/\__/_/_/_/\__/_/\___/____/ |
Intro to HTML
| <!-- Syntax is based on Github-flavored Markdown. --> | |
| ## Section Headings | |
| Section text | |
| ```lang | |
| fenced(Code); | |
| ``` |
| #!/bin/sh | |
| ROOTPATH=~/mysh/ | |
| TARGETPATH=$ROOTPATH$1 | |
| if [ -d "$TARGETPATH" ]; then | |
| echo "Listing contents of $TARGETPATH..." | |
| ls -al $TARGETPATH | |
| elif [ -f "$TARGETPATH" ]; then | |
| echo "$TARGETPATH is a file! Unable to list contents." |
I hereby claim:
To claim this, I am signing this object: