diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bd1ba28 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +index.html +draft.md +test.html \ No newline at end of file diff --git a/images/chrome_logo.png b/images/chrome_logo.png new file mode 100644 index 0000000..45f0559 Binary files /dev/null and b/images/chrome_logo.png differ diff --git a/images/figma-logo.png b/images/figma-logo.png new file mode 100644 index 0000000..62ffce8 Binary files /dev/null and b/images/figma-logo.png differ diff --git a/images/html-code.png b/images/html-code.png new file mode 100644 index 0000000..23bfbc9 Binary files /dev/null and b/images/html-code.png differ diff --git a/images/html-css-js.png b/images/html-css-js.png new file mode 100644 index 0000000..921fbf3 Binary files /dev/null and b/images/html-css-js.png differ diff --git a/images/html_code_output.png b/images/html_code_output.png new file mode 100644 index 0000000..20466e2 Binary files /dev/null and b/images/html_code_output.png differ diff --git a/images/rendered.png b/images/rendered.png new file mode 100644 index 0000000..53ae99f Binary files /dev/null and b/images/rendered.png differ diff --git a/images/request-response.png b/images/request-response.png new file mode 100644 index 0000000..c4c9167 Binary files /dev/null and b/images/request-response.png differ diff --git a/images/visual-studio-code.png b/images/visual-studio-code.png new file mode 100644 index 0000000..dd64556 Binary files /dev/null and b/images/visual-studio-code.png differ diff --git a/readme.md b/readme.md index 10e9226..41da453 100644 --- a/readme.md +++ b/readme.md @@ -1,8 +1,10 @@ # 30 Days Of HTML +- [30 Days Of HTML](#30-days-of-html) + - [Terminologies](#terminologies) | # Day | Topics | | ----- | :----------------------------: | -| 01 | [Introduction](./readMemd) | +| 01 | [Introduction](./readMemd) | | 02 | [DOM(Document Object Model)]() | | 03 | []() | | 04 | []() | @@ -47,6 +49,31 @@ -[Day 2 >>](./02_Day_Data_types/02_day_data_types.md) +[Day 2 >>](./) + +![30 Days Of HTML](./images/DAY_1.png) + +## Terminologies + +_client_, _server_, _web developer_, _web designer_, _UI_, _UX_,_web development_, _browser_, _code editor_, _command lines_,_Git_, _GitHub_, _Version Control_, _semantic_, _accessibility_, _responsiveness_, _compatibility_, _request_, _response_, _HTML_, _CSS_, _JavaScript_, _viewport_, _blocking element_, _non-blocking element_,_tag_, _opening tag_, _closing tag_, _self closing tag_, _attribute_, _style_, _script_, _property_, _value_, _render_, _comment_, _HTTP_,_path_, _URL_, _absolute path_, _relative path_, _landing page_, _single page application_, _hero image_, _HTML element_, _content_, _SEO_, _feature image_, _carousel_, _sidebar_ + +Parts of a website + +Taskbar title +Website Logo +Header/Banner +Navigation Bar/Menu Bar +Body +Section +Forms +Buttons +Links +Images +Videos +Audios + +Pages +Social Links +Footer + -![Thirty Days Of JavaScript](./images/DAY_1.png)