A. 1024 characters.
B. 1125 characters.
C. 1124 characters.
D. 1025 characters.
An attribute provides additional information about the element. The length of an attribute value is limited to 1024 characters.
A. bgcolor.
B. background.
C. body.
D. graphics.
The background color is set by bgcolor attribute and background graphics is set by background attribute of the body tag.
A. 72.
B. 69.
C. 23.
D. 64.
The title element contains your document title and identifies its content in a global context.
A. < a name= “http://www.extramarks.com” >Extramarks.com< /a >.
B. < a >http://www.extramarks.com< /a >.
C. < a url=”http://www.extramarks.com” >Extramarks.com < /a >.
D. < a href= http://www.extramarks.com” >Extramarks< /a >.
Hyperlinks can point to any resource on the web: an HTML page, an image, a sound file, a movie etc. The href attribute defines the link "address".
A. < head >.
B. < title >.
C. < body >.
D. < footer >.
The horizontal rules give a way to separate sections of your document visually. The < hr > tag produces a horizontal line spread across the width of the browser window. The < hr > tag is used inside the body content. For example, < html > < head >< title > Horizontal rule < /title >< /head >< body >< hr size = 14 >< /body >< /html >
A. font.
B. size.
C. basefont.
D. face.
The < basefont > tag defines the basic size for the font; the browser will use to render normal document text, i.e., the text for which no other font-size setting has been provided.
A. World Wide Web Consortium.
B. Mozilla.
C. Microsoft.
D. Internet Explorer.
The World Wide Web brings the documents, images, graphics, music, videos etc. to our desktop. Everything we see on the desktop, are the documents written in a special language called HTML.
A. container element.
B. empty tag.
C. attribute used inside footer section.
D. attribute used inside title section.
The container elements are those elements that require pair tags, i.e., a starting as well as an ending tag. For example, < title >… < /title >, < head >…< /head >, etc.
A. abstract text style.
B. logical text style.
C. physical text style.
D. virtual text style.
Logical text styles are general descriptions. Each browser handles a logical style in its own way. These styles render the text according to its meaning. For example, < strong > is for strongly emphasizing something.
A. 1-D.
B. 2-D.
C. 3-D.
D. noshade.
Without noshade attribute in < hr >, the default 3-D rule is displayed and with noshade attribute a 2-D rule is displayed.
A. < html >.
B. < p >.
C. < br >.
D. < head >.
The empty elements are those that require just a starting tag and not an ending tag. For example, < br >. These elements just carry out their specific job. For example, < br > breaks a line.
A. outer and inner.
B. logical and abstract.
C. logical and physical.
D. abstract and physical.
Logical styles are general descriptions. They render the text according to its meaning. For example,< strong > for strongly emphasizing on something. Physical text styles indicate the specific type of appearance for a section. For example, italics, bold etc. They are rendered in the same manner by all browsers.
A. audio links.
B. array links.
C. activity links.
D. active links.
The color or text links can be changed by LINK attribute. The two types of links are visited links and active links. VLINK refers to visited links and ALINK refers to active links. Active links are the links that are currently being clicked on.
A. < paragraph > < /paragraph >.
B. < p > < /p >.
C. < format style = “para” > < /format >.
D. < para > < /para >.
The < p > tag defines a paragraph. For example, < p >. This is a text in a paragraph. < /p >. The text that is typed between < p > and < /p > tags is by default left-aligned. To change its alignment, ALIGN attribute of < p > tag can be used. For example, < p align = left >.
A. < head >.
B. < title >.
C. < caption >.
D. < p >.
The text between the < title > tags is the title of your document. The title is displayed in your browser’s caption.
A. typewriter text < TT >.
B. emphasis < EM >.
C. computer code < CODE >.
D. keyboard entry < KBD >.
Physical text styles indicate the specific type of appearance for a section. For example, bold< b >, italics < i > etc.
A. < !- - - This is a comment - - - >.
B. < ! >.
C. < comment >.
D. < notate >.
Comments are one type of textual content that appear in the HTML code but are not rendered by user’s browser. Comments are given between special < ! - - - and - - - > markup elements.
A. < html > < /html >.
B. < br >.
C. < base >.
D. < basefont >.
The two types of elements used in html are container elements and empty elements. Container elements are those that require a starting as well as ending tags. For example, < title >…< /title >, < head >…< /head >.
A. < h3 >.
B. < h1 >.
C. < h5 >.
D. < h4 >.
HTML has six levels of headings, marked by the element names H1, H2, …., H6. < h6 > is used to mark the smallest heading. < h1 > is used to mark the main document.
A. enclosed elements.
B. container elements.
C. conditional elements.
D. empty elements.
Empty elements just require a starting tag and not an ending tag. For example, < hr > inserts a horizontal line, < br > breaks a line.
A. empty elements.
B. enclosed elements.
C. container elements.
D. conditional elements.
The two types of elements used in html are container elements and empty elements. Container elements are those that require a starting as well as ending tags. For example, < title >…< /title >, < head >…< /head >.
A. < br/ >.
B. < head >.
C. < title >.
D. < body >.
The < body > tag encloses all the tags, attributes and information to be displayed in the web page. The < body > tag is entered below the closing < head > tag and above the closing < html > tag.
A. < font >.
B. < mod >.
C. < f >.
D. < text >.
The font tag lets you change the size, color and typeface of text. The font tag sets the font size for the text. Its attributes are size, face and color.
A. Notepad.
B. MS Word.
C. MS Excel.
D. Power point.
To create an HTML document we can use a text editor like notepad or gedit. We can open the text editor by clicking on Start > Programs > Accessories>Notepad.
A. < title = “Web Designer Help” > < /title >.
B. < title = Web Designer Help/ >.
C. < title = “Web Designer Help”/title >.
D. < title > Web Designer Help < /title >.
The title tag is used to define the document title. It contains plain text. It is used inside < head >…< /head > tags.
A. < para >.
B. < p >.
C. < pg >.
D. < pgraph >.
< p > tag is used for defining a paragraph. < P > marks beginning of the paragraph. < /P > marks end of the paragraph.
A. < h6 >.
B. < h2 >.
C. < h3 >.
D. < h1 >.
HTML has six levels of headings, marked by the element names H1, H2, …., H6. < h6 > is used to mark the smallest heading. < h1 > is used to mark the main document.
A. < a url= “http://www.webdesignerhelp” >Web Designer Help .
B. < link= “http://www.webdesignerhelp /” >Web Designer Help < / a>.
C. < a link= “http://www.webdesignerhelp ” >Web Designer Help < / a>.
D. < a href=”http://www.webdesignerhelp”>Web Designer Help .
A hyperlink is a reference (an address) to a resource on the web. Hyperlinks can point to any resource on the web: an HTML page, an image, sound file etc. The syntax for an HTML Link is: < a href=”url” > Link Text < /a >.
A. < h6 >.
B. < h7 >.
C. < small >.
D. < h1 >.
HTML has six levels of headings, marked by the element names H1, H2, …., H6. < h1 > is used to mark the main document. < h6 > is used to mark the smallest heading.
A. “ lINK ”
B. “ aNCHOR ”
C. “ hYPERLINK ”
D. “ a ”
“ a ” stands for anchor. It can also be used to name a vertical position on a page and link to it from another part of the page, e.g., with a “ back to top ” link.
A. < header > tag.
B. < heading > tag.
C. < h1 > tag.
D. < head > tag.
The text between the < head > tag and the < /head > tag is the header information. Header information is not displayed in the browser window.
A. Virtual links.
B. Visited links.
C. Visual links.
D. Video links.
The color or text links can be changed by LINK attribute. The two types of links are visited links and active links. VLINK refers to visited links and ALINK
A.
B.
C.
D.
To set the top margin, i.e., the distance from the top edge, TOPMARGIN attribute should be used. This will make the body-text appear 60 pixels away from top edge of the page.
A. set of tools reserved exclusively for Internet administrators.
B. short for United States Electronic Network.
C. bulletin board system that allows for posting and responding to messages on the Internet.
D. precursor to the Internet that is now obsolete.
Usenet is a worldwide distributed Internet discussion system. It is an online bulletin board system. Usenet users can post messages to newsgroups that can be read (and replied to) by anyone who has access to the system through a newsreader.
A. Newsgroups.
B. Videoconferencing.
C. Telnet.
D. Chat groups.
A newsgroup is a continuous public discussion about a particular topic. A newsgroup is like an electronic public notice board on a particular subject. Anyone can post a message or read a message. Newsgroups provide a way to communicate with people who share same interests from all over the world.
A. Internet Protocol (IP) Address.
B. nothing web addresses can't be accessed by numbers.
C. File Transfer Protocol (FTP) Address.
D. Uniform Resource Locator (URL) Number.
An IP address is actually made up of numbers. Words are used to point those numbers that make web addresses easier to remember.
A. numbers that respond to a browser's request for a Web page.
B. a combination of letters and numbers that make up the address displayed on the top of the browser.
C. a computer language that describes how text should be formatted on browser.
D. a language that marks unformatted text.
A markup language is a specific language standard that allows browser to know, how to display a set of text, images and animation, whether or not a paragraph needs to be centered or right-aligned, where to place a certain photo and so on. Hypertext Markup Language (HTML) is the most commonly used type of markup language for Web pages.
A. a special code that tells a browser how to display text.
B. a software that responds to a browser's request.
C. a human that keeps up with Web surfer’s constant demands by manually sending Web sites back to browsers.
D. WWW client that navigates through web.
A Web server is a piece of software that responds to a browsers request for a certain page and delivers the appropriate information.
A. software.
B. program.
C. operating system.
D. network server.
A web browser is a computer program (software) that is used for viewing web sites and web pages.
A. streaming.
B. downloading.
C. flowing.
D. uploading.
To receive a copy of a file from another computer or web server using a modem is known as download. Downloading refers to the transfer of data from a central system to a smaller system. For example, the same files uploaded to the server above might be downloaded for viewing by another user.
A. get.
B. input.
C. put.
D. set.
For uploading files over the FTP site, we must have proper permission (Login-id and password) and for uploading a single file, we use put command
A. http:// em.mits.edu
B. ftp:///em.mits.edu
C. ftp://em.mits.edu
D. ftp//em.mits.edu
The main format for locating a site by URL is type://address/path where,
1) type: specifies the type of server which we are accessing
2) address is the address of the server
3) path tells the location of the file on the server and on which we are accessing the FTP server.
A. Telnet.
B. FTP.
C. IM.
D. Webcasting.
FTP or File Transfer Protocol is a standard that allows users to transfer files from one computer to another using a modem and telephone lines. Like HTTP, FTP is a protocol that provides a way of uploading and downloading files.
In an email address, the characters following ‘@’ represents domain name, which identifies the server that services our email.
Web Browser is a software that navigates through World Wide Web and display web pages.
The spiders are also called webcrawler or Robot and even agent sometimes.
The e-emotions can be expressed using symbols called emoticons or smiley.
The online worldwide conversation is known as usenet.
An email address has two parts: user and domain name separated by @ ( ‘at’ ) symbol.
Telnet is an Internet utility that allows to log onto remote computer systems.
Downloading refers to transfer of files from server to the computer.
A two way videophone conversation among multiple participants is called video conferencing.
The search engine uses a software called spider. Spiders are used to feed pages to search engines. It is called a spider because it crawls over the Web.
Newsgroups are Internet discussion forums where groups of users with common interests gather to talk about everything from software to comic books to politics.
Chat is online textual conversation wherein the message typed by the sender is instantly made available to the recipient and vice versa. Yes to do chatting , we need to be online.
The advantages of e-learning are:
• Travel time and associated costs (parking, fuel and vehicle maintenance) are reduced or eliminated.
• Learning is self-paced and gives students a chance to speed up or slow down as necessary.
• Accommodates multiple learning styles using a variety of delivery methods geared to different learners, more effective for certain learners.
• e-learning online sessions are especially easy to keep up-to-date as the updated materials are simply uploaded to a server.
• Create an interactive online environment – story-telling, demonstrations, role-playing, online references, discussion groups, bulletin boards, FAQs etc.
• Allows learners to skip material they already know and can move on next which needs to be learned.
Some of the dangers associated with social networking are:
• Data theft and virus attack.
• Online predators, who claim to be someone else, can create problems.
• Cyber blackmailing may take place.
Blog features are useful for the blogger and the readers. The two features of blog are:
(1) Archives - These include the list of all blog posts that have been published since the blog was launched. So, it makes possible to get previous posts/entries.
(2) Comments – This feature allows readers to post their feedbacks/remarks for the blog content.
The advantages of internet banking are:
• Internet banking costs less.
• Bouncing of cheque has become a thing of past.
• You can monitor your account online any time.
• You can keep your account balanced.
• With the ability to view your account anytime, it is easier to catch any fraudulent activity in your account before much damage is done.
The reasons for growing popularity of e-shopping are:
• It allows consumers to shop at their convenience and saves their travelling time to retail stores.
• Consumers are freed from the pressure to buy from vendors. They can spend more time to make purchase decisions.
• Infinite variety of products is available online and it allows consumers to browse the products without geographical boundaries.
• Consumers can compare product prices and features to make a better decision with less effort.
To login as different user:
a) Click File -> Login As command
b) In the dialog box displayed, enter the login-id and password and then click at Login button.
Through this way, we are the authorized user now and can download and upload files easily by same processes.
For this purpose we need to use an e-mail client software like “Outlook Express”.
a) Start the Outlook Express by clicking at start -> Programs -> Outlook Express.
b) Now we need to configure it by using commands Tools -> accounts -> mails -> Add -> Mail and then by specifying the details provided to you (your POP3 server, SMTP server etc.) by your ISP.
c) After configuring Outlook express, to view e-mails just start Outlook Express as Start->Programs->Outlook Express.
Then go to the INBOX folder by clicking over it.
A newsgroup is a forum or community bulletin board. It has different functionalities like:
a)
b)
c) We will get to know more people and also we can search people through their e-mail address to make network.
Video conferencing is a powerful tool that enables face-to-face, real-time communications between people around the world. It is a set of interactive telecommunication technologies which allow two or more locations to interact via two-way video and audio transmissions simultaneously.
Internet chatting is when two or more online individuals come together to talk inside a chatroom, virtual software or instant messenger. Chatting is a popular way in which people stay connected-whether it be for business or for family who live miles apart. Business groups or organizations can use chatting to host online business meetings. Families who live within long distances of each other can use chat to stay in touch and still feel connected even though they are millions of miles apart.
A web server program is a software that runs on the web site hosting Server computer. Its main purpose is to serve web pages; which mean it waits for requests from web browsers (also known as clients) and responds by sending the required data back.
E-mail stands for Electronic Mail. It is the most widely used tool to send messages electronically on a network.
Advantages of email are as follows:
1.
2.
3.
4.
5.
6. Patience: Email can be read at ease.
To send an e-mail to single person:
a)
b)
c)
d)
CC(Carbon Copy) allows you to send the same mail message to multiple recipients at the same time. Here one recipient could know the e-mail ids of all the recipients of the same message.
Common file types with its mode are
|
|
MODE IN FTP |
|
|
Text File |
ASCII |
|
|
Electronic mail message |
ASCII |
|
|
Word Processor file |
Probably binary(e.g., .doc,.fm), Possibly ASCII(e.g., .rtf,.mif) |
|
|
Backup file |
Binary |
|
|
Compressed file |
Binary |
|
|
Executable file |
Binary |
|
|
|
ASCII |
|
|
Picture files(e.g.,GIF,JPEG,MPEG) |
Binary |
|
|
Audio file(e.g., WAV,AU) |
Binary |
|
|
Program source code |
ASCII |
|
|
Database file |
Probably binary, Possibly ASCII |
|
|
Spreadsheet |
Probably Binary |
|
A. short and long.
B. float and short.
C. long and float.
D. absolute and relative.
The size attribute can either be given an absolute value, e.g., size=5 or it can be given a relative value, e.g., size = +1 or size = -2 provided you are working with Netscape Navigator as relative sizes are recognized by Navigator only and not by Internet Explorer.
A. < ! …. This is a comment ! …. >.
B. < ….! This is a comment ….! >.
C. < ! - - - This is a comment - - - >.
D. < - - - ! This is a comment ! - - - >.
Comments are one type of textual content that appear in the HTML code but are not rendered by user’s browser. Comments are given between special < ! - - - and - - - > markup elements.
A. 3 pixels.
B. 5 pixels.
C. 8 pixels.
D. 7 pixels.
The < hr > tag creates a horizontal line spread across the width of the browser window. The thickness and width can be varied as required. The default size of the horizontal rule is 3.
A. < center > The text is centralized < /center >.
B. < /center > The text is centralized < center >.
C. < centralized > The text is centralized < /centralized >.
D. < body style = “center” >.
When a segment of text needs to be centralized, the < center > tag is used. The correct form to make the text appear in the center is: < center > Text appears in center < /center >. Here, Text appears in the center will appear centralized on the browser window.
A. point.
B. character.
C. element.
D. pixel.
The size attribute of < hr > is given in terms of pixels. The pixel is the smallest addressable screen element; it is the smallest unit of picture that can be controlled.
A. column.
B. tag.
C. row.
D. margin.
The margin refers to the blank area left from the edge of page. LEFTMARGIN attribute is used to leave the blank area in the left side.
A. < bold >.
B. < b >.
C. < bd >.
D. < b1 >.
< b > tag is used to make the text bold.
A. 3.
B. 2.
C. 1.
D. 5.
The < BASEFONT > tag defines the basic size for the font; the browser will use to render normal document text. The default font size set by BASEFONT is 3. The size can have an absolute value from 1 to 7. For example, < BASEFONT size = 5 >.
A. center aligned.
B. left aligned.
C. right aligned.
D. bottom aligned.
The text that we type between < p > and < /p > tags is by default left aligned. Thus, to change its alignment we can use ALIGN attribute of < p > tag. For example, < p align= ”right” >.
A. < body bgcolor=”green” >.
B. < background > green < /background >.
C. < body=”green”, background >.
D. < body style=”background-color:green” >.
Aruna should use bgcolor attribute to make the background color appear green. The correct HTML is < body bgcolor=”green” >.
A. < text style=”italics” > < /text >.
B. < ital > < /ital >.
C. < i > < /i>.
D. < b > < /b >.
The < i > tag is used to define the italic text. For example, < i > This text is italic < /I >.
A. “eng”.
B. “english”.
C. “eg”.
D. “en”.
The lang attribute specifies the language we use within the document. For example, “ en ” is used to specify English language and “ de ” is used to specify German language.
A. < html > and < /html > tags.
B. < title > and < /title > tags.
C. < htm > and < /htm > tags.
D. < head > and < /head > tags.
The < html > and < /html > tags are used to mark the starting and end of an html document. This tag is used to make browsers and other programs know that this is an html document.
A. case-sensitive.
B. not case-sensitive.
C. a programming language.
D. desktop publishing solution.
A. tag.
B. document.
C. file.
D. header.
HTML tag is used to mark-up HTML elements. The HTML tags are surrounded by angle brackets. These tags usually come in pairs like < b > and < /b >.
A. < b >.
B. < break >.
C.
D. < break/ >.
< br > is used to insert a line break into a text font. They don’t have a “beginning” or “end” and they do not come in pairs.
A. < para >.
B. < paragraph >.
C. < p >.
D. < pg >.
< p > tag is used for defining a paragraph. < P > marks beginning of the paragraph. < /P > marks end of the paragraph.
A. web page layout language.
B. word processing tool.
C. programming language.
D. desktop publishing solution.
HTML (Hyper Text Markup Language) is the basic language used to write web pages. It allows web sites to bring together graphics, music, videos and links.
A. < text style = “ Arial ” >.
B. < font face = “Arial” >< /font >.
C. < text = Arial >.
D. < face = “Arial” >.
The font tag is used to set the font size for text. To insert the font face attribute in the HTML code, the syntax used is < font face = “Arial” > Programming< /font >.
A. < hr >.
B. < line >.
C. < horizontal line >.
D. < tr >.
The < hr > tag is used for inserting a horizontal rule. It breaks a text flow and inserts a horizontal rule. The attributes for < hr > tag are size, width, no shade and color.