Skip to main content

Posts

Top 10 youtubers of india ?

  Top 10 youtubers of india and their earning India is 2nd most populated country of this world, so that's why there are a very large of youtube creaters in india Today i am going to tell that who are the top 10 youtubers of india and how muvh they earn from youtube.  Top 10 youtubers of india  Watch the video on youtube Please  Subscribe to our channel  You can find me on youtube  My channel name is Technical skylark  The above mentioned people in the video are the top 10 youtubers of india  And their earning are also written their.  And if you want to start your own channel  So you have to follow some tips and tricks to be successful youtuber like above people The 5 tips are  1.Start your channel as soon as possible and upload at least 5 video on your channel 2.You have 0 subscribers so in starting you have to promoye channel through Instagram, Facebook, twitter etc. 3 Regularly upload video at starting.  4. Thumbnail  title tags description of the video  should be very attractiv

How to make a login form

How to make a login form.

How to insert table in html

                     Content 1) Table tag 2) Tr tag 3) Td tag

Marquee Tag and paragraph Tag

  Content of the post 1)Marquee tag 2)Paragraph tag 3)Fieldset tag 4)Legend tag

How to style html page with tags ?

  Content of this page 1)Bold Tag 2)Italic Tag 3)Underline  Tag 4)Subscript Tag 5) Superscript Tag                                                       Bold Tag Bold tag is used to Bold or highlight the text ,word or paragraph by adding boldness to it.we can add this by using <b> tag. <Body> <b> hello world </b> </body> The text between the start and end of Bold tag will become Bold.

How to insert image ,video,audio in html ?

 How to insert videos audios and images in websites ? These are the most important tags because these tags are used from small websites to large marketing websites. And by adding a video to website we can increase the views probability by 300% so learn properly how to add videos audios and images to website                      Image Tag Image Tag is a tag by which we can insert images to html by the <image> tag ,this tag does not contain an end tag and we give some attributes like (src ) attribute in which we define the path of the image ,(width) and (height) attribute in which we give width and height of the image. <Body> <img src="gallery/taj.jpg"width="200px"height="50px"> </Body> In src attribute we first give the name of file in which it is stored and then we give a forward slash (/) to separate then we give the image name with its extension.

How to earn $50-$60 in 1 hour ?

  If we are learning programming, then we think that how we can earn ? And how much we can earn from it ? if you know just basic of programming languages and programming you can earn a good amount from it . You can earn through freelancing ,in this customers will hire you to develop their portfolio, website,application and they offer you  a good amount 

Heading tag,break tag ,hr tags how they are used

  How to give heading in html ? To give heading in html we use <h1> tag ,in this tag the size of heading varies by the number written in the right side of "h". For heading we can use 6 tags and these are 1)<h1> 2)<h2> 3)<h3> 4)<h4> 5)<h5> 6)<h6> These tags varies by size ,h1 is the biggest one and h6 is the smallest one .

Head and Body tags of HTML

  Learn coding with me and Start developing websites and applications                                        Head  About head tag and where we use them Head Tag is placed at top   In this tag we can give the title of document on which we are working and we  add internal css in head tag to make our website Attractive and we add javascript in between it to make our website functionable .

What are Tags and Attributes ?

The most important things you should know Today we will cover what are Tags and Attributes and how we use them in html