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 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.
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
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 .
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 .
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