Search PPTs

Friday, July 26, 2013

PPT On INTRODUCTION TO HTML

Presentation On INTRODUCTION TO HTML
Download

INTRODUCTION TO HTML Presentation Transcript:
1.HTML

2.INTRODUCTION
Hypertext Markup Language (HTML) is the main markup language for creating web pages and other information that can be displayed in a web browser.

HTML is written in the form of HTML elements consisting of tags enclosed in angle brackets (like ), within the web page content. HTML tags most commonly come in pairs like 

 (opening tag) and 

(closing tag), although some tags, known as empty elements, are unpaired, for example .

The first tag in a pair is the start tag, and the second tag is the end tag (they are also called opening tags and closing tags). In between these tags web designers can add text, tags, comments and other types of text-based content.

3.Tags
Tags
     The basic structure of an HTML document includes tags, which surround content and apply meaning to it.

    
   
     This is my first web page
    
 
4.Attribute
Tags can also have attributes, which are extra bits of information.

Attributes appear inside the opening tag and their values sit inside quotation marks.

They look something like
     Margarine

5.Elements
Tags tend not to do much more than mark the beginning and end of an element. Elements are the bits that make up web pages. You would say, for example, that everything that is in between (and includes) the  and  tags is the body element.

As another example, whereas “” and “” are tags, “Rumple Stiltskin” is a title element.

6.HTML Tags

7.Some tags description

   
        The HTML body tag is used for indicating the main content section of the HTML document. The body tag is placed between the 
and the  tags.
 8.Some tags description



The HTML br tag is used for specifying a line break.

This is before the line break
and this after the line break.


9.Some tags description


    The HTML center tag is used to center-align HTML elements.

   
This text is centered

 

10.Some tags description


The HTML base tag is used to specify a base URI, or URL, for relative links. For example, you can set the base URL once at the top of your page, then all subsequent relative links will use that URL as a starting point.

     Learn about JavaScript Arrays

No comments:

Related Posts Plugin for WordPress, Blogger...

Blog Archive