Content Writing
Content Writing
- **Purpose**: HTML is the standard markup language used to create web pages.
- **How to Use**:
- Example:
```html
<h1>Welcome to My Website</h1>
```
- **How to Use**:
- Define rules for how elements should look (colors, fonts, spacing).
- Example:
```css
body {
background-color: lightblue;
h1 {
color: navy;
```
### 3. **JavaScript**
- **Purpose**: JavaScript adds interactivity to web pages (animations, form validation, etc.).
- **How to Use**:
- Place the script either in the HTML `<head>` or before the closing `<body>` tag.
- Example:
```javascript
```
### 4. **Git**
- **How to Use**:
- Install Git and use commands like `git init`, `git add`, `git commit`, and `git push` to manage your
project.
- Example workflow:
```bash
git init
git add .
- **How to Use**:
### 6. **Node.js**
- **How to Use**:
- Example:
```javascript
res.write('Hello World');
res.end();
}).listen(8080);
```
### 7. **Streamlit**
- **How to Use**:
- Example:
```python
import streamlit as st
```
These tools will help you build, style, and manage modern websites and applications.