Latest Post

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

TEXT FORMATTING TAGS

  Heading Element:-> There are six heading elements          (<H1>, <H2>, <H3>, <H4>, <H5>, <H6>). Al...

Types of HTML Tags

  There are two different types of tags:-> CONTAINER ELEMENT:-> Container Tags contains start tag and end tag i.e. <HTML>...<...

EXPALIN THE TAGS

<HTML> - Describe web page that is to be viewed by a web browser. <HEAD> - This defines the headers section of the page. < TI...

Code with HTML

  <HTML> <HEAD> <TITLE> MY FIRST PAGE </TITLE> </HEAD> <BODY> MASTER PROGRAMMING TUTORIALS (MPT) </BO...

HOW TO START HTML

  Write HTML  code in notepaid. Save the file with (.Html) / (.Htm) extension. View the page in any browser viz           INTERNET EXPLORER,...

HTML Elements and Tags

A tag is always enclosed in angle bracket < > like <HTML> HTML tags normally come in pairs like <HTML> and </HTLM> i...

INTRODUCTION TO HTML

  With HTML you can create your own website. HTML stands for Hyper Text Transfer Protocol. HTML is not a programming Language. A markup lang...