+ 1
Some web questions
1. Can you import more scripts/ css-s in html? 2. How do you import jquerry? 3. How do you create a page that anyone can see(something.com)? Thank you for your answers.
2 odpowiedzi
+ 3
1.yes, we can import as we want.
2.<script src="https://code.jquery.com/jquery-3.1.1.js"></script>
3.By some servers like WordPress.com
- 1
3. Give github a try, you can host your page for free. It's easy to manage and edit with Atom integration ⚛