GithubHelp home page GithubHelp logo

basicsreadme's Introduction

This is Normal Text

this is also

AND THIS IS ALSO A NORMAL TEXT WE WILL ADD TEXT HERE ONLY

three dash or three *** introduce a line

now for Heading , Bold, Italics we need to use space

now we will be looking at the Heading

#this is not heading

this is a Heading 1

this is a Heading 2

this is a Heading

use this heading in practice


Italics and Bolds

this is will be in italic :- italics

_words__this_is_a_mistake

italics/words

now think about this : _italics_

this is bold or Strong

we will scratch here or StrikeThrough 1000

1000 999

(if we need to add like markdown attributes use \ ie backwards slash)


Links

this is how u coud write [ Text2Display ]( actualLink )

Mikhi's LinkedIn

now preview on the text is like...just hover over the mouse over the GitHub

GitHub


Images

we can write ![text alternate to image](address of image)

images

image


programming

use for loop

now languages

//this is code for c programming language
#include <stdio.h>

int main(void)
{
    printf("Hello, World !");
    return 0;
}
/*
this is c code in markdown file
just simple code
*/

this was c

now we will look into cpp

#include <iostream>

using namespace std;

int main()
{
    cout<<"Hello, World !";
    return 0;

}

this was the cpp now we will see its Java version

class Main
{
    public static void Main(String[] args)
    {
        System.out.println("Hello World !");
    }
}

or

class Main{

    public static void Main(String[] args){

        System.out.println("Hello World !");
    }
}

Tables

Tables Goes here
one two three

code

keep smiling ...and just do your work

List

  1. List-item 1
  2. List-item 2
  3. List-item 3
  4. List-item 4 ...you see 4 is automatic instead of 3

now unordered list

  • List-item
  • list-item 2
  • item 3

now

  • Main list

    1. this is indented list items
    2. this is indented list items

basicsreadme's People

Contributors

mikhi-mh avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.