Written Question
Written Question
1.What are the most common communication channels used for effective
communication?
• Email
• Instant Messaging (IM)
• Video Conferencing (e.g., Zoom)
• Phone Calls
• Social Media
• Face-to-Face Meetings
9.write the tag used for inserting the largest heading in HTML?
document.write(1);
12.How to write an IF statement for excecuting some code if ‘I’ is not equal to 5?
18.How do you make each word in a text start with a capital letter?
22.Which in an HTML document is the correct place to refer to an external style sheet?
23.How many ways to insert CSS?
• Inline CSS: Using the style attribute in HTML elements.
• Internal CSS: Using a <style> tag within the <head> section of the HTML document.
• External CSS: Linking to an external CSS file using a <link> tag.
24.How can comments be added in CSS?