Monday, 17 October 2011

HTML..

Assalamualaikum. Today we are going to learn about HTML. What is HTML? HTML is Hypertext Markup Language. We are going to see the examples that might make us easy to understand about this topic.

1) HTML headings.
- HTML headings are defined with the <h1> to <h6> tags.




2) HTML paragraphs.
HTML paragraphs are defined with the <p> tag.




- </br> tag is use to separate lines.


3) HTML links.
- HTML links are defined with the <a> tag.


4) HTML images.
-HTML images are defined with the <img> tag.


The URL points to the location where the image is stored. It define with <src> tag. 
  The <alt> tag specifies an alternate text for the image if the image cannot be displayed. 
  The height and width are used to specify the height and width of an image.

5) HTML text formatting.
- There are many tags that use to define certain description.


- example is as follow:
6) HTML tables.
- There are many tags that use to define certain description.

- This is an example showing that cell spans two columns. 

- This is an example showing that cell spans two rows.


- This is an example showing cell padding.
- This is an example showing cell spacing.

7) HTML Lists.
- table below shows HTML list tags.

- This is an example of unordered and ordered lists.
-This is an example showing nested lists.



That's all for today. Next entry is about CSS. see yea! :)

No comments:

Post a Comment