How to give Colors to the Text in HTML File?
10/29/10Posted by
Fulto
0 Comments
HTML is a very useful programing language for developing webpages with colorful text.
The following are the steps for giving color to the text of webpages in HTML Program.
The following are the steps for giving color to the text of webpages in HTML Program.
Labels:
HTML NOTES
How to create First HTML Program?
Posted by
Fulto
The following are the steps for creating simple html program in Windows operating system.
Step 1: Open notepad
Step 2: Save the file with file extention ".html" or ".htm" for example "aboutme.html" or "aboutme.htm" in your working folder.( e:/html_programs/aboutme.html)
Step 3: Write the following code in the above created notepad file.
<html>
<head>
<title>First HTML Program for displaying MY Details</title>
</head>
<body>
Name: E. Jaya Kumar Reddy<br>
Qualification : M.Tech<br>
Favourite Subjects: JAVA, DBMS
</body>
</html>
Step 4: Save the above code
Step 5: Goto the location where u have saved your aboutme.html program and then double click on the file then the following out put will be displayed.
Step 1: Open notepad
Step 2: Save the file with file extention ".html" or ".htm" for example "aboutme.html" or "aboutme.htm" in your working folder.( e:/html_programs/aboutme.html)
Step 3: Write the following code in the above created notepad file.
<html>
<head>
<title>First HTML Program for displaying MY Details</title>
</head>
<body>
Name: E. Jaya Kumar Reddy<br>
Qualification : M.Tech<br>
Favourite Subjects: JAVA, DBMS
</body>
</html>
Step 4: Save the above code
Step 5: Goto the location where u have saved your aboutme.html program and then double click on the file then the following out put will be displayed.
Ask me about your dought by posting question as a Comment?
Labels:
HTML NOTES
Disclaimer
Posted by
Fulto
This is the team of Kalcode Techno Team which provide the online material for java proffesionals. The information available in this site is prepared by the specialists of java technology.
FORMAL LANGUAGES AND AUTOMATA THEORY Prefinal Question papers for III IT
10/26/10Posted by
Fulto
Set No. 1
FORMAL LANGUAGES AND AUTOMATA THEORY
B.Tech III -I Semester (Information Technology)
Time: 3 hours Max Marks: 80
Answer any FIVE Questions
All Questions carry equal marks
Labels:
DDB
Human Computer interaction Prefinla Question paper
Posted by
Fulto
Set No. 1
HUMAN COMPUTER INTERACTION
B.Tech IV-I Semester (Information Technology)
Time: 3 hours Max Marks:80
Answer any FIVE Questions
All Questions carry equal marks
Labels:
HCI
What is mean by servlets? (or) Deffinition of servlets?
Posted by
Fulto
Servlet is a java class which runs in the server side.
Servlet is a pure java class to handle client requests, for example we know that in the login page of websites generally we need to enter USER NAME and PASSWORD , then if the given details are correct then inbox page will be displayed , if given details are wrong then it displays an error page.
Do you know how that is possible?
Servlet is a pure java class to handle client requests, for example we know that in the login page of websites generally we need to enter USER NAME and PASSWORD , then if the given details are correct then inbox page will be displayed , if given details are wrong then it displays an error page.
Do you know how that is possible?
Labels:
SERVLETS
Web tech nology
Posted by
Fulto
The term Web 2.0 is commonly associated with web applications that facilitate interactive information sharing, interoperability, user-centered design,[1] and collaboration on the World Wide Web. A Web 2.0 site gives its users the free choice to interact or collaborate with each other in a social media dialogue as creators (prosumer) of user-generated content in a virtual community, in contrast to websites where users (consumer) are limited to the passive viewing of content that was created for them. Examples of Web 2.0 include social-networking sites, blogs, wikis, video-sharing sites, hosted services, web applications, mashups and folksonomies.
The term is closely associated with Tim O'Reilly because of the O'Reilly Media Web 2.0 conference in 2004.[2][3] Although the term suggests a new version of the World Wide Web, it does not refer to an update to any technical specifications, but rather to cumulative changes in the ways software developers and end-users use the Web. Whether Web 2.0 is qualitatively different from prior web technologies has been challenged by World Wide Web inventor Tim Berners-Lee, who called the term a "piece of jargon"[4], precisely because he intended the Web in his vision as "a collaborative medium, a place where we [could] all meet and read and write". He called it the 'Read/Write Web'.[5]
The term is closely associated with Tim O'Reilly because of the O'Reilly Media Web 2.0 conference in 2004.[2][3] Although the term suggests a new version of the World Wide Web, it does not refer to an update to any technical specifications, but rather to cumulative changes in the ways software developers and end-users use the Web. Whether Web 2.0 is qualitatively different from prior web technologies has been challenged by World Wide Web inventor Tim Berners-Lee, who called the term a "piece of jargon"[4], precisely because he intended the Web in his vision as "a collaborative medium, a place where we [could] all meet and read and write". He called it the 'Read/Write Web'.[5]
Subscribe to:
Posts (Atom)