Category: Front end technology
-
HTML Global Attributes and Event Attributes for Web Interactivity
In HTML, global attributes and global event attributes are fundamental because they can be applied to nearly all HTML elements. They provide extra flexibility in customizing and controlling elements, and understanding them can enhance both accessibility and interactivity on a webpage. Global Attributes in HTML Global attributes are attributes you can use on any HTML…
-
HTML, CSS, and JavaScript :Web Development POV
Creating a successful website requires three essential tools that work together to form the complete experience you see online: HTML for structure, CSS for styling, and JavaScript for interactivity. Here’s how each technology plays a role and contributes to the user experience. 1. HTML: Building the Foundation of a Webpage HTML (HyperText Markup Language) serves…
-
Browser Object Model (BOM)
The Browser Object Model (BOM) serves as the programming interface for web developers to interact directly with the browser environment. Unlike the Document Object Model (DOM), which primarily deals with the structure of the HTML document, the BOM provides access to browser-specific features such as the window, location, history, and screen. This article offers a…
-
HTML : Full roadmap
Here is a complete road map to learn HTMl and start the Front end development journey. Follow each chapter closely and master it to ace HTML development. Chapter 1: Introduction to HTML 1.1 Brief History and Evolution of HTML – Early versions (HTML 1-4)– HTML5 features and improvements– Future developments (HTML 5.1, 5.2, etc.) 1.2…
-
React.js
React.js is an open-source javascript-based library that is used to render User interfaces, react js is being widely implemented all across the globe as a front-end technology to render and enhance user experience. React JS was first released by Meta in 2013 and is still being maintained by Meta and the developer community. It is a front-end technology that is…
-
CSS
CSS stands for Cascading Style Sheets. It is used in conjunction with HTML and JavaScript to create an intuitive, interactive, and seamless web and mobile experience. CSS adds style, animation, and interaction to the websites. The majority of the websites on the internet are based on HTML, CSS, and JS, all three of them together…
-
Css (Cascading Style Sheet)
CSS is a front-end scripting language that is needed to present any HTML document in a user-friendly way, HTML can only render very basic GUI but with CSS integration the GUI can be highly interactive, highly functional, highly usable, and highly refined, with the right usage of css the webpages can assume lucidity, better readability and usability. CSS is a…
-
Html
HTML full form is a hypertext markup language, which can be referred to as the markup Language of the web, all the webpages that we use on a day-to-day basis are based on and coded in HTML, but it is not only HTML which is rendering the whole page, HTML is integrated with technologies like Css and Js to make it stylized,…