Posts

Showing posts with the label html

how to differentiate HTML with HTML 5

Image

Step to become a great web developer

Image
There are many computer language you need to know to become a web developer on the web. The first language you should learn is  H yper  T ext  M arkup  L anguage ( HTML) Here is the HTML resources: W3school HTML Html dog The second thing you need to learn is Cascading Style Sheet (CSS) If HTML is tell what is your structure of your house and the size of your house then CSS is like wallpaper for your room,what tree you have plant and others! The W3school also provide a good learning tutorial for you !You can go and check the CSS . Here is a good tool you can use it for your website. Anothers programming language you need to learn is JavaScript! JavaScript is a web browser scripting language, all the action will execute within the web Browser. Recently Google has lunching a new language call Dart !It was the programming language for the JavaScript ! With the Dart platform, you can write code that runs on server...

Hypertext Markup Language (HTML)

Image
The purpose of HTTP is simply to provide a common ‘language’ in which the browser and the Web server can exchange information about Web pages and other resources. The real substance of the exchange, when the browser requests a Web page, is the section of the response that describes how the page will appear inside the browser window. The description of the Web page that the server sends is in a standard format, so that the browser can understand how the Web server wants it to display the page. This time the standard format is not in fact a protocol, because it does not define how two computers exchange information. It is actually a language, although the distinction is fine: there are rules about computer languages just as there are about a network protocols. The language that Web servers and browsers use to describe a Web page is Hypertext Markup Language (HTML). HTML is a language that is used primarily to format data on a page. It doesn’t contain any advanced support for doing com...