Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lostmypillow/webdev
https://github.com/lostmypillow/webdev
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/lostmypillow/webdev
- Owner: lostmypillow
- Created: 2024-07-26T10:56:00.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-26T11:09:23.000Z (6 months ago)
- Last Synced: 2024-07-26T12:27:31.647Z (6 months ago)
- Homepage: https://lostmypillow.github.io/webdev/
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web Dev Simplified
HTML looks like this:
```html
...
```
"..." is whatever that goes between those tags, omitted for brevityYou should view an HTML "file" as a "document". You will see why when we delve into JavaScript.
> **index.html**
>
> HTML
>
>What kind of files are also called documents? DOCX, aka Word documents.
And how do you read DOCX? With the application Microsoft Word.
So HTML, also a kind of document, is read by a **browser** instead of MS Word.