html – POFTUT

What Is HTML5?

What Is HTML5?

HTML5 is the latest version of the de facto web programming markup language HTML. HTML and HTML5 standards are created and published by “World Wide Web Consortium” or W3C. HTML5 is created by the Web Hypertext Application Technology Working Group or WHATWG group in the W3C. The WHATWG group consists of companies like Apple, Google, … Read more

What Is XML (eXtensible Markup Language)?

What Is XML (eXtensible Markup Language)?

Extensible Markup Language or XML is a popular markup language that is used to represent different types of information in a structured manner. XML is created by the World Wide Web or WWW consortium in order to create open, human-readable and machine-readable data format. What Is XML (eXtensible Markup Language)? XML design goals are simplicity, … Read more

HTML script Tag Tutorial with Examples

HTML Tag Tutorial with Examples

HTML <script> is a tag used to put some executable code which is named as a script into the web age or HTML code. <script> tag will contain different scripts that can be JavaScript or WebGL GLSL programming language or provide a reference to external scripts to be loaded and executed. <script> Tag and JavaScript … Read more

What Is DOM (Document Object Model)?

What Is DOM (Document Object Model)?

The DOM or Document Object Model is the representation of objects and hierarchy in a document which is generally an HTML or XML document. DOM is the skeleton of a document where changes over DOM generally change the document visually. What Is DOM (Document Object Model)? DOM provides a structured and hierarchical presentation about the … Read more

What Is HTTP (Hypertext Transfer Protocol)?

What Is HTTP (Hypertext Transfer Protocol)?

Hypertext Transfer Protocol or HTTP is a protocol used to transmit web pages and its contents like HTML, Image, JavaScript, CSS, etc. HTTP is used in a client-server model where the communication is generally started by the client and the server-side response to the client requests. HTTP History HTTP is created in 1989 by Tim … Read more

What Is index.html? How To Create and Use index.html?

What Is index.html? How To Create and Use index.html?

Websites provide a lot of web pages with different URLs but there are some defacto pages that exist most of the web sites. index.html is one of them. index.html is used as the main or entrance page for the whole web site or web application. What Is index.html? As its name suggests index.html consists of … Read more

What Is CGI (Common Gateway Interface)?

What Is CGI (Common Gateway Interface)?

Web Servers are an important part of the internet and the web. Web servers used to serve web sites, web pages, APIs, documents, video images, etc. Web servers are generally designed to be dynamic to respond to user requests in a proper fashion. CGI (Common Gateway Interface) is a technology designed to provide dynamic programming … Read more

What Is Website and Its Definition?

What Is Website and Its Definition?

A website is a set of web pages that are created to represent some information on a single site. In order to understand and describe the Website’s meaning, we should understand the Web and site words. In this tutorial, we will learn the definition of the website with web page, website types, website creation and … Read more

What Is Hyperlink?

What Is Hyperlink?

Hyperlink is a word, phrase, text, image button, or element which will jump or navigate to the other locations of the same or different document. Hyperlinks are used in different cases in order to provide practical tracking. In this tutorial we will examine and learn, what is a hyperlink, how does hyperlink work, creating a … Read more