Savio Menezes

Description

I am a cool guy who lives in the village called Sarzora Chinchinim.I am loving, caring and honest.


MY BLOGS

  • Savio's teaching http://saviosteaching.blogspot.com/

    Savio's teaching is a blog that contains articles on various topics. They can be tutorials, reviews, quotes, etc. I guarantee that you will gain knowledge by reading these articles.

LATEST ARTICLES ( 56 )

  • How to Style Links Using CSS?

    In this post we will learn to style links. But before that we must know different states of a link. A link have four states. They are:Read more Read more

    Posted on 31 January 2014 COMPUTING, TECH
  • Images

    Hello everybody. Today we’ll see how to display images in html documents. Images can be displayed using img tag. <img src=”url”> In src attribute you... Read more

    Posted on 29 January 2014 COMPUTING, TECH
  • CSS Font Properties

    In today’s post you will learn how to style font using css. Some of the css font properties are:1.      font-family2.      font-style3.      font-variant 4.    ... Read more

    Posted on 27 January 2014 COMPUTING, TECH
  • CSS Text Properties

    Hello everyone. Today you will learn css text properties. They are:letter-spacing is used to set space between two text characters. Read more

    Posted on 24 January 2014 COMPUTING, TECH
  • CSS Background Properties

    Using CSS you can set background of  HTML elements.CSS background properties are:1.      background-color2.      background-image3.      background-repeat4.    ... Read more

    Posted on 22 January 2014 COMPUTING, TECH
  • Cascading Stylesheets

    Which style will be used for an html element when different stylesheets use same css property but have different values?Read more Read more

    Posted on 20 January 2014 COMPUTING, TECH
  • Meta Tags

    Meta tag contains metadata (means data about data) of a web page. This tag contains keywords that are used by search engines to find your page. It can also be... Read more

    Posted on 19 January 2014 COMPUTING, TECH
  • Colors

    IntroductionHello everyone. Welcome to this tutorial. Till now I have created black white web pages. Let us see how to create web page using different colours. Read more

    Posted on 19 January 2014 COMPUTING, TECH
  • Tables

    In this tutorial we will see how to create tables in a web page. Table is created using <table> tag. <tr> is used to create table row, <td>... Read more

    Posted on 19 January 2014 COMPUTING, TECH
  • Lists

    IntroductionIn this post we will see how to create lists in a web page. There are three types of lists. They are ordered lists, unordered lists and definition... Read more

    Posted on 19 January 2014 COMPUTING, TECH
  • Forms Part 2

    Drop down Drop down can be created as... Read more

    Posted on 19 January 2014 COMPUTING, TECH
  • Forms Part 1

    In this tutorial we will see how to create forms in HTML. Forms are basically used to receive input from user. Forms are created using <form> tag. Form... Read more

    Posted on 19 January 2014 COMPUTING, TECH
  • Iframe

    This tutorial will teach you how to use inline frames in a web page. Iframe is used to display a web page within a web page. The syntax for iframe... Read more

    Posted on 19 January 2014 COMPUTING, TECH
  • Character Entites

    In HTML there are certain characters that are reserved i.e. they are used to write tags. They shouldn’t be written directly because browser might understand the... Read more

    Posted on 19 January 2014 COMPUTING, TECH
  • CSS Syntax

    The syntax for CSS is selector {property : value}Read more » Read more

    Posted on 19 January 2014 COMPUTING, TECH
  • Class and Id

    In CSS you can create your own selectors like class and id.Read more Read more

    Posted on 19 January 2014 COMPUTING, TECH