Sunday 28 January 2018

HTML

So people,lets start with html.Basically html is used
to create documents that are later diapayed on the world wide web.Html is all about tags.
<(opening tag)and >(closing tag) 
This is a basic structure of html 


You may have read these signs in maths.Alot of signs are used like /,;,:,?,()etc.
There  are different types of tags each used for specific purposes:
  1. <h>,<h2>,<h3>....:this tag is used for a heading.h2 and h3 means a subheading and so on..... 
  2. <p>:this tag is used for a paragraph..
  3. <b>:b stands for bold.this make your text boldface.
  4. <i>:i stands fir italic.makes your text in italic form
  5. <u>:u stands for underline.it underlines your text
  6. <hr>:inserts a horizantal line.
  7. <b>:b stands for break.inserts breaks in your text. 
The tags above are the opening tags.For closing tags you just have to add / before the command.For example<h>. Its closing tag will be </h>.
And that's the end of today's lesson if you have any questions you can ask me . I will  be publishing the next lesson as soon as I can until then,Adios.

Saturday 27 January 2018

Introduction

INTRODUCTION

Hello,beautiful people!.My name is Irum.The topic i will be explaining in my blogs is computer languages.Before i was intrested in coding i thought that these programs were made very easily,like you just had to write simply like a paragraph,but it's not.

WHAT IS A PROGRAM? HOW DO WE WRITE PROGRAMS?

A program is simply a set of instructions.
It is impossible to write a program in the 0s and 1s,which is the language that computers understand.Program writers or programmers use programing languages in order to write programs.When it is written the programmer uses tools to turn the instructions into the correct 0s and 1s.
There are many code languages.Each language is used for a specific purpose.As im also a beginner so i will be explainig basic languages.The languages i will be explaining are:


  1. HTML
  2. CSS
  3. JAVA
  4. PYTHON
  5. RUBY