Coder Social home page Coder Social logo

twittme's Introduction

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

<h1>Heading 1</h1>
<h2>Heading 2</h2>
<h3>Heading 3</h3>
<h4>Heading 4</h4>
<h5>Heading 5</h5>
<h6>Heading 6</h6>

Paragraph Tags

<p>This is a beautiful paragraph that effortlessly flows across the page.</p>

Emphasis and strong tags

<p><em>Emphasize</em> your words and make them <strong>strong</strong>!</p>

Anchor Tag

<a href="https://www.example.com" target="_blank">Visit our example site</a>

image tag

<img src="path/to/your/image.jpg" alt="A beautiful image">

div and span tag

<div class="container">
  <p>This is a div container.</p>
  <span>This is a span element.</span>
</div>

html comments

<!-- This is a comment. Comments make your code more readable. -->

twittme's People

Contributors

devrihan avatar dev1abhi avatar dibyashaktimoharana avatar

Stargazers

 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.