You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

80 lines
2.7 KiB

4 years ago
# 30 Days Of HTML
4 years ago
- [30 Days Of HTML](#30-days-of-html)
- [Terminologies](#terminologies)
4 years ago
| # Day | Topics |
| ----- | :----------------------------: |
4 years ago
| 01 | [Introduction](./readMemd) |
4 years ago
| 02 | [DOM(Document Object Model)]() |
| 03 | []() |
| 04 | []() |
| 05 | []() |
| 06 | []() |
| 07 | []() |
| 08 | []() |
| 09 | []() |
| 10 | []() |
| 11 | []() |
| 12 | []() |
| 13 | []() |
| 14 | []() |
| 15 | []() |
| 16 | []() |
| 17 | []() |
| 18 | []() |
| 19 | []() |
| 20 | []() |
🧡🧡🧡 HAPPY CODING 🧡🧡🧡
<div>
<small>Support the <strong>author</strong> to create more educational materials</small> <br />
<a href = "https://www.paypal.me/asabeneh"><img src='./images/paypal_lg.png' alt='Paypal Logo' style="width:10%"/></a>
</div>
<div align="center">
<h1> 30 Days Of HTML: Introduction</h1>
<a class="header-badge" target="_blank" href="https://www.linkedin.com/in/asabeneh/">
<img src="https://img.shields.io/badge/style--5eba00.svg?label=LinkedIn&logo=linkedin&style=social">
</a>
<a class="header-badge" target="_blank" href="https://twitter.com/Asabeneh">
<img alt="Twitter Follow" src="https://img.shields.io/twitter/follow/asabeneh?style=social">
</a>
<sub>Author:
<a href="https://www.linkedin.com/in/asabeneh/" target="_blank">Asabeneh Yetayeh</a><br>
<small> February, 2020</small>
</sub>
</div>
</div>
4 years ago
[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
4 years ago