Category: HTML News/Blogs

  • How to Create a Form in Html

    We have to create the login and registration form in the Html document many times to show forms on a web page. So, this page will describe how to create both the forms in the Html documents using various tags. Login Form If we want to create a login form in the Html document to…

  • How to call a JavaScript Function in Html

    If we want to call the JavaScript function in the Html then we have to follow the steps which are given below. Using these steps, we can easily access the JavaScript function. Step 1: Firstly, we have to type the script tag between the starting and closing of <head> tag just after the title tag. And then, type the JavaScript function.…

  • How to Make a Dropdown Menu in Html

    In HTML, we can easily make a drop-down menu in the Html document using the following different ways: Using Html Form If we want to make a dropdown menu in the Html document using Form, we have to follow the steps which are given below. Using these steps, we can easily make a dropdown menu:…

  • How to add a Line in Html

    In HTML, we can easily add the Horizontal line in the document using the following different ways: Using Html If we want to add the Horizontal line in the Html document using Html tag, then we have to follow the steps which are given below. Using these steps, we can easily add the line: Step 1: Firstly,…

  • How to Embed Youtube Video in Html

    If we want to embed the Youtube video in Html document, we have to follow the steps which are given below. Using these steps, we can easily show a Youtube video on the web page. Step 1: Firstly, we have to upload a video on a Youtube which is to be shown on a web page.…

  • How to add Space in Html

    In HTML, we can easily add the space in the document using the following different ways: Using Html If we want to add the space in the document using Html tag to show the space before and after the text then we have to follow the steps which are given below. Using these steps, we can easily…

  • How to make an Image a Link in Html

    If we want to make the image as a link for linking another Html page then we have to follow the steps which are given below. Using these steps, we can easily make any image as a link: Step 1: Firstly, we have to type the Html code in any text editor or open the existing…

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