An open API service indexing awesome lists of open source software.

https://github.com/devrihan/twittme

Basic Twitter(now called as X) landing page
https://github.com/devrihan/twittme

hacktoberfest

Last synced: 4 months ago
JSON representation

Basic Twitter(now called as X) landing page

Awesome Lists containing this project

README

          

# TwittMe
Basic Twitter(now called as X) landing page

# HTML Basics: Aesthetic Showcase

Welcome to the world of HTML, where structure meets style. Let's explore the beauty of basic HTML tags that form the backbone of every web page.

## Heading Tags

```html

Heading 1


Heading 2


Heading 3


Heading 4


Heading 5

Heading 6

```

## Paragraph Tags

```html

This is a beautiful paragraph that effortlessly flows across the page.


```

## Emphasis and strong tags

```html

Emphasize your words and make them strong!


```

## Anchor Tag

```html
Visit our example site
```

## image tag

```html
A beautiful image
```
## div and span tag

```html


This is a div container.


This is a span element.

```

## html comments

```html

```