-
How to add jQuery to Html
Following are the two different ways for adding the jQuery to Html page: Download and Include jQuery File If we want to add the jQuery to Html page by downloading the jQuery file, then we have to follow the steps which are given below. Using these steps, any user can easily add the jQuery. Step 1: Firstly, we…
-
How to Rotate Image in Html
If we want to rotate an image in Html, then we have to follow the steps which are given below. Using these steps, we can easily rotate an image. 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 make a List in Html
In Html, we can create three type of List: Unordered List <ul> An unordered list is a collection or set of items whose order or sequence does not matter. If we want to create the Unordered list in the Html document to show the items on the web page then we have to follow the steps which…
-
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…