Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test_version control #73

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

getinettnb
Copy link

No description provided.

@@ -8,3 +8,4 @@
</head>
<body></body>
</html>
<!--just added to test version control-->

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

<title>Version Control Test</title>

Hello World

This is a test for version control.

<script> // Adding a new paragraph to the body const newParagraph = document.createElement('p'); newParagraph.textContent = 'This paragraph was added using JavaScript.'; document.body.appendChild(newParagraph); // Changing the text of the existing h1 element const heading = document.getElementById('main-heading'); heading.textContent = 'Hello JavaScript'; // Adding an event listener to the heading heading.addEventListener('click', () => { alert('Heading was clicked!'); }); // Logging a message to the console to indicate the script ran console.log('Script executed and HTML was manipulated.'); </script>

@@ -8,3 +8,4 @@
</head>
<body></body>
</html>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

<title>Version Control Test</title>

Hello World

This is a test for version control.

<script> // Adding a new paragraph to the body const newParagraph = document.createElement('p'); newParagraph.textContent = 'This paragraph was added using JavaScript.'; document.body.appendChild(newParagraph); // Changing the text of the existing h1 element const heading = document.getElementById('main-heading'); heading.textContent = 'Hello JavaScript'; // Adding an event listener to the heading heading.addEventListener('click', () => { alert('Heading was clicked!'); }); // Logging a message to the console to indicate the script ran console.log('Script executed and HTML was manipulated.'); </script>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants