Here is the Best Beginner-Friendly HTML Cheatsheet

Basic HTML Welcome to the world of HTML! In this cheat sheet, I’ll show you everything you need to know to get started with HTML and create your own web pages. HTML Structure Every HTML document follows a basic structure: <!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <body> <!-- Your content goes here --> </body> </html> Let’s break down the structure: <!DOCTYPE html> declares the document type and must be placed at the very beginning of the HTML file....

September 29, 2022 · 3 min · Brian Le

Here is the Best Beginner-Friendly Python Cheatsheet (2022)

Basic Python In this post, I’ll show you everything you need to know to start coding in Python and score high on basic Python tests I wish I had 4 years ago. Let’s dive right in! Comments Inline comment: # This is a comment Multiline comment: # This is a # multiline comment Code with a comment: a = 1 # Initialization Please note the two spaces in front of the comment....

August 26, 2022 · 8 min · Brian Le

How to Create a Blog Using Hugo (2022)

What’s Hugo? Hugo is a static site generator that enables you to create static files like HTML, CSS, and JavaScript in advance. It is a Go-based open-source project that promises remarkable build times that are unmatched. What Does It Do? It aids in the conversion of Markdown files—the formats in which you will write your articles or blog posts—into static files that will be served afterwards. How Is It Different?...

August 17, 2022 · 6 min · Brian Le

All posts

post

0 min

Search

search

0 min