"Web" is the short form of which of the following?
- aWeb Application
- bWorld Wide Web
- cWeb Browser
- dWeb Document
130 questions · 17 sections
"Web" is the short form of which of the following?
Who created the World Wide Web?
At which research institute was Tim Berners-Lee working when he proposed the web?
In which country is CERN located?
In which year did Tim Berners-Lee propose the concept of sending documents between computers using IP addresses?
The written texts placed on the internet were named what by Tim Berners-Lee?
The network addresses where hypertexts are found are called —
Information on the internet in media format such as photo, video or audio is called —
The software Tim Berners-Lee made to view web documents was called a web browser, known as —
Which of the following is a web browser?
Which one is NOT a web browser?
A website that produces different outputs depending on user inputs is called a —
Dynamic websites are also known as —
When a client sends data to the server, this action is known as a —
When the server analyzes data and sends the desired output to the client, it is known as a —
Which of the following is a popular language for writing server-side software?
The full form of HTML is —
Which statement about HTML is correct?
The full form of CSS is —
What is CSS used for?
Which language is popular for client-end (client-side) processing?
Consider the following statements about the web: Which of the following is correct?
Consider the client-server model: Which of the following is correct?
To work with HTML, a file must be created with which extension?
Which of the following is a popular text editor for editing HTML files?
An HTML element is made up of —
Tags that have no content inside them and need no closing tag are called —
How does a closing tag differ from an opening tag?
The first line <!DOCTYPE html> is called the —
From <!DOCTYPE html> the browser knows the document is of which standard?
Everything that is displayed inside the web browser window should be written inside which element?
Information such as the website title, settings, styles and scripts are written inside which element?
The title shown in the browser tab is written inside which tag?
<head><title><body><caption>All HTML elements are contained inside which main element?
<body><head><html><doctype>Consider the nesting <p> <em>Abracadabra</p></em>. Why is this code wrong?
<p> tag is empty<em> cannot be used inside <p>Which element is used to create a line break?
<p><br><hr><lb>Which of the following is true about the <br> element?
Which element is used to write a paragraph?
<para><p><pg><br>Which element is used to draw a horizontal line?
<line><br><hr><hl>Compared to a line break, a paragraph break (<p>) takes —
Which set of elements is used for bold, italic and underlined text respectively?
<b>, <i>, <u><bold>, <italic>, <underline><i>, <b>, <u><u>, <i>, <b>Which tags are used for subscript and superscript respectively?
<sup> and <sub><sub> and <sup><down> and <up><low> and <high>Which code correctly writes using HTML formatting?
(a + b)<sub>2</sub>(a + b)<sup>2</sup>(a + b)<small>2</small>(a + b)<big>2</big>Which elements are used to make text sizes big and small?
<large> and <tiny><big> and <small><max> and <min><up> and <down>Which elements are used to emphasize text?
<b> and <i><em> and <strong><mark> and <note><u> and <sup>What output does the code <p>H<sub>2</sub>O</p> produce?
Which tags are used to create lists in HTML?
<list>, <item><ul>, <ol>, <li><dl>, <dt>, <dd><table>, <tr>, <td>The <ul> tag is used to create which type of list?
To create an ordered list, which tag is used?
<ul><ol><li><dl>Which tag represents the individual items of a list?
<list><li><item><td>By default, what symbol does an unordered (bulleted) list place in front of each item?
A part of an HTML element that modifies the functionality of that element is called a/an —
Which attribute is used to change the bullet symbol of an unordered list to square or circle?
The code <ol type="i"> will number the list items using —
To display a list numbered with capital roman numerals (I, II, III), which code is used?
<ol type="i"><ol type="I"><ol type="a"><ol type="A">To start an ordered list from roll number 21, which attribute is used?
The value of the start attribute must always be —
The correct convention for writing an attribute is —
<tag attribute_name:"value"><tag attribute_name="value"><tag value="attribute_name"><tag (attribute_name)="value">To create a list inside another list (a nested list) you must —
<nest> tagstart attributecolspan attributeWhich element (anchor element) is used to create a hyperlink?
<link><a><href><url>Which attribute sets the web address (URL) of a hyperlink?
To make a hyperlink open in a new tab, which target value is used?
Using target="_self" in a hyperlink will open the link —
Which element is used to add an image to a web page?
<image><img><pic><photo>Which statement about the <img> element is correct?
Which attribute defines the location (source) of an image?
To display an image at 300x200 pixels, which attributes are used?
To make an image act as a hyperlink, the <img> element should be placed inside which element?
<p> element<a> (anchor) element<div> element<li> elementA table in HTML is made up of —
Which three elements can be inside a table for header, body and footer?
<top>, <mid>, <bottom><thead>, <tbody>, <tfoot><header>, <main>, <footer><th>, <tb>, <tf>Which element is used to create a row in a table?
<td><th><tr><row>Using which element to put table headings makes them appear bold?
<td><th><tr><b>To put data inside the cells of a table, which element is used?
<th><tr><td><cell>By default HTML tables have no border. Which attribute is used to add a border?
Which attribute determines the space between two adjacent cells of a table?
Which attribute controls the distance between the cell border and the text inside a cell?
Which element is used to put a caption (title) for a table?
<title><caption><head><label>To make a single cell expand over several rows, which attribute is used?
To make a single cell span over several columns, which attribute is used?
In HTML, text written between <!-- and --> is called a —
What happens to a comment when an HTML page is rendered in the browser?
To properly display Bangla text, which empty element with the charset attribute must be used?
<lang><meta><char><bangla>The <meta> element is written inside which element?
Which Unicode character set value supports Bangla text?
Which attribute notifies the browser about the language of the text in a web document?
For British English, which region code is used in the lang attribute?
Which attribute is used to define an element's color, fonts and other properties directly?
When defining multiple property values in the style attribute, which symbol must be used between each property?
To use the same style for many elements, the style can be defined inside the head element using which tag?
<css><style><format><theme>Which CSS property defines the distance of an element from other elements?
Which CSS property defines the distance of the element's content from its border?
The text-align property can take which of the following values?
A basic design of a web page made primarily with pen and paper, defining element positions, is called a —
Creating the required pages using HTML and CSS according to the design is known as —
Programming for feature implementation and connecting the website to a database server is known as —
A developer capable of both front-end and back-end development is called a —
Which graphics design software can be used to create web page designs?
Uploading website files to a web server in order to publish the website to the internet is called —
To make a website accessible to all internet users, what type of IP address is needed?
From whom can you obtain a public IP address?
Which of the following is a domain name?
<a>Why do people use domain names instead of IP addresses to browse websites?
Consider the steps to publish a website: Which of the following is correct?
What tag is used to link between web pages?
<a><href><i><div>Using hyperlinks in a webpage makes — Which one is true?
In which case do we use domain names?
Consider the following code: <html><body><p><b>First Paragraph</b></p><a href="test.html">Test Website</a></body></html>. What types of tags are used here?
Which one is true?
What will you see from the following code: <p>H<sup>2</sup>O</p>?
To add a map.jpeg image of 640x480 pixels inside a webpage, what type of directives do you need?
Sarika added a new image on her newly created webpage. This made it more attractive. What tag did she use?
<img><fig><photo><illus>What attribute is used to open a webpage in a new window?
What value in the border attribute shows no border?
উদ্দীপক: Mimi is learning web page designing. She wants to put a hyperlink on her page. Which tag is used for hyperlinks?
<caption><a><head><html>উদ্দীপক: Mimi is learning web page designing and adds hyperlinks to her page. The use of hyperlinks in a webpage makes it — Which one is true?
The different parts of a book like an HTML page (headings, paragraphs, images, lists) written with tags are called —
উদ্দীপক: A website for X Degree College is made with only HTML. It produces the same output for every user and has no option for user input or feedback. What type of website is it?
উদ্দীপক: A college website is built with only HTML and must be made available to all internet users. Which of the following is required to publish it?
উদ্দীপক: Fahim hosted his website but after a while could not access it from anywhere. Which of the following is a likely reason?
The software used to visit and browse websites is called a —
উদ্দীপক: Consider the line <h3> COLLEGE RESULT <h3>. What is the error in this line?
</h3> with a forward slash, not <h3>Consider the following statements about IP address and domain name: Which of the following is correct?
Why is HTML considered an easy way to build a web page?
উদ্দীপক: A teacher asks a student to display the text "ICT" at the center with heading size 2. Which code is correct?
<h2>ICT</h2><h6>ICT</h6><p>ICT</p><title>ICT</title>