Answers for "color text in md"

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
1

readme.md text color

<span style="color: green"> Some green text </span>
Posted by: Guest on February-25-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

readme.md text color

```json
   // code for coloring
```
```html
   // code for coloring
```
```js
   // code for coloring
```
```css
   // code for coloring
```
// etc.
Posted by: Guest on February-25-2021

Browse Popular Code Answers by Language