
Asked in AmbitionBox
How can you include external CSS and JavaScript files in an HTML document?

AnswerBot
7mo
External CSS and JavaScript files can be included in an HTML document using the <link> and <script> tags.
Use the <link> tag with the 'rel' attribute set to 'stylesheet' to include external CSS files.
U...read more

luxuriantlatte
1y
currently not working
Inside the head tag
JavaScript :
CSS:
shubham deshmukh
2y
We also write .css and .js file in head section with tag <link rel ="stylesheet" href="style.css">
<link rel ="stylesheet" href="script.js">
Add answer anonymously...
Interview Questions from Popular Companies

3.7
• 8.7k Interviews

4.0
• 5.4k Interviews

3.5
• 4.2k Interviews

3.6
• 8k Interviews

3.7
• 6k Interviews

3.7
• 6.2k Interviews

3.5
• 4.2k Interviews

3.7
• 5.1k Interviews
Stay ahead in your career. Get AmbitionBox app


Trusted by over 1.5 Crore job seekers to find their right fit company
80 L+
Reviews
10L+
Interviews
4 Cr+
Salaries
1.5 Cr+
Users
Contribute to help millions
AmbitionBox Awards
Get AmbitionBox app

