Vous êtes sur la page 1sur 14

Computer Applications Assignment

Udit Bhargava 12361101710

Assignment 1 Pretag
<html> <head><title>pre tag</title> </head> <body> <center><b>PRE TAG</b></center> without using pre tag<br>

1 4 7

2 5 8

3 6 9

<br> Using pre tag <pre> 1 4 7 2 5 8 3 6 9

</pre> <pre> Using Pre tag <br> __ (@) ( v (__) </pre> Without using pre tag<br> (@) )

__ (@) ( v (__) </body> </html> (@) )

Hut
<html> <head> <title>PRETAG</title> </head> <body bgcolor='aasyyuu'> <H1><u>USE OF PRE TAG</u></H1> <H2> Using PRE tag</H2> <pre> ____________ /\ / / / / \ \ \ \ \ \ \ \ \

/__________\___________\ | | | | | | __ | | | | | | | | | |

|__|__|__|___________| </pre>

<H2>Without using PRE tag</H2>

____________ /\ / / / / \ \ \ \ \ \ \ \ \

/__________\___________\ | | | | | | __ | | | | | | | | | |

|__|__|__|___________| </body> </html>

Assignment 2
HR tag
<html> <head> <title> TREE</title> </head> <body bgcolor='aassddffgg'> <font size= '13' color='black'> <u>Draw tree using HR tag.</u> <hr width= '2%' color='green' size=' 4'> <hr width= '5%' color='green' size=' 4'> <hr width= '10%' color='green' size=' 4'> <hr width= '15%' color='green' size=' 4'> <hr width= '20%' color='green' size=' 4'> <hr width= '25%' color='green' size=' 4'> <hr width= '30%' color='green' size=' 4'> <hr width= '2%' color='green' size=' 4'> <hr width= '5%' color='green' size=' 4'> <hr width= '10%' color='green' size=' 4'> <hr width= '15%' color='green' size=' 4'> <hr width= '20%' color='green' size=' 4'> <hr width= '25%' color='green' size=' 4'> <hr width= '30%' color='green' size=' 4'> <hr width= '2%' color='green' size=' 4'> <hr width= '5%' color='green' size=' 4'>

<hr width= '10%' color='green' size=' 4'> <hr width= '15%' color='green' size=' 4'> <hr width= '20%' color='green' size=' 4'> <hr width= '25%' color='green' size=' 4'> <hr width= '30%' color='green' size=' 4'> <hr width= '5%' color='brown' size=' 80'>

Assignment 3
Resume
<html> <head> <title>Resume</title> </head> <body bgcolor='florescent green'> <font color='black' size='5'> <h1 align= center><u> RESUME</u></h1> <b><u><h2 align="center">PERSONSAL DETAILS</u></b></h2> <pre>

<b><u>NAME</b></U> <b><u>DOB</b></U> <b><u>ADDRESS</b></U> <b><u>CONTACT</b></U>

Udit Bhargava 13-02-1992 13 Chanderlok Enclave Pitampura 9811089841

<u><b><h2 align="center">OBJECTIVE</b></u></h2><br> To be a successful manager.<br> Will make sure that there will between me and my sucess.<br> be no stone unturned

Will make sure that all the given projects and tasks allotted will be done as best as possible.<br>

<b><u><h2 align="center">EDUCATIONAL QUALIFICATIONS</b></u></h2><br>

<pre> <b><u>Class</b></U> /university</b></U> 10th 12th 85% 80% CBSE CBSE

<b><u>%Age</b></U>

<b><U>Board

<b><u><h2 align="center">STRENGTH</b></u></h2><br><br> Hardworking<br> Quick learner<br> Convincing power<br> </body> </html>

Assignment 4
Definition List
<html> <head> <title>DEFINITION LIST</title> <body BGCOLOR="white"> <H1> DEFINITION LIST</H1> <b><dl> HTTP </dl></b> <dd><u>HYPER TEXT TRANSFER PROTOCOL</u><br> IT IS THE SET OF RULES FOR TRANSFERING FILES ON THE WORLD WIDE WEB. AS SOON AS WEB USERS OPENS THEIR WEB BROWSER , THE USER IS INDIRECTLY MAKING USE OF HTTP.</dd> <b><dl> FTP </dl></b> <dd><u>FILE TRANSFER PROTOCOL</u><br> IT IS USED TO TRANSFER FILE FROM ONE COMPUTER TO ANOTHER. FTP IS ONLY TRANSFER THE FILE<B><U> NOT A MESSAGE</U></B> FROM ONE COMPUTER TO ANOTHER. SPARESHEETS, SOUNDS.</dd> <b><dl> USENET </dl></b> <dd> USER NETORK IS KNOWN AS USENET<br> <pre><b> ________ |USER'S| -------</b></pre> + _________ |NETWORK| = USENET --------FOR EG.FILE INCLUDES

IT IS A VAST BODY OF NEWS GROUP THAT ARE SERVED ALL AROUND THE WORLD BY COMPUTER CALLED NEWS SERVER.</DD> <b><dl> TCP </dl></b>

<dd><u>TRANSMISSION CONTROL PROTOCOL</u> <br> The Transmission Control Protocol (TCP) is one of the core protocols of the Internet Protocol Suite. TCP is one of the two original components of the suite, complementing the Internet Protocol (IP), and therefore the entire suite is commonly referred to as TCP/IP. TCP provides reliable, ordered delivery of a stream of bytes from a program on one computer to another program on another computer. TCP is the protocol that major Internet applications such as the World Wide Web, email, remote administration and file transfer rely on. Other applications, which do not require reliable data stream service, may use the User Datagram Protocol (UDP), which provides a datagram service that emphasizes reduced latency over reliability. </body> </html>

Assignment 5
Base font Tag
<html> <title>Basefont</title> <center><h1><head>Basefont Tag</h1></center> </head> <basefont size="5" , color= "blue"> <p>The Internet is a global system of interconnected computer networks that use the standard Internet protocol suite (TCP/IP) to serve billions of users worldwide. It is a network of networks that consists of millions of private, public, academic, business, and government networks, of local to global scope, that are linked by a broad array of electronic, wireless and optical networking technologies. The Internet carries an extensive range of information resources and services, such as the inter-linked hypertext documents of the World Wide Web (WWW) and the infrastructure to support email.</p> <font size= "3" , color="red" , face= "arial"> <p>Most traditional communications media including telephone, music, film, and television are reshaped or redefined by the Internet, giving birth to new services such as Voice over Internet Protocol (VoIP) and Internet Protocol Television (IPTV). Newspaper, book and other print publishing are adapting to Web site technology, or are reshaped into blogging and web feeds. The Internet has enabled or accelerated new forms of human interactions through instant messaging, Internet forums, and social networking. Online shopping has boomed both for major retail outlets and small artisans and traders. Business-to-business and financial services on the Internet affect supply chains across entire industries.</p>

<div align= "center"> Terminology</div></font> <p>Internet is a short form of the technical term internetwork,[2] the result of interconnecting computer networks with special gateways or routers. The Internet is also often referred to as the Net. The term the Internet, when referring to the entire global system of IP networks, has been treated as a proper noun and written with an initial capital letter. In the media and popular culture, a trend has also developed to regard it as a generic term or common noun and thus write it as "the internet", without capitalization. Some guides specify that the word should be capitalized as a noun but not capitalized as an adjective. </p></basefont> </body> </html>

Vous aimerez peut-être aussi