Showing posts with label html. Show all posts
Showing posts with label html. Show all posts

Wednesday, May 7, 2014

HTML BASICS

HTML BASICS

Every Web page is basically a HTML page with various other technologies embedded in it to make it more dynamic.and attracting.

 HTML STRUCTURE  

HTML is a case-insensitive language so you can use both upper and lower case   letters.

Every HTML page starts with a <HTML> tag and end with </HTML> tag

<HTML>
  
<HEAD>[head tag is optional provides details to the browser]

<TITLE>title of your web page displayed by your browser </TITLE>
</HEAD>

<BODY>

The Content to be displayed in your web page 

</BODY>

 
</HTML> [End of Your Html Document]



HTML PAGE EXTENSIONS

.html/.htm - Extension for basic html document.
.xhtml       -  Html + Xml
.dhtml       -  Dynamic Html

Depending upon other Language used inside your basic html document Extensions can changed like(.php..jsp.asp.net,.js etc)


Thursday, May 1, 2014

Website basics

 WEBSITE


Website

website is a collection of webpages interconnected to each other which appears as a single unit.

Web-Page

Any document on internet which is used to display or present information written with some predefined tags is known as webpages.A collection of webpages is known as website.

Html

Html(HyperText Markup Language) is used to design the webpages or ultimately to design a website with the help of predefined tags.Various other technologies are embedded in html to make the webpage or website dynamic.

Ex:-Php(.php)
       Jsp(.jsp)
       Asp(asp.net) etc.

It is called as Markup as it highlights or displays the content with special qualities.
Ex:-<b>This text goes bold </b>


Web-Hosting

Web-hosting is a service in which all the details,documents etc of a website is kept at same place called web hosting space.It manages website data efficiently.

ex:-Hostgator

Domain Name

Domain name are easily readable or meaningful name used to represent any website.It is globally unique.The Resolver translated domain name to website hosts IP address.to locate the website or webpage on internet.

ex:google.com in which is google.com is called domain name of google website.com is generic domain name like .net,.org etc.No other website can have google.com as its domain name