Saturday 20 August 2011

HTML

Introduction to HTML 

HTML


  1. Introduction to HTMLHere, we will introduce you to the basics of HTML. HTML stands for Hyper Text Markup Language. Using HTML we can create a Web Page which can be viewed through aWeb Browser over Internet.
     

  2. HTML Elements
    In this session, you will learn more things on HTML. You will learn about the uses of someelements in HTML with a description of their attributes through examples.
     

  3. Form and its Elements
    In this session, we will introduce you to the idea of Forms and how they are used in HTML. You will learn about the basic tags of a HTML Form and their attributes.  

  4. HTML Layout
    A Web Page Layout is likey to be the layout of the pages in a newspaper. HTML columns are used to present the contents of a web page. HTML columns are created by using tables to design the layout.
          

  5. Displaying images using javascriptThis Example describes the way to display images using JavaScript and css. For this we are going to make program named image-slideshow-5.css,image-slideshow-5.html,image-slideshow-5.js.
         

  6. Making Tab using javascriptThis Example describes the way to make Tab using JavaScript and css. For this we are going to make program named  domtab.css, domtab.js, index.html.
     

  7. Table Caption in HTMLThe Table Caption in HTML is used to give heading to the tables. 
      

  8. Use of Text Field 
    By using form in HTML, users are allowed to enter or select different types of information. A form contains form elements checkbox, text field, radio button etc.) through which users can input their data.
     

  9. Text Field in HTML    The Text Field in HTML are one line areas, which enable the user to enter input text.
     

  10. Text Area in HTMLText  Area in HTML is used to write unlimited number of text in it.
     

  11. Table & the Border attributeThe Tutorial illustrates an example from Table and the Border attribute. In this Tutorial, the code explains to create a table and the border with a specified attribute.
     

  12. Set Background Colors and Images in HTMLThe  background colors can be set to the web pages by using the body attribute bgcolor and putting any color value into it in HTML Page.
      

  13. Radio Buttons in HTMLThe Radio Button in HTML are type of input form, which allows a user to select any one option from the alternative options. To achieve this, we must specify the name of radio button properly.
     

  14. Password Field in HTMLWhen users type characters in a password field, the browser displays asterisks or bullets instead of the characters. Password text field is same as text field.
      

  15. Paragraph in HTMLThe Paragraph in HTML are defined inside the <p> and </p. tags.
     

  16. Unordered ListsAn Unordered Lists is a bulleted list of items, which enables you a customized view of a bullets. An unordered list does not have numbers. This list can be created inside <url> tags.
     

  17. Show Hyperlink in HTML PageHTML is a HyperTextMarkupLanguage.The HTML uses a hyperlink to connect from one page to another page of the web. The anchor (<a>...</a>) tag is used for creating a text on which hyperlink is to be displayed.
      

  18. Horizontal Rule in HTMLA horizontal Rule in HTML is used to separate two lines or two paragraph between any two objects in HTML.To apply horizontal rule, the <hr> tag is used in a HTML code.
      

  19. Horizontal Rule Attribute in HTMLCheckbox is used in html when a users want to select more than one or more option from a set of alternatives. If a user wants to select only one option, user can choose a radio button in html page.
     

  20. Cascading Style Sheet(CSS)Cascading Style Sheet (CSS) is known as style sheet language, define the presentation of a document written in a markup language.
     

  21. Action Submit HtmlAction Submit in Html is used to submit a form, When a user clicks on a submit button, the form is sent to the specific address in the action setting of the <form> tag.
     

  22. Check Box in HTML 
    Checkbox is used in html when a users want to select more than one or more option from a set of alternatives. If a user wants to select only one option, user can choose a radio button in html page.
      

  23. Style Tags Used in HTMLThe Style Tags in HTML is used to give specific format to the HTML page.
     

  24. Styles in HTMLThe Style in HTML is used to format the html document with required style information specified in head section.
      

  25. Alignment of Image in HTMLThe Tutorial illustrates an example from Alignment of image in HTML. In this Tutorial, the code explain an alignment of image in HTML. For this we start with a<html> tag, which explain the html document type. Inside the html tag we have a title tag name aligning Images.
      

  26. Send E-mail in HTML The Tutorial describes you a code that help you to send Email in HTML. In this Tutorial, the code create a HTML Page, which depicts you how to send email from HTML page.
      

  27. Horizontal Frameset in HTML  The Frameset in HTML is mean for implementing multiple pages in a single window. Each frame in a HTML page presents a separate web documents. The frameset decides the number of column and rows in the frameset. For the implementation of frameset, we need to use columns and rows attribute.
      

  28. Vertical Frameset in HTMLThe Frame in HTML is used to display more than one web pages in the same  page of browser window. In this Tutorial, the code define a example from vertical Frameset.
     

  29. Mixed Frameset in HTMLMixed Frameset is used to display vertical and horizontal frameset in a same web page.
      

  30. Navigation Frame in HTMLThe given Tutorial helps you to illustrate Navigation Frame in HTML. In this Tutorial we help you to understand how to make Navigation Frame in HTML.
      

  31. Set Frame Inside HTMLThe Tutorial helps you to understand how to set Frame Inside HTML. In this Tutorial, the code create a Inline frame inside a HTML page.
      

  32. HTML Post Radio ButtonHTML Post attribute used in method, when a user is not able to see the data in the URL of browser. Post method is used for sending, updating and sending a mail.
     

  33. HTML Post ImageThe Tutorial illustrates an example, how to post image in HTML page. In this Tutorial, the code describe you html page that shows you how to insert images in html.
     

  34. HTML Post FormThe HTML process the submission of form in two different ways. In HTML, the method is declared inside a FORM element. The form method is  used to send the form data in the form of message.
     

  35. HTML Get Radio ButtonHTML Get  method in HTML is used to send the data as part of the URL. The get method is used for retrieving the data. In Get Method, the amount of data can be sent with a limited URL.
      

  36. HTML get MethodThe HTML get Method is used to submit the data of the page as part of the URL. When the form data or query is submitted, the form data is appended to the url in "URL encoded" form.
      

  37. HTML File UploadHTML File Upload is used to show the list of all file, when a user click on browse button A form in an HTML (web page) contain an input element with type="file".
      

  38. Table Heading in HTMLThe Tutorial illustrates an example to create a Table in HTML. To create a Table, we define the table inside the <table> tag. A Table consists of heading enclosed within <th> tag.
      

  39. Table Empty Cell in HTMLThe Table Empty Cell in HTML define no content inside a cell of table. The code is not able to display border around the empty cell in a table.  Table cells with no content are not displayed very well in most browsers.
     

  40. Tag Inside Table in HTMLThe Tutorial illustrates an example from Tag Inside Table in HTML.In this code we define a HTML page and show you to create a tag inside a Table in HTML.
     

  41. HTML Button SizeThe Tutorial illustrate an example from HTML Button size. In this Tutorial we create a HTML page, which display you  HTML Button  with  attribute width and height specified.

No comments:

Post a Comment