DEV Community

Cover image for This is my first post!
Fares Mohamed
Fares Mohamed

Posted on

This is my first post!

This is Bold Text

Italic

Live Demo: www.google.com

Headingx

Underline

deprecated


Line Divider

  1. Open Google
  2. Type in search input
  3. Click Enter
  • Egg
  • Beef
  • Tomato

The key to success is consistency and learning from your mistakes.

.box {
width: 100px;
height: 100px;
display: inline-block;
margin: 20px;
}

Image description

<!doctype html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Bootstrap demo</title>
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
  </head>
  <body>
    <h1>Hello, world!</h1>
    <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
  </body>
</html>
Enter fullscreen mode Exit fullscreen mode

Top comments (2)

Collapse
 
fares_mohamed profile image
Fares Mohamed

comment testing

Collapse
 
fares_mohamed profile image
Fares Mohamed

my reply