Showing posts with label HTML. Show all posts
Showing posts with label HTML. Show all posts

Tuesday, January 10, 2012

Creating a Complete Web Page With HTML5

In this article we shall make a web page using the features of HTML5 and CSS. It is assumed that reader is more or less conversant with CSS in general and HTML tags in particular. You do not have to be a professional but you should at least have an idea of what goes where. Read full article-
http://www.developer.com/lang/creating-a-complete-web-page-with-html5.html

Mocking API Responses in Azure API Management Portal

A mock API imitates a real API call by providing a realistic JSON or XML response to the requester. Mock APIs can be designed on a developer...