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.

Related Posts:

  • Going back...Day -006 We may stumble and fall but shall rise again.And at the 5th day of the quest I stumbled! The very next day I am up again with more hopes;a whole new robust me.After a devastating exam stepping back to Day01 and Day02 to secu… Read More
  • Delicate CSS #Day-004 CSS...We all know a bit of CSS I mean what is it,why it is used..right?But how many of us know what CSS stands for? Cascading Style Sheet it is! No idea why it is named like that. Anyway, now I can sense how much stylish web… Read More
  • Hard Working Day 1, Studying Computer Science Day 002 Life is not a bed of roses but trust me you can enjoy the prickly roses too. When I stepped out of home yesterday I found whole new different me. I am enjoying every bit of my unabridged new journey...a journey that will in… Read More
  • A week of joyride.. Day 007 Achievement Unlocked-A week of computer science!Like the previous day I  ain't going to recall the studied topics and write the same things.Now I would like to share my experience gained throughout the week.First of all… Read More
  • Introducing Networking! - Computer Science Day 003 The Day 3 began with Computer Networking.Well, A computer Networking is a group of computer systems and other computing devices interconnected through communication channels.Why interconnected? Yes,the answer is simple to s… Read More

0 comments:

Post a Comment