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

Html &CSS #24630

Closed
56789KD opened this issue Oct 4, 2024 · 0 comments
Closed

Html &CSS #24630

56789KD opened this issue Oct 4, 2024 · 0 comments
Labels
spam Junk issues/PRs, 'nuff said.

Comments

@56789KD
Copy link

56789KD commented Oct 4, 2024

Sure! Here is a simple HTML and CSS code for "Html & CSS":

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Html & CSS</title>
<style>
  body {
    font-family: Arial, sans-serif;
    text-align: center;
    background-color: #f0f0f0;
  }
  h1 {
    color: #333;
  }
</style>
</head>
<body>
  <h1>Html & CSS</h1>
</body>
</html>

You can copy and paste this code into an HTML file and open it in a web browser to see the "Html & CSS" heading displayed on the page.

@queengooborg queengooborg added the spam Junk issues/PRs, 'nuff said. label Oct 4, 2024
@queengooborg queengooborg closed this as not planned Won't fix, can't repro, duplicate, stale Oct 4, 2024
@mdn mdn locked and limited conversation to collaborators Oct 4, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
spam Junk issues/PRs, 'nuff said.
Projects
None yet
Development

No branches or pull requests

2 participants