NEW
Font size
WorksheetsWT Assignment-1
Total questions: 15
Worksheet time: 11mins
which of the following is not a table tag
table
tr
td
tt
Which selector in css is applied to entire web page rather than to specific tags used in web page
Class
Id
Universal
Generic
which tag is used to create a textarea
<textarea rows="" cols="">.....</textarea>
<input type="textarea">
<textarea rows="" cols=""/>
<input type="text">
Which is the correct tag representation for representing an image in html page
<img source="" alternate="">
<image source="" alternate="">
<img src="" alt="">
<image src="" alt="">
Which of the following is not an HTML5 element
article
header
footer
wrapper
which of the following is used to get highlighted text in HTML5
<a>
<b>
<mark>
<strike>
The ………………… specifies whether a border should be solid, dashed line, dotted line, double line, groove, etc.
border-layout
border-decoration
border-style
border-weight
In CSS tables, the possible values for the caption-side property can have the following values.
top, bottom, left or right
top, bottom, center, left or right
top or bottom
left or right
The CSS links properties are
:link, :visited, :hover, :active
:link, :visit, :hover, :active
:link, :visited, :over, :active
:link, :visited, :hover, :active, :inactive
Javascript is a ______ side scripting language
server
browser
Both server and browser
None of the above
When interpreter encounters an empty statement in javascript, what it will do:
Shows a warning
Prompts to complete the statement
Throws an error
Ignores the statements
XML stands for?
Extensible Markup Language.
Extensible Hypertext Markup Language.
Extended Markup Language.
Extend Markup Language
Which of the following is the correct syntax of the declaration of XML version?
<xml version="1.0" />
<?xml version="1.0"?>
<?xml version="1.0" />
<?xml version=1.0 />
The DTD starts with?
declaration
DOCTYPE delimiter
DTD identifier
DTD
In external DTD elements are declared _______ the XML file.
Inside
After DOCTYPE
Before DTD Body
outside
