Tuesday, November 14, 2017

Uki2 Class 7 - Programming

Today we learned some other HTML Tags and HTML Forms and did a practical in Forms. Another joyful workshop was conducted by Jay Cousins.
 
He did brain storming games and entertained us. He gave some advices and also to laugh after taking a long breath.
Then HTML classes started..

Some tags that don't have end tag are
  1. <br> - Line break
  2. <img > - Image Input Tag
  3. <hr> - Horizontal Rule Tag
  4. <input> - Input in a Form Tag
HTML Blocks
The default value for most elements is blocks  or inline. They starts with new line and take full page.

Some Block level elements are
  • <ul> - Unordered List
  • <li> - List
  • <pre> - Predefined
  • <table> - Table
  • <p> - Paragraph
  • <hr> - Horizontal Rule
HTML Iframes
Iframes used to input a webpage into a webpage.

 <iframe src="http://www.uki.life" height="200" width="300"></iframe>

Here, Uki's site is displayed in a particular width and height box.
As this website is secured. So, it can't shown in Iframes.

HTML Forms
Forms are created in a website for registration purpose or to get details about the person.

 <form>
  First name:<br>
  <input type="text" name="firstname">
  <br>
  Last name:<br>
  <input type="text" name="lastname">
<input type="submit" value="Submit"><br>
</form>

Output: 
First name:

Last name:


Input Type has difference categories
  1. text
  2. radio
  3. checkbox
  4. reset
  5. submit
Radio types will show the options to be click in a round format.
checkbox will show thee options to be click in a square box and correct symbol will be used as its clicked.
We practiced to create Forms in a website using the above tags...
This is the output we got..
Then after tea break The selection / voting process to select the committee members of Uki Gavel Club and Fitness Club was done.
Roles and their duties and responsibilities were explained. 
Then voting was done. And the team members will be announce tomorrow.

Parathan.

1 comment:

  1. Such things are an absolute basis in HTML, i.e. if someone creates websites or web applications, they know what's going on. Personally, I really like to use the solutions that https://grapeup.com/services/platform-ops-and- support/ because I know that their web applications are very efficient. Anyway, what I like the most is that everything works in the cloud.

    ReplyDelete