Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lostmypillow/webdev


https://github.com/lostmypillow/webdev

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Web Dev Simplified

HTML looks like this:

```html

...

```
"..." is whatever that goes between those tags, omitted for brevity

You 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.