Download pdf file using HTML In this article, we will learn how to download the pdf file using HTML. For this we…
head
-
-
Html Login Form The following code describes how to create a responsive login form using CCS: <!DOCTYPE html> <html> <head> <meta name=”viewport”…
-
How to make a Navigation Bar in Html If we want to make a navigation bar in Html, then we have to…
-
How to add Link in Html Here, we will describe how to link the text in two different following ways: Link the…
-
HTML Layout Techniques Creating layouts are the most important things while designing a website, as it will ensure that your website looks…
-
HTML style using CSS Let’s suppose we have created our web page using a simple HTML code, and we want something which…
-
What does br mean in html The br is a tag in Html. Html <br> tag is used to break the line…
-
What does Div mean in Html The Div is a tag in Html. Html <Div> tag is used for making the divisions…
-
Simple HTML Pages There are the following different examples implemented for creating the simple HTML pages using the different basic tags: Example…
-
What does p mean in Html The p is a tag in Html. Html <p> tag is used to define the paragraph…