Advanced Java and Web Technologies for JNTUK
Blog providing beginner tutorials on different web technologies like HTML, CSS, Javascript, PHP, MYSQL, XML, Java Beans, Servlets, JSP and AJAX
Subscribe to Startertutorials.com's YouTube channel for different tutorial and lecture videos.

Character Formatting Essentials

Suryateja Pericherla Categories: HTML. No Comments on Character Formatting Essentials

In the last section we have learned different ways to format paragraphs of text. Now, we will learn different ways to format individual characters or words in text.   Methods of Text control   You can control the look and formatting of text in your documents using various means. The direct method of controlling the […]

Read the rest of this entry »

Introduction to HTML

Suryateja Pericherla Categories: HTML. No Comments on Introduction to HTML

  HTML is a mark up language used to describe the content in a web document. HTML (HyperText Markup Language) was defined using SGML (Standard Generalized Markup Language) which is an ISO (International Organization for Standardization) standard for describing text-formatting languages.   One must remember that HTML is not a programming language. A file with […]

Read the rest of this entry »

Session data management techniques in web applications

Suryateja Pericherla Categories: HTML. No Comments on Session data management techniques in web applications

In this article you will learn about session data management techniques in web applications like cookies, hidden fields, etc.   Introduction   Most web applications or websites require a user to interact with it multiple times to complete a business transaction. For example, when a user shops in Amazon or Flipkart, the user will select […]

Read the rest of this entry »