Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

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

Explanation / Answer

2. <EMBEDsrc="https://s3.amazonaws.com/answer-board-image/Skylar.MP3"> 3.Works on version 4 browsers or newer 4.<link rel=stylesheet href="xxxx.css" type="text/css">, only it should be rel = "stylesheet" 5.body {color: black} 6.<script> 7. 8.sets the terminating condition 9.obj.method() 10.VB Script