π
π
π
π
Resources
Searchβ¦
π
π
π
π
Resources
Introduction
Git
Install and Config
Git Basics
Branching and Merging
Reverting Changes
Rebasing
External Links
Linux
Basic Commands
Bash and Scripting
External Links
HTML & CSS
HTML Basics
JavaScript
Basics
Example Snippets
DOM
Extra Material
SQL
Basics
SQLAlchemy and Alembic
Docker
Basics
Database Image
Poetry
AWS and Terraform
Basics
Terraspace
Powered By
GitBook
HTML Basics
Boilerplate
1
<!DOCTYPE html>
2
<html>
3
<head>
4
<title>Odin Links and Images</title>
5
<meta charset="UTF-8">
6
</head>
7
β
8
<body>
9
<h1>About Page</h1>
10
<a href="about.html">About</a>
11
<a href="https://www.rectan.pl/about">Click Me</a>
12
<img src="images/test.jpg">
13
</body>
14
</html>
Copied!
Linux - Previous
External Links
Next - JavaScript
Basics
Last modified
4mo ago
Copy link