Easy Tutorial of HTML, PHP, Java and CSS
Welcome To Easy HTML Tutorial. Besides HTML, Java, PHP, CSS easy tutorial are also available here. Keep visiting to learn more..
How to connect PHP with Database
How to connect PHP with Database :
Here is basic syntax:
Mysql_connect() will get the correct value if it is succeed but false if it is fail. Example:
Here is basic syntax:
1 | mysql_connect(host name, user name, password) | | |
Mysql_connect() will get the correct value if it is succeed but false if it is fail. Example:
| <? |
| //the example of MySQL database connection |
//connect.php |
$continued = mysql_connect("localhost","root","admin"); |
| if ($continued) { |
| echo ("Connection is succeed") |
} else { |
| echo ("Connection is fail") |
| } |
| ?> |
Learn Programming in C
PROGRAMMING
IN C
Programming : To solve a
computing problem, its solution must be specified in terms of sequence of
computational steps such that they are effectively solved by a human agent or
by a digital computer.
Programming Language
1) The specification of the sequence of computational
steps in a particular programming language is termed as a program
2)
The task of developing programs is called programming
3)
The person engaged in programming activity is called
programmer
Techniques
of Problem Solving
Problem solving
an art in that it requires enormous intuitive power & a science for it
takes a pragmatic approach.
Here a rough
outline of a general problem solving approach.
1)
Write out the problem statement include information on
what you are to solve & consider why you need to solve the problem
2)
Make sure you are solving the real problem as opposed
to the perceived problem. To check to see that you define & solve the real
problem
3)
Draw & label a sketch. Define & name all
variables and /or symbols. Show numerical values of variables, if known.
4)
Identify & Name
a.
relevant principles, theories & equations
b.
system & subsystems
c.
dependent & independent variables
d.
known & unknowns
e.
inputs & outputs
f.
necessary information
5)
List assumptions and approximations involved in solving
the problem. Question the assumptions and then state which ones are the most
reasonable for your purposes.
6)
Check to see if the problem is either under-specified, figure
out how to find the missing information. If over-specified, identify the extra information
that is not needed.
7)
Relate problem to similar problem or experience
8)
Use an algorithm
9)
Evaluate and examine and evaluate the answer to see it
makes sense.
HTML Elements and Where to write HTML code
Where to write HTML code :
Use Notepad is good for starters. Dreamweaver. Working experience in the Dream Weaver, then you can start right now.
The well-known words need to learn HTML -
• HTML elements (Elements)
• HTML tags (Tag)
• HTML attribute (Attribute)
HTML Elements
Elements): Basic Elements of HTML's center.'s HTML page that explains each portion of the text. Elements of the tag (tag) created through. Many existing HTML element level. Everything that is in front of your eyes to the Web page can be found at Paragraph text, a banner, navigation links, etc., containing all the elements of this.
An element (Element) Base consists of three parts. To start tag (opening tag), and at the end of the element's closing tag Containing (closing tag).
1. <p> - opening paragraph tag
2. Element Content - paragraph words
3. </ P> - closing tag
Each Web page's the four elements (Element) is the halo: HTML, head, title and body elements. These issues have been discussed below.
<html> Element ... </ html>
Be the first to write HTML HTML words at the beginning and at the end of the first and less than greater than (<>) symbol is. For example: <html>. After the end of the </ html> tag will be. The <html> Welcome to Bangladesh </ html>. Welcome to Bangladesh this article should Web page at pradasita., We can easily create Web page by typing in Notepad. It will be our Notepad Open. First
start menu All Programs> Accessories> Notepad
Write the following code into Notepad, then after
<html>
Welcome to Bangladesh
</ Html>
Thus, after writing in Notepad's File menu and click on save it and then save it as index.html.
Double click on the saved file will open. Browser dekhabo that it has been open. It is very easy to create a web Page down.
<head> element
A document head, document sasbandhe the basic idea. <head> elements in the header of the page. The head elements of the tags are not displayed directly in the browser. We can publish the title element.
<title> element
<title> element is the element between <head>. The words title elements's opening (<title>) and closing (</ title>) tag is in the browser's title is displayed as the title.
<html>
<head>
<title> My WebPage! </ title>
</ Head>
</ Html>
<body> element
Welcome To HTML Tutorial
Welcome To Easy HTML Tutorial. Besides HTML, Java, PHP, CSS easy tutorial are also available here. Keep visiting to learn about HTML, Java, PHP, CSS. Now we will start class about HTML. Lets start conversion for this....
Easy HTML Tutorial (Must Read)
Must Read. Easy HTML Tutorial : HTML means Text Markup Language. HTML is the most important and common language in the world. Using HTML anyone can easily create a site and design as self choice. HTML always easy to learn, perfect to implement and suitable to earn money by working with HTML.
Welcome To Tutorial of HTML :
Lesson 1 :
What is HTML
HTML means Text Markup Language. HTML is the most important and common language in the world. Using HTML anyone can easily create a site and design as self choice.
How it works
HTML works in some different elements. All HTML tag and title are blocked with tag. This symbol is < > If start a segment then it must close by another tag <> segment.
As Example
<html>
</html>
The second segment must be close with / with tag <>
We will come on next for Lesson 2
Subscribe to:
Comments (Atom)