My Blog

    • Sample Page
Illustration of a bird flying.
  • 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…

    October 23, 2022
  • 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…

    October 23, 2022
  • 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…

    October 23, 2022
  • 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.…

    October 23, 2022
  • 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:…

    October 23, 2022
  • 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,…

    October 23, 2022
  • 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.…

    October 23, 2022
  • 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…

    October 23, 2022
  • 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…

    October 23, 2022
  • 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…

    October 23, 2022
←Previous Page
1 … 88 89 90 91 92 … 113
Next Page→

My Blog

Proudly powered by WordPress