How to link CSS to HTML
In the context of web design, linking CSS to HTML is one of the most basic concepts. If you are a newcomer, you may be puzzled about how one can make the website look stylish […]
In the context of web design, linking CSS to HTML is one of the most basic concepts. If you are a newcomer, you may be puzzled about how one can make the website look stylish […]
To extend html, AngularJS directives are used. Now We will discuss following directives: List of directives: ng-app : Directives of AngularJS that defines and links an AngularJS application to HTML. It defines the root element. […]
You can create CSS Picture frame type border using css styles. For creating a CSS Picture frame type border you can use this code: .htmlframe { position: relative; height: 100vh; width: 100%; background-image: linear-gradient(to top […]
New html5 tips and techniques for the latest evolution of the standard that defines HTML is HTML5. It represents two different concepts: Latest version of the language HTML, with new elements, attributes, and behaviors. HTML […]
The amount of information on the Internet is constantly growing as well as the demands to web pages. Tricks and tools which seemed new and interesting a few years ago attract people no more, and […]
While embedding JavaScript in an HTML and putting the script tags i.e. included in JavaScript, where is the best place? Let’s see what happens when browser loads a website: First it fetch the HTML. Starts […]
The section tag defines sections in a document like chapters, headers, footers whereas div tag defines a division in an HTML document. Here we will discuss the difference between section and div in HTML. In […]
Without JavaScript, a PDF can be embedded into HTML pages. Embedding PDFs without JavaScript is a major part in HTML. In below there are 4 examples that describes how to use this common techniques. For […]
Redirect HTML page is done using the meta refresh for fallback purposes in the head section of a HTML i.e. replace old page with the URL of the page you need to redirect to. This […]
We all know that for a text input, the placeholders are working fine. But what about if we use a placeholder for a select box as well? Let’s see. Sometimes we need to use placeholder […]