Recent

6/recent/ticker-posts

HTML (3)

HTML (3)


Image result for computer pics


VIDEO





Creating a HTML document

  1. Open text editor ( NOTEPAD)
  2. Type HTML code on Notepad
  3. Save file with ".html" extension
  4. Open the Saved File 
  5. View your codes on Browser

Basic Terminology

  • TAG = It is a Keyword which is used to show specific Display.
Eg : <title>
        <head>
        <html> 

  • ELEMENT = It represents a complete Component. It has three Parts.

  1. Start Tag
  2. Content
  3. End Tag

Eg: <title> My page </title>

      ↓           ↓             ↓
        Start Tag       Content          End Tag


  • Attribute = It is used to Add extra information.
Eg: <font color="blue">
                                                        ↓
ATTRIBUTE Color is Used 




Post a Comment

0 Comments