HTML
Introduction to HTML 
HTML
- 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.
 
 
- 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.
 
- 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.
- 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.
 
- 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.
 
- 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.
 
- Table Caption in HTMLThe Table Caption in HTML is used to give heading to the tables. 
 
- 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.
 
- Text Field in HTML    The Text Field in HTML are one line areas, which enable the user to enter input text.
 
- Text Area in HTMLText  Area in HTML is used to write unlimited number of text in it.
 
- 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.
 
- 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.
 
- 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.
 
- 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.
 
- Paragraph in HTMLThe Paragraph in HTML are defined inside the <p> and </p. tags.
 
- 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.
 
- 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.
 
- 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.
 
- 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.
 
- 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.
 
- 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.
 
- 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.
 
- Style Tags Used in HTMLThe Style Tags in HTML is used to give specific format to the HTML page.
 
- Styles in HTMLThe Style in HTML is used to format the html document with required style information specified in head section.
 
- 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.
 
- 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.
 
- 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.
 
- 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.
 
- Mixed Frameset in HTMLMixed Frameset is used to display vertical and horizontal frameset in a same web page.
 
- 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.
 
- 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.
 
- 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.
 
- 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.
 
- 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.
 
- 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.
 
- 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.
 
- 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".
 
- 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.
 
- 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.
 
- 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.
 
- 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