Updated: Wednesday, November 15,2023-11-15 14:09:18
parent
589152a2f2
commit
967f45b54a
|
@ -7,43 +7,60 @@
|
||||||
[https://html.onlineviewer.net/](https://html.onlineviewer.net/)
|
[https://html.onlineviewer.net/](https://html.onlineviewer.net/)
|
||||||
|
|
||||||
|
|
||||||
```html
|
```html
|
||||||
```
|
<!DOCTYPE html>
|
||||||
<!DOCTYPE html>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<body style= “background-color:red”>
|
<body style= “background-color:red”>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<h1> Blah balah </h1>
|
<h1> Blah balah </h1>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</html>
|
</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.
|
Loading…
Reference in New Issue