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
- Host: GitHub
- URL: https://github.com/devrihan/twittme
- Owner: devrihan
- Created: 2023-08-24T14:37:37.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-02T19:14:33.000Z (over 2 years ago)
- Last Synced: 2025-07-15T01:55:36.451Z (11 months ago)
- Topics: hacktoberfest
- Language: CSS
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
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
```
## div and span tag
```html
This is a div container.
This is a span element.
```
## html comments
```html
```