Category: HTML News/Blogs

  • 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…

  • How to Convert Html to PDF

    If we want to convert the Html page to PDF then we have to follow the steps which are given below. Using the following steps, we can easily convert: Step 1: Firstly, we have to open the Html file by double-click on the file. The file opens in the default browser of our system. Step 2: Now, we have…

  • How to add Background Image in Html

    In HTML, we can easily add the background Image in the Html document which is to be displayed on a web page using the following different two methods: Using the Background attribute If we want to add the background image in the Html document using the Background attribute then we have to follow the steps…

  • How to Link CSS to Html

    In HTML, we can easily link the style sheet to the Html document in the following different three methods: Using an Inline Style It is an easiest method for adding the CSS style to our Html document or code. But we cannot reuse this method, so reusability is the disadvantage in this method. If we…