Create a Web site and the addition of a cat room requires a text editor and the code for a chat server.
There are many choice chat servers. Some can create your own chat room. others you can access an array of live chat. You can some the chat room, including the color in the text box and the design change. Difficulty: easyInstructionsYou need: text editor things- 1
Open the text editor and create a new file by clicking "File" and "New".
- 1
Open the text editor and create a new file by clicking "File" and "New".
Add the code base for Web pages, including the TITLE HTML tag, the HEAD tag, tag and BODY tag.
< html >
< head >
< title > my chat room < / title >
< / head >
< body >
< / body >
< html >
Select rooms chat that you use and get the code for the chat room.
Add the code between the BODY tags on your Web site in the text editor.
Save the index.html file.
No comments:
Post a Comment