Saturday, April 4, 2015

Studying Computer Science Day- 001 HTML

Hello,
Learning was never been so fun. Yes, I Rafiz Salehin Sejim being a BBA student is enjoying studying Computer Science.If you have the passion to do something,if you have the courage to fulfill your dreams no barriers shall break you.I was pretty much passionate on computers; still I am but there were no one to push, no one to guide until Project XIX showed up.It made me optimistic, it showed me the path of light,it helped me to stay buoyant and follow the dream. And today project XIX has dragged me here in search for a better tomorrow...

And it all started with HTML...

Hypertext markup language or HTML contains markup tags that tell the Web browser or other devices how to display the file.There are few things in HTML that I have learned today

1.HTML elements: are basically the codes that lives inside "< >" without the quotation marks.
2.Tags: are like receptacles and are of two types

          i)Opening tags
          ii)Closing tags


It refers to the information that lies in between the opening tags and the closing tags

3.Attributes: lies on the opening tag of the element and are of two types
       i)names
       ii)values (must be quoted)

It is used to provide supplementary information about the contents of an element.

4.Body,Head,Title: We use these 3 elements in a typical essay.And in HTML they works like the names suggests.But "Head" part cannot be seen in the webpage.It can be seen on the tab.

5.Horizontal line and Page break: Horizontal line can be used by the code <hr /> and the page break can be used by <br /> code.

6.Bold,Italic: I was amazed to see that in HTML bold is written by the name "Strong" and Italic by "Emphasis". Does it even make sense? I mean why? Anyway codes for Bold is <strong> </strong> and  for Italic its <em> </em>


Before I wrap up, It is to be believed that "Anybody can learn coding". So, I have formed a strong belief deep inside me.And always follow your dream before time runs up.

The day-001 was a full pack joyride.Looking forward to the next day.

0 comments:

Post a Comment