Ticker

6/recent/ticker-posts

Header Ads Widget

DESCRIBE HTML TABLE AND HTML FORM class:9 (wpd)

Hello friends in this blog post we will learn about web page development Unit:2 Html Table,Html Form, (CLASS:9) computer engineering students Now lets start.



                                                              HTML TABLES

  first of all what is Html Tables ?
→ The Html Table allows to arrange data like text, images,links,forms,form field, other tables, etc. into rows and column of cells .
→ A table is defined using the <table> element, and contains a number of table cells <td>, for (''table data'') which are organized into table rows (<tr>). The markup (Html code) for a table is always based on rows, never columns.
→ Table cells which act as column headers or row headers should use the <th> (table header) element.
→ Table cells can be mergsed using the colspan and rowspan attributes.
→ A caption can be added to a table using the <caption> element.
→ Table can be broken into section using the following elements :
        1) <t head> - table header.
        2) <t body> - table body.
        3) <t foot> - table footer.


Examples :















The output of the above examples will look something like this:




















                                                          HTML FORM


  first of all what is Html Tables ?
→ Html form are required to collect diffrent kinds of input, such as contact details like name, email address, phone number, or details like credit card information etc.
→ Forms contains special element called controls like input box, checkboxs,radio-buttons,submit buttons.
→ Users generally complete a form by modifying its controls e.g : entering text,selecting,items,etc. and submitting this form to a web server for processing. 


Examples :

   
















The output of the above examples will look something like this:
















This blog is short so, I hope this blog is helpful for you in another post i will describe about UNIT:3 (CSS) please follow  this blog.
Thanks for reading my blog #stay safe #stay home #stay healthy #stay cool.

Continue in another blog post so connected this blog for another post

 ***************Thanks for reading my blog**************

Post a Comment

1 Comments

DESCRIBE ABOUT ANIMATION (Class:9) (WPD)