Answers for "markdown color text"

2

give red color text in markdown

<span style="color: red;">text</span>
Posted by: Guest on February-20-2021
0

markdown: text size

<font size="1"> This is my text number1</font> 

 <font size="2"> This is my text number 2 </font>
 
 <font size="3"> This is my text number 3</font> 
 
 <font size="4"> This is my text number 4</font> 
 
 <font size="5"> This is my text number 5</font> 
 
 <font size="6"> This is my text number 6</font>
Posted by: Guest on July-20-2020
0

markdown color

// Via HTML:
<span style="color:red">some *red* text</span>.
Posted by: Guest on January-28-2021
1

font size markdown

<font size=1> This is my text number1</font> 

 <font size="2"> This is my text number 2 </font>
Posted by: Guest on April-05-2020
0

markdown codebox text color

```json
{
  "firstName": "John",
  "lastName": "Smith",
  "age": 25
}
```
Posted by: Guest on December-22-2020

Browse Popular Code Answers by Language