Skip to content

Instantly share code, notes, and snippets.

@rowe-morehouse
Last active November 13, 2020 18:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rowe-morehouse/9e2a6ef27873a81ff9c5248d75e37da0 to your computer and use it in GitHub Desktop.
Save rowe-morehouse/9e2a6ef27873a81ff9c5248d75e37da0 to your computer and use it in GitHub Desktop.
// POLL 1: HTML
Q. What does HTML stand for?
Hot Topic Mixer Leggings
Hyperactive Tech Markdown Language
Hypertext Transfer Protocol Listing
HyperText Markup Language
// Answer: 4. HyperText Markup Language
---
// POLL 2: What is Markdown
Q. What is Markdown?
A simple formatting syntax that can be used in lots of places on the Internet.
A syntax for hyperactive management protocol.
An HTML way of coding bold and italic.
A downloader for hypertext markup.
// Answer: 1. A simple formatting syntax …
---
// POLL 3: Link Syntax
Q. What is the correct syntax for links in Markdown?
(anchor text)[https://example.com]
[anchor text](https://example.com)
{anchor text}(https://example.com)
[https://example.com](anchor text)
// Answer: 2. [anchor text](https://example.com)
---
// POLL 4: Unordered List
Q. What character do you use for Unordered Lists?
$
#
-
1.
// Answer: 3. -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment