-
How to Change Link color in Html
If we want to change the link color using an inline style attribute which is used for linking to another page then we have to follow the steps which are given below. Using these steps, we can easily change the color of the link. Step 1: Firstly, we have to type the Html code in any text editor…
-
How to add Video in Html
If we want to add a video in Html document, we have to follow the steps which are given below. Using these steps, we can easily show a video on the web page. Step 1: Firstly, we have to type the Html code in any text editor or open the existing Html file in the text editor in…
-
How to align image in Html
If we want to move the image to the different locations on the web page using the Html tag, we have to follow the steps which are given below. Step 1: Firstly, we have to type the Html code in any text editor or open the existing Html file in the text editor in which we want to…
-
How to align text in Html
In HTML, we can align a text using the following two ways: Using HTML tag If we want to move a text at center position using the Html tag which is to be displayed on a web page, we have to follow the steps which are given below. Step 1: Firstly, we have to type the Html code in any…
-
How to Change Image Size in Html
In HTML, we can change the size of any image using the following different ways: Using HTML tag If we want to change the size of an image in the document using Html tag which is to be displayed on a web page, we have to follow the steps which are given below. Using these steps, we…
-
How to Add a Favicon in Html
If we want to add a favicon in Html document which is to be shown at just before the title of the page in the browser, we have to follow the steps which are given below. Using these steps, we can easily add a favicon. Step 1: Firstly, we have to create a favicon which we…
-
How to make a Button in Html
If we want to make a button in Html document which is to be shown on the web page in the browser, we have to follow the steps which are given below. Using these steps, we can easily make a button for calling a JavaScript function. Step 1: Firstly, we have to type the Html code in…
-
How to Change Font Size in Html
In HTML, we can change the size of any text using the following different ways: Using HTML tag If we want to change the size of a text using Html tag which is to be displayed on a web page, we have to follow the steps which are given below. Using these steps, we can easily change…
-
How to Make a Table in Html
If we want to make a table in the Html document which is to be displayed on a web page, we have to follow the steps which are given below. Using these steps, we can easily make any table: Step 1: Firstly, we have to type the Html code in any text editor or open the existing Html…
-
How to add Link in Html
Here, we will describe how to link the text in two different following ways: Link the text to Another Page If we want to add or insert the link in Html document for linking to another Html page with the current working page then we have to follow the steps which are given below. Using…