Don't wanna be here? Send us removal request.
Text
CREATE PASSWORD GENERATOR PROJECT WITH JAVASCRIPT.
learn how to create a password generator project with HTML CSS JavaScript.
Use HTML to Structure the Password generator project.
Use CSS to Style the Password generator.
Use JavaScript to make the password generator dynamic.
Source code
0 notes
Text
Introduction to JavaScript
Birth of scripting language:
The year is 1995, and Netscape Navigator reigns splendidly in the browser wars. However, there were few consistent patterns of communication. Enter Brendan Eich, who spent just ten days developing Mocha, the new scripting language that later became LiveScript. The language, driven by Java syntax and scheduling functions, aims to add interactivity to web experiences. Netscape Navigator 2.0 became the first browser to include JavaScript, converting the web landscape forever.
Learn More
0 notes
Text
Evolutions of CSS
A Brief History of CSS.
CSS, also known as cascading style sheets, has been instrumental in shaping websites’ visual attraction and functionality during the dynamic field of web development and layout. Over several years, CSS has evolved from its modest origins to become an essential element of modern web development. this article objectives to provide a complete account of CSS’s history, including its various versions, its interconnection with HTML, and a meticulous timeline detailing its evolution.
Learn More
0 notes
Text
Introduction to HTML
Who developed HTML?
HTML was developed in 1991 by Tim Berners-Lee, a scientist at the CERN research center in Switzerland. There were a total of eighteen HTML Tags in the early edition. Around 140 HTML tags are available right now, though not all are supported by the latest browsers. That was a Brief overview of the History of HTML.
Learn More
0 notes
Text
DIFFERENT TYPES OF TAGS USED IN HTML
WHAT ARE THE DIFFERENT TYPES OF TAGS USED IN HTML?
Hypertext Markup language or HTML is used to create and organize web pages.
The essential building block of HTML is HTML tags. Every tag has a specific function in the creation of a web page.
There are different types of tags used in HTML.
Different types of tags used in HTML
1. Structural Tag:
HTML: The root element in which the entire HTML document is written.
Head: It is used to link CSS files or Scripts. It also contains metadata such as page title and character encoding.
Body: This element contains all textual content of a page.
Header: It contains the logos of the website or navigation links that help visitors to find what they are looking for.
Nav: It contains navigation links like Home, Portfolio, About Us, etc.
Main: The main content of the web page will be written here.
Section: Groups the related content together.
Article: It defines a self-contained article or piece of content.
Aside: It contains the footer information and often includes copyright notices and contact details.
Read more
1 note
·
View note