Friday, October 2, 2020

Markdown Basics

 Markdown is a way to style on the web. The examples are given below.

Italics:

*This text will be italic*

_This text will also be italic_

Bold:

           **This text will be Bold**

           __This text will also be Bold__

Headers:

          #Heading 1

          ##Heading 2

Links:

inline link:

        [Link for Google](www.google.com)

         reference link:

          [Do you want to search?][Google link]

                    [Google Link]:www.google.com 

Lists:

Unordered List (Lists with Bullet Points)

      * C

                * JAVA

                * C# 

        

 

 

 

 

     



No comments:

Post a Comment