This is a documentation page for my tech stack. It is built using HTML, CSS, and JavaScript.
Introduction
HTML
CSS
JavaScript
Python
Java
It is a part of the freeCodeCamp Responsive Web Design Certification. The page is responsive and can be viewed on any device.
The page is styled using CSS. The page is interactive and uses JavaScript to add interactivity.
The page is built using HTML, CSS, and JavaScript. The page is responsive and can be viewed on any device. The page is styled using CSS. The page is interactive and uses JavaScript to add interactivity. The page is built using HTML, CSS, and JavaScript. The page is responsive and can be viewed on any device. The page is styled using CSS. The page is interactive and uses JavaScript to add interactivity. The page is built using HTML, CSS, and JavaScript. The page is responsive and can be viewed on any device. The page is styled using CSS. The page is interactive and uses JavaScript to add interactivity.
HTML stands for HyperText Markup Language. It is used to create web pages.
HTML documents contain a head and a body. The head contains information about the document that is not displayed on the page, such as the page title. The body contains the information that is displayed. HTML documents can be styled using CSS, which is a language that tells the browser how to display the HTML elements on the page. CSS can be written in the same document as the HTML, or in a separate file. JavaScript can also be used to affect HTML elements on the page. JavaScript can be written in the same document as the HTML, or in a separate file.
<h1> Heading</h1>
<p>Paragraph</p>
CSS stands for Cascading Style Sheets.
It is used to style HTML elements on the page.
CSS can be written in the same document as the HTML, or in a separate file. CSS rules consist of a selector and a declaration.
The selector tells the browser which HTML elements to style, and the declaration tells the browser how to style the elements. CSS declarations consist of a property and a value. The property is the style to be applied, and the value is the setting for the style. Multiple CSS declarations can be applied to the same selector by separating them
h1 {
color: blue;
font-size: 12px;
}
JavaScript is a programming language that is used to add interactivity to web pages. JavaScript can be written in the same document as the HTML, or in a separate file. JavaScript code is executed by the browser. JavaScript can be used to affect HTML elements on the page. JavaScript can be written in the same document as the HTML, or in a separate file.
document.getElementById("demo").innerHTML = "Hello JavaScript!";
Python is a programming language that is used to add interactivity to web pages. Python can be written in the same document as the HTML, or in a separate file. Python code is executed by the browser. Python can be used to affect HTML elements on the page. Python can be written in the same document as the HTML, or in a separate file.
def my_function():
print("Hello from a function")
Java is a programming language that is used to add interactivity to web pages. Java can be written in the same document as the HTML, or in a separate file. Java code is executed by the browser. Java can be used to affect HTML elements on the page. Java can be written in the same document as the HTML, or in a separate file.
public class Main {
public static void main(String[] args) {
System.out.println("Hello World");
}
}