- Public IP Address
- Private IP address
Friday, August 20, 2010
IP Address
IP Address use to identify a computer or devece.There are two types of IP Address.
Thursday, August 19, 2010
Creating your first HTML Web page
<html>
<head>
<titel>my First web page</titel>
</head>
<body>This is the body section
</body>
</html>
- Browser Read HTML tag and gets an idea about the content that lines in between
- <HTML> Tell the browser that we are using HTML
- <HEAD> Define the header section of the page .Header section may content information like Title,Search engine Key word,Icon ect.
- <BODY> This section will content all the content of the full page
** Save The file as a HTML page
Wednesday, August 18, 2010
Tuesday, August 17, 2010
HTML Documents
HTML Documents = Web Pages
- HTML documents describe web pages
- HTML documents contain HTML tags and plain text
HTML
What is HTML?
HTML is a language for describing web pages.- HTML stands for Hyper Text Markup Language
- HTML is not a programming language, it is a markup language
- A markup language is a set of markup tags
Subscribe to:
Posts (Atom)