diff --git a/docs/GitHub/GitHub-basics/first-opensource-code.md b/docs/GitHub/GitHub-basics/first-opensource-code.md
index 1bfea2cf..1ce71ea1 100644
--- a/docs/GitHub/GitHub-basics/first-opensource-code.md
+++ b/docs/GitHub/GitHub-basics/first-opensource-code.md
@@ -8,38 +8,40 @@ description: In this tutorial, you will learn about HTML elements and tags. HTML
keywords: [html, web development, elements, tags, html elements, html tags, html tutorial, html basics, web design, web pages, websites, html structure, html elements tutorial, html tags tutorial, html in 2024]
---
-HTML Attributes and Values are used to provide additional information about HTML elements
+# First Open Source Project – HTML Basics & GitHub Contribution
-## HTML Attributes
+## Introduction
+
+In this tutorial, you will learn about HTML elements, attributes, and their values, as well as how to make your first open source contribution directly through GitHub—no command line required!
+
+## What Are HTML Attributes?
+
+HTML attributes provide additional information about HTML elements and change their behavior or appearance. They are written inside the opening tag of an element.
-HTML attributes are used to provide additional information about HTML elements.
Here is an example of an HTML element with attributes:
-Go to this repository https://github.com/sanjay-kv/Open-source-Practice
-```html title="fork the repository"
-https://github.com/sanjay-kv/Open-source-Practice
-```
+Go to this repository [https://github.com/sanjay-kv/Open-source-Practice](https://github.com/sanjay-kv/Open-source-Practice)
-
- [](https://github.com/sanjay-kv/Open-source-Practice)
-
+
+ [](https://github.com/sanjay-kv/Open-source-Practice)
+