Skip to main content

Posts

Showing posts from August, 2020

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  

Basic of HTML

                        HTML Html is a Hypertext Markup language ,which is used to develop web applications ,Android applications,etc. Browsers do not understand our communication language they have their own language in this blog we will learn one of them language  There are many languages which browsers support.Some of them are :-          DIFFERENT LANGUAGES