What version of HTML is this? Do you think it's easier, more difficult, or the same in terms of readability as other versions?
https://www.quora.com/What-are-the-differences-between-HTML5-and-pre-5-HTML
What version of HTML is this? Do you think it's easier, more difficult, or the same in terms of readability as other versions?
https://www.quora.com/What-are-the-differences-between-HTML5-and-pre-5-HTML
box model
https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Box_Model
list-style-type
https://developer.mozilla.org/en-US/docs/Web/CSS/list-style-type
text-transform
/ Keyword values / text-transform: capitalize; text-transform: uppercase; text-transform: lowercase; text-transform: none; text-transform: full-width;
/ Global values / text-transform: inherit; text-transform: initial; text-transform: unset;
The command open index.html will work
start index.html
for Windows 7
In the Chrome application menu, go to View > Developer > Developer Tools to open the developer tools pane.
CTRL+SHIFT+I
Under More Tools tab.
What is a merge conflict? Can you find any good explanations or resources on how to resolve a merge conflict? Share any good finds with your cohort on Slack.
Great, straightforward answer. https://help.github.com/articles/resolving-a-merge-conflict-from-the-command-line/
Aw, just look at that little buddy.
Test annotation. I believe annotations disappear when pages are altered.
GitHub i
Testing
Use *Bold Text* to create emphasis.
Should be two asterisks, I believe.
git commit -m "Add test file to practice committing"
for individual committing: git commit [some files] "Comment"
(Quick tip, to exit the comment editor without saving changes, hit Esc a few times and then type : q ! and Enter.)
Headers Use one or more # symbols to create a header. A # Header is larger than a ## Header Lists Use a * to create an unordered list element. Use a number followed by a period 1. to create an ordered list. Bold Use *Bold Text* to create emphasis. Code Use 4 spaces indent or surround with single or triple ` (backticks) to create a code block. In GitHub you can add the code type as well. Links Use [Link Text](link url) format to create links.
Commands for Github Markdown!
Use ↑⌘ to see all the commands you can use including the very useful Indention: Reindent Lines
CTRL+SHIFT+P for Windows