Skip to content
View abcdabcd7's full-sized avatar
Block or Report

Block or report abcdabcd7

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
abcdabcd7/readme.txt
<!--markdown tutorial-->

Anisul Islam<br/>
This is second line

---

# Anisul Islam

## Anisul Islam

### Anisul Islam

#### Anisul Islam

##### Anisul Islam

###### Anisul Islam

<p>This is anisul islam. I am 31 years old. I just finished my masters at Tampere University</p>

<br/>

### italic text

_This is an italic text_

<br/>

### bold text

**This is an italic text**

<br/>

### Strikethorugh

~~this is~~

<br/>

### single line code

`This is inline`  
`<h1> Bangladesh </h1>`

<br/>

### Multiple line code

```
  <html>
  <head> </head>
  <body> </body>
  </html>
```

```html
<html>
  <head> </head>
  <body></body>
</html>
```

```css
head {
  background-color: green;
}
```

```javascript
console.log("hello");
```

<br/>

### Ordered List

1. Item1
2. Item2
   1. Item1.1
   2. Item1.2
3. Item3

<br/>

### Unordered List

- item1
  - item1.1
  - item1.2
- item2
- item3

<br/>

### Task List

- [x] Task1
- [x] Task1
- [] Task1

<br/>

### automatic link

http://www.studywithanis.com

### disable link

`http://www.studywithanis.com`

### markdown link sytax

[studywithanis](http://www.studywithanis.com)

### markdown link sytax

[studywithanis][websitelink]
[facebook][facebooklink]

<br/>

### image sytax

<!-- ![profile](./images/me.jpg) -->
<img src="./images/me.JPG" width="400" title="profile image"/>
😊

<br/>

### table sytax

| Name         | Email                  |
| ------------ | ---------------------- |
| Anisul Islam | Text is here           |
| Anisul Islam | anisul2010@yahoo.co.uk |
| Anisul Islam | Text is here           |

<!-- all link is here -->

[websitelink]: http://www.studywithanis.com
[facebooklink]: https://www.facebook.com/studywithanis

Popular repositories

  1. abcdabcd7 abcdabcd7 Public

    Config files for my GitHub profile.

  2. tast tast Public

  3. github-documentation github-documentation Public

    Forked from anisul-Islam/git-github-documentation

    In this repo, I will share my git and GitHub knowledges with you.

    HTML

  4. tapas-bra tapas-bra Public

    Forked from atapas/fork-me

    Yeah, right. FORK ME!!! Once you fork me, I help you learn forking.

    Python

  5. my-first-pull my-first-pull Public

    JavaScript

  6. laravel-debugbar laravel-debugbar Public

    Forked from barryvdh/laravel-debugbar

    Debugbar for Laravel (Integrates PHP Debug Bar)

    PHP