토론 » 개발

How to create a web page with JS?

§
게시: 2020-08-20

I am a beginner to JS. If someone could explain how to create a web page with JS that would be really helpful.

§
게시: 2020-08-20
수정: 2020-08-20

Read the scripts I wrote https://greatest.deepsurf.us/en/users/670188-hacker09
like this one https://greatest.deepsurf.us/en/scripts/407727-find-the-correct-watch-order-and-all-related-entries-live-actions-doramas-copy-entry-title

document.createElement("a");
this creates an a element

document.createElement("div");
this creates a div

답글 게시

답글을 게시하려면 로그인하세요.