You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Get the latest updates from Academy's repo by instruction;
To your homework folder add a folder named 2-dom
Add there the file index.hml. So you should have the following structure:
homeworks/elon.musk_spacex2021/2-dom/index.html
Make a simple chat emulator (frontend part only):
Main area - messages are inserted (newest at the bottom).
Bottom area - the place for entering the text and button to send a text. On click on the button (or press Enter key on the keyboard) text disappears from the entering field and inserts to the Main area.
ALL JS AND STYLES SHOULD BE MOVED TO SEPARATE FILES AND CONNECTED TO index.html BY TAGS
The task with an asterisk (optional):
On Shift + Enter you should insert into the message break to a new line
To the message insert the cross-icon, by clicking on which, the message should disappear.
Use this horrible design or find something pretty on the internet:
The text was updated successfully, but these errors were encountered:
Homework 2 - DOM
Deadline
Task
Get the latest updates from Academy's repo by instruction;
To your homework folder add a folder named
2-dom
Add there the file index.hml. So you should have the following structure:
The task with an asterisk (optional):
Use this horrible design or find something pretty on the internet:
The text was updated successfully, but these errors were encountered: