Saturday, 8 August 2015

Chapter 1

Learn Basic Html
Hello Everyone
So,You guys wanna learn html?? Well,you visit the perfect place

Chapter 1: What is Html?
HTML is a computer language devised to allow website creation. These websites can then be viewed by anyone else connected to the Internet. It is relatively easy to learn, with the basics being accessible to most people in one sitting; and quite powerful in what it allows you to create. HTML stand for Hyper Text Markup Language.You Can think of HTML as the skeleton that glues every web page structure

How Does it Work?
HTML consists of a series of short codes typed into a text-file by the site author — these are the tags. The text is then saved as a html file, and viewed through a browser, like Internet Explorer.This browser reads the file and translates the text into a visible form, hopefully rendering the page as the author had intended. Writing your own HTML entails using tags correctly to create your vision. You can use anything from a rudimentary text-editor to a powerful graphical editor to create HTML pages.

3 Common HTML terms to begin with TAGS,ELEMENTS and ATTRIBUTES
  • HTML tags

  • HTML tags are keywords(tag names)surrounded by angel brackets:
    For Example:
    The first tag in a pair is the start tag.The second tag is the end tag.The end tag is written like the start tag,but with a slash before the tag name just like above.
  • HTML Elements
  • Tags tend not to do much more than mark the beginning and end of an element. Elements are designators that define the structure and content of object withing a page.
    For Example:
  • HTML Attributes
  • Tags can also have attributes,which are properties used to provides additional information about an element.Attributes appear inside the oppening tag and their value sit inside quotation marks.Generally attributes include a name and value.
    The most common attributes include the id attribute,which indentifies an element; the class attribute which classifies an element; the src atrribute,which specifies a source for embeddable content; and the href attribute,which provides hyperlink reference to linked resource

1 comment: