The Full Stack Web Development - Markdown Basic Syntax

The Full Stack Web Development - Markdown Basic Syntax

Assessment

Interactive Video

Information Technology (IT), Architecture

University

Hard

Created by

Quizizz Content

FREE Resource

This video tutorial provides a comprehensive guide to using markdown, covering basic syntax, text formatting, creating links and images, working with lists, and using code blocks. It also explains how to save and export markdown files and introduces advanced elements like task lists and tables.

Read more

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct syntax for creating a level 1 heading in markdown?

## Heading 1

# Heading 1

#### Heading 1

### Heading 1

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you make text bold in markdown?

Surround the text with single underscores (_)

Surround the text with double asterisks (**)

Surround the text with double underscores (__)

Surround the text with single asterisks (*)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which symbol is used to create an unordered list in markdown?

Hyphen (-)

Asterisk (*)

Plus (+)

Number (1.)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to create a link in markdown?

[Link text](URL)

{Link text}(URL)

(Link text)[URL]

[URL]

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you specify the language for syntax highlighting in a markdown code block?

By adding the language name after the opening backticks

By adding the language name before the closing backticks

By using a special markdown tag

By using a comment inside the code block

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of using three backticks in markdown?

To create a link

To create a code block

To create a list

To create a heading

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which file extension is used to save a markdown file?

.txt

.markdown

.md

.html