Skip to content

Instantly share code, notes, and snippets.

View jethusang's full-sized avatar

Johannes Ethusang jethusang

View GitHub Profile
@jethusang
jethusang / html-part3.md
Created May 16, 2025 20:18
Text Formatting in HTML

Text Formatting in HTML

HTML provides several elements for defining text with special meaning. Here are some common ones:


Bold and Italic Text

  • Bold: Use the <b> or <strong> tag.
  • Italic: Use the <i> or <em> tag.

Writing HTML Headings (h1 to h6) in VS Code and Using Live Server

Step 1: Installing Visual Studio Code

  1. Download VS Code: Go to the [Visual Studio Code website](https://code.visualstudio.comyour operating system.
  2. Install VS Code: Run the installer and follow the setup instructions. Ensure you check the options to add VS Code to the context menu and the PATH during installation.

Step 2: Installing Live Server Extension

  1. Open VS Code: Launch Visual Studio Code.
  2. Install Live Server:
    • Go to the Extensions view by clicking the Extensions icon in the sidebar or pressing Ctrl+Shift+X.
@jethusang
jethusang / html-part1.md
Created May 16, 2025 19:57
Getting Started with HTML and CSS

Getting Started with HTML and CSS

Step 1: Installing Visual Studio Code

  1. Download VS Code: Go to the Visual Studio Code website and download the installer for your operating system.
  2. Install VS Code: Run the installer and follow the setup instructions. Ensure you check the options to add VS Code to the context menu and the PATH during installation.

Step 2: Installing Live Server Extension

  1. Open VS Code: Launch Visual Studio Code.
  2. Install Live Server:
    • Go to the Extensions view by clicking the Extensions icon in the sidebar or pressing Ctrl+Shift+X.