A Complete Guide for Using Frames in HTML

In this article on A Complete Guide for Using Frames in HTML, I will explain the HTML tags to create frames with code examples in detail. In order to divide the browser window into several parts with each part loading a separate web page, we use frames. For the purpose of creating frames, we use the frameset tag along with […]

30 MCQs on Web Technology

This article contains 30 MCQs on Web Technology. History of the Internet When was the first successful message sent over the ARPANET, a precursor to the modern internet? a) 1969 b) 1975 c) 1985 d) 1995 The concept of the Internet was originally developed by: a) Tim Berners-Lee b) Bill Gates c) Vint Cerf d) Al Gore ARPANET was created […]

Frequently Asked Questions on HTML and JavaScript

The following Frequently Asked Questions on HTML and JavaScript will definitely help you to crack any interview in a web development job. Differentiate between static and dynamic web pages? What is a Home Page? What are a web client and web server? Describe the Web Browser. Give examples of Web Browsers. What is a Search Engine? Give examples of search […]

HTML and JavaScript Examples

This article presents some HTML and JavaScript Examples. Write HTML code to create a web that displays a list of courses in an unordered list and displays an image in place of bullets. In order to demonstrate the use of the background-image property, create a web page that displays a web page with a background image. For the purpose of […]

How to Create a Multi-Page Document in HTML

In this article, I will describe How to Create a Multi-Page Document in HTML. For this purpose, we will develop an HTML application that contains a home page and five other pages. Accordingly, the problem statement is given below. Create an HTML document containing following five pages. Create a web page containing information about formatting styles and headings. The following […]

Admission Form in HTML

This article describes how to create an Admission Form in HTML. The following code shows the example of an HTML Form that we can use for Admission for a course. Basically, an HTML form allows user to provide their input to a website. In other words, an HTML form displays various input controls so that the user can enter some […]

Examples of Formatting Tags in HTML

This article demonstrates the Examples of Formatting Tags in HTML. In order to display the tag names, we use the symbol entities &lt; and &gt; These symbol entities represent < and > respectively. After that, an example of each of the formatting tag is provided. Since we do not need to use the CSS for formatting, these tags offer a […]

HTML Examples for Beginners

This article presents some HTML Examples for Beginners. Write the code to create an HTML document to demonstrate the headings from to . Create an HTML document that displays your name in the center and also displays your introduction in a paragraph. Also, create an HTML document that divides the web page in three parts. First part should display your […]

XML Introduction and Its Applications

In this article on XML Introduction and Its Applications, I will explain EXtensible Markup Language (XML) and its applications. What is XML? Why is it used? Basically, XML stands for EXtensible Markup Language. Unlike HTML, we use XML to store the data as well as transport the data. Moreover, XML doesn’t perform anything like HTML. It just stores the data […]

HTML Frequently Asked Questions

Given below are some of the HTML Frequently Asked Questions. What is World Wide Web (WWW) What is a Home Page? Differentiate between static and dynamic web page? Describe client server computing? What is a web client? What is a web server? Describe the Web Browser? Give examples of Web Browsers. What is a Search Engine? Give examples of search […]