Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Which of the following tag is used to embed css in html page?

a) <script>
b) <style>
c) <css>
d) <!DOCTYPE html>

Answer: b
Explanation: <style> </style> tag is used to embed CSS in HTML page, while <script> </script> is used to embed JS in HTML. <!DOCTYPE html> is HTML5 declaration.

Join The Discussion