Tuesday, March 29, 2016

HTML Tutorial - Basic HTML - Introduction, HTML Tags, HTML Versions

HTML Tutorial - Basic HTML - Introduction, HTML Tags, HTML Versions. Hello Friends, this blog is for the the visitors who want to learn & use the basic tricks, tutorials of HTML.



HTML Stands forHyper Text Markup Language.

Some Features of HTML are:
  • HTML stands for Hyper Text Markup Language
  • It's a markup language & is a set of markup tags
  • HTML documents are described by HTML tags
  • Each HTML tag describes different document content type
HTML Tags:  HTML tags are keywords enclosed by angle brackets & these keywords are also called as "tagname".
Before we start making a HTML page we must use  <!DOCTYPE html>, this defines the document type to be HTML.
 NOTE: Every HTML tag must be closed with the ending tag but with a slash
<tagname>Simple Text</tagname>  
Satrt tag:  <tagname>   End Tag: </tagname>
  • <html> and </html> describes an HTML document
  • <title> and </title> provides a title for the document
  • <body> and </body> describes the visible page content
  • <h1> and </h1> describes a heading
  • <p> and </p> describes a paragraph 
HTML Versions: There are many HTML Versions but the latest one is HTML5

Version                                                           Year
HTML                                                          1991
HTML 2.0                                                         1995
HTML 3.2                                                         1997
HTML 4.01                                                       1999
XHTML                                                             2000
HTML5                                                             2014




This is just a small starting, Keep visiting & sharing the information with your friends. 
Read More »

Sunday, March 27, 2016

Welcome to Wide Info Blog - Share information, technology & latest updates

Hello friends...
Welcome to Wide Info Blog - Share information, technology & latest updates.

This blog is only for the visitors, bloggers & others who want to be up to date with the latest technology, tricks, information update.

Keep visiting for latest  information, technology & updates.
Read More »