HTML

Introduction to HTML

HTML stands for HyperText Markup Language. It is used to design web pages using the markup language. HTML is the combination of Hypertext and Markup language. Hypertext defines the link between the web pages and markup language defines the text document within the tag that define the structure of web pages.

HTML Used For

HTML is used to create the structure of web pages that are displayed on the World Wide Web (www). It contains Tags and Attributes that are used to design the web pages. Also, we can link multiple pages using Hyperlinks.

HTML Basic Format Page Structure

The basic structure of an HTML page is laid out below. It contains the essential building-block elements (i.e. doctype declaration, HTML, head, title, and body elements) upon which all web pages are created.


The First HTML Code:

Open any Text Editor like, Notepad, Notepad++, Wordpad
Type the code below

<html>
<head>
<title> This is my first HTML Code </title>
</head>
<body>
Body of the Webpage
</body>
</html>

Save this program as index.html.

Open this file using any web browser.


Now, Answer the all questions



Popular posts from this blog

COPA Bits for Computer Based Test (CBT) by Venugopal Vanjarapu

COPA

Operating System