Computer Knowledge
Markup and Web Languages
1,701 Questions
Test your understanding of HTML tags, XML structures, and web page creation technologies. The questions cover elements like CSS styling, parsing documents, and defining web attributes. This section is essential for candidates appearing for computer proficiency tests in various competitive exams.
HTML tags and attributesXML document parsingCSS styling levelsWeb page creation basicsBrowser compatibility
Markup and Web Languages Questions
-
line breaking
-
changing the colour of font
-
give the title of web page
-
X.25
A
Correct answer
Explanation
The
tag stands for Break and is used in HTML to force a single line break in the text.
-
a web page written using SGML
-
a web page written using PERL
-
a web page written using LATEX
-
a web page written using JAVA
D
Correct answer
Explanation
An applet is a small application, typically written in Java, that runs within the context of a web browser.
-
JAVA
-
HTML
-
Servlets
-
Internet Explorer
D
Correct answer
Explanation
JAVA, HTML, and Servlets are technologies or languages used for web development. Internet Explorer is a web browser, making it the odd one out.
-
Hyper Transfer Microsoft Language
-
High Transfer Markup Language
-
HyperText Markup Language
-
HyperText Microsoft Language
C
Correct answer
Explanation
HTML is the standard markup language used to create web pages. It stands for HyperText Markup Language.
-
Hypertext markup language
-
High-speed text manipulation language
-
Hypertext machine language
-
Hypertext transmission and manipulation language
A
Correct answer
Explanation
HTML stands for Hypertext Markup Language, which is the standard language for creating web pages.
C
Correct answer
Explanation
In HTML, the tag is used to embed CSS rules directly within the document.
-
@link
-
@media
-
@import
-
@include
C
Correct answer
Explanation
The @import rule in CSS is used to import style rules from other style sheets.
-
In a property-linked CSS file
-
In the head of the document
-
As a 'style' attribute in the target HTML element
-
In a HTMLcomment before the target HTML element
D
Correct answer
Explanation
CSS can be applied via external files, internal blocks in the head, or inline 'style' attributes. HTML comments are ignored by browsers and cannot contain functional CSS.
-
Hyper test Makeup Language
-
Hyper text Makeup Language
-
Hyper test Markup Language
-
Hyper text Markup Language
-
None of these
D
Correct answer
Explanation
HTML stands for HyperText Markup Language, the standard markup language for documents designed to be displayed in a web browser.
-
src
-
link
-
href
-
none of these
A
Correct answer
Explanation
In HTML, the 'src' (source) attribute is used within the
tag to specify the path or URL of the image file to be displayed.
-
tablelink
-
frameset
-
frametable
-
none of these
B
Correct answer
Explanation
The tag is used in older HTML standards to define how the browser window is divided into multiple frames, specifying rows or columns.
-
<audio>
-
<img>
-
<avplay>
-
<play>
-
<table> & </table>
-
<form> & </form>
-
<td> & </td>
-
<frame> & </frame>
A
Correct answer
Explanation
The tag is the container element used to define a table in HTML, and it must be closed with .
-
<frame>
-
<table>
-
<img>
-
<form>
A
Correct answer
Explanation
The tag acts as a container for elements, which define the individual pages or content areas within the frameset.
C
Correct answer
Explanation
The tag stands for 'table header' and is used to define header cells in a table, which are typically bold and centered by default.