Skip to main content

Posts

Top 5 best video editing apps for android

  Top 5 best video editing apps for android Today video editing beacomes very important for many fields if you are a youtuber, Instagram user, tik toker, editor, video shooter then video Editing is very important part for your work. People spend 36 to 48 hours for normal video editing.  There are top 5 best video editing apps for android All these video editing apps are free you do not have to pay for any one. And these all are high rated editors on google playstore. Subscribe this channel and hit the bell icon. 

Top 5 best photo editor for android

      Technical skylark In this post i will show you some amazing and most popular photo editing apps for android If you are a new visiter please also subscribe my youtube channel TECHNICAL SKYLARK and also hit the bell icon so you never miss any update.  Craze of photo editing is increasing day by day new generation is attracting toward fashion, photography, acting etc and the photo editing apps are also enhancing day by day.  So here i will top 5 best photo editing apps for android  In this video i had shown you the best photo editing apps. Which are popular in these days So please like the video, share it and suggest me any topic in the comment box.  Don't forget to subscribe the channel  

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 .