Showing posts with label html. Show all posts
Showing posts with label html. Show all posts

Wednesday, September 21, 2011

11 - Html Comments


  Comments 

The comment tag is used to insert a comment in the source code. A comment will be ignored by the browser. You can use comments to explain your code, which can help you when you edit the source code at a later date.

This is syntax is used to comment the single line.
Syntax: <!-- -->

Sunday, September 11, 2011

09 - Forms



Forms 
Forms can be used to send data across the web and are often used as contact forms to convert information inputted by a user into an email.

Saturday, September 10, 2011

08- Tables


What are tables used for?

Web designers use tables for multiple purposes - positioning images and text on webpages (page layout),
displaying large arrays of data, creating rectangular boxes on the webpage, creating input forms, etc.

07 - Listing


List


 There are two types of List in Html.
  1. Ordered list
  2. Unordered list

06 - Linking


Linking on text:


Now we learn how to link web pages .

The tag we going to use is <a>.
<a href="http://www.multimediagyan.com">free multimedia tutorials</a>

Friday, September 9, 2011

05 - HTML Formatting


HTML Formatting Tags

HTML uses tags like <b> and <i> for formatting output, like bold or italic text.

These HTML tags are called formatting tags.
Examples.

04 - Paragraph Tag


Paragraph Tag <p> Tag


HTML provides only limited paragraph formatting commands.
The most fundamental is the paragraph tag itself! Each paragraph
should begin with a start paragraph tag <p> and should end
with an end paragraph tag </p>.

03 - HTML basics - Headings


  Headings


Headings help in defining the format and structure of the document.

02 - First Page in HTML


  Open Text Editor and type


<html>
<head>
<title> My First Web Page </title>

01 - Introduction to HTML


  What is HTML? 

  • HTML, which stands for HyperText Markup Language, is the predominant markup language for web