Choose the correct HTML tag for the largest heading ? <head> ? <h1> ? <Heading>
ID: 3619007 • Letter: C
Question
Choose the correct HTML tag for the largest heading
? <head>
? <h1>
? <Heading>
Which of the following tags are used for embedding sound filesinto HTML code?
? <Ahref=“song.wav”>
? <EMBEDSRC="Skylar.MP3">
? <Ahref=“song.wav”> and <EMBEDSRC="Skylar.MP3">
? None of these
Which of the following is NOT an advantage of CSS?
? Works on version 4browsers or newer
? Define the look of yourpages in one place
? Easily change thelook
Which of the following is correct line to add separated cssfile with name xxxx.css?
? <link scr=stylesheethref="xxxx.css" type="text/css">
? <link rel=stylesheethref="xxxx.css" type="text/css">
? <style rel=stylesheethref="xxxx.css" type="text/css">
? <link rel=stylesheetscr="xxxx.css" type="text/css">
Which of the following is correct syntax to define color inCSS?
? body {color: black}
? body:color=black
?{body:color=black(body}
? {body;color:black}
Inside which of the following HTML element do we put theJavaScript?
? <script>
? <js>
? <javascript>
? <scripting>
Which one is the responsible to manage “Internalprocesses”?
? E-business
? E-commerce
? E-marketing
? All of the given
The first control statement in a for loop usually
? sets the terminationcondition
? increments a counter
? creates a controlvariable
? none of the above
You define a method using
? obj.method
? obj.method[]
? obj.method()
? obj-method
What is the default scripting language in ASP?
? EcmaScript
? JavaScript
? Java
?VBScript