Updated: Tuesday, October 10,2023-10-10 14:35:38
parent
f4de1f343d
commit
9e002104c3
|
@ -81,7 +81,7 @@ Start by typing this line in your program
|
||||||
|
|
||||||
### Next is the Body!
|
### Next is the Body!
|
||||||
|
|
||||||
|
```
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
|
@ -92,6 +92,22 @@ Start by typing this line in your program
|
||||||
<title>
|
<title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
|
||||||
|
& This is where the text of a website goes
|
||||||
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
|
## Save this file as hello.html file
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
|
||||||
|
Next
|
Loading…
Reference in New Issue