Updated: Wednesday, November 15,2023-11-15 14:09:18

main
Shwetha Jayaraj 2023-11-15 14:09:22 -05:00
parent 589152a2f2
commit 967f45b54a
1 changed files with 42 additions and 25 deletions

View File

@ -7,43 +7,60 @@
[https://html.onlineviewer.net/](https://html.onlineviewer.net/)
```html
```
<!DOCTYPE html>   
```html
<!DOCTYPE html>   
<html> 
<body>
<body style= “background-color:red”> 
<h1> Blah balah </h1> 
</body>
</body>
</html>
```
STEP 2: Adding tables
[https://html-online.com/editor/](https://html-online.com/editor/)
---
### STEP 2: Adding tables & embedding games + videos!
STEP 3: Publishing the website & additional CSS. 
We have all heard about Scratch? Played games last week?
Let's play geometry dash --> [Geometry Dash ](https://scratch.mit.edu/projects/835488610/)
[https://neocities.org/browse](https://neocities.org/browse)**
**On our website!** :D
*Add your own games here*
```html
<!DOCTYPE html>   
<html> 
<body>
<body style= “background-color:red”> 
<h1> Blah balah </h1> 
<p> Lorem ipsum about random stuff that interests me. </p>
<h2> Geometry Dash Blah </h2>
<iframe src="https://scratch.mit.edu/projects/835488610/embed" allowtransparency="true" width="485" height="402" frameborder="0" scrolling="no" allowfullscreen></iframe>
</body>
</html>
```
---
### STEP 3: Publishing the website & additional CSS. 
[https://neocities.org/browse](https://neocities.org/browse)**
---
### Step 4: Additional Tips
* Go to [https://html-online.com/editor/](https://html-online.com/editor/) to learn about adding tables.