Menu

Log in

Sign up

From beginner to master of web design, coding, infrastructure operation, business development and marketing

  • COURSES
  • HTML & CSS Introduction
  • HTML & CSS Coding with AI
  • Linux Introduction
  • Docker Basics
  • Git & GitHub Introduction
  • JavaScript Coding with AI
  • Django Introduction
  • AWS Basics
  • Figma Introduction
  • SEO Tutorial for Beginners
  • SEO with AI
  • OTHERS
  • About
  • Terms of Service
  • Privacy Policy

© 2024 D-Libro. All Rights Reserved

HTML & CSS IntroductionChapter 1. Overview of Website Development

Publishing Websites (Hosting Services)

Publishing Websites (Hosting Services)

Website Publishing: How to Choose the Right Hosting Service

Publishing a website involves hosting it on a server so it can be accessed by users worldwide. While hosting a website on your local computer is technically possible, it is generally not recommended due to concerns about security, stability, and availability. Instead, most website owners rely on professional hosting services.

Types of Website Hosting Services

There are several types of hosting services, each catering to different needs and budgets:

  • Dedicated Hosting: Offers an entire server exclusively for your website. This option is ideal for large-scale websites needing high performance and security.
  • Shared Hosting: Multiple websites share the same server resources. It’s cost-effective and suitable for small-scale websites but may experience slower speeds during high traffic.
  • Virtual Private Server (VPS) Hosting: Provides more control and resources than shared hosting. Suitable for websites requiring moderate customization and traffic.
  • Cloud Hosting: Uses a network of virtual servers hosted on the cloud, ensuring scalability, reliability, and flexibility. It’s becoming the preferred choice for modern websites.

Key Considerations When Choosing a Hosting Service

  • Performance: Evaluate the hosting service’s uptime, speed, and reliability. These factors influence the user experience and search engine rankings.
  • Scalability: Choose a hosting service that can grow with your website, especially if you anticipate traffic spikes or expansion.
  • Support for Technologies: Ensure the hosting service supports your website’s technologies, such as CMS (e.g., WordPress) or specific programming languages.
  • Cost: Compare pricing plans, including any hidden fees for additional features like SSL certificates or backups.
  • Ease of Use: Some hosting services provide beginner-friendly interfaces, making it easy to set up and manage your website.

Popular Cloud-Based Hosting Services

Cloud hosting has gained popularity for its simplicity and efficiency. Here are a few popular options:

  • GitHub Pages: A free hosting platform ideal for developers, offering easy deployment of static websites directly from a GitHub repository.
  • Cloudflare Pages: Offers high performance with CDN (Content Delivery Network) integration for global reach and reliability.
  • Netlify: A favorite among developers for its intuitive interface, continuous deployment, and free tier for small-scale projects.
  • Firebase Hosting: Provides a robust option for dynamic websites and web apps, with integrated backend services.
  • Vercel: Known for its seamless integration with modern frameworks like Next.js, it offers automatic builds and deployments.

Publishing Your Website

Once you've chosen a hosting service, publishing your website typically involves:

  1. Preparing Files: Organize HTML, CSS, JavaScript, and media files for upload.
  2. Domain Configuration: Link your domain name to the hosting service, ensuring your website is accessible via a memorable URL.
  3. Uploading Content: Use FTP, a control panel, or direct integration (e.g., GitHub) to upload files to the hosting platform.
  4. Testing and Maintenance: Test your website for functionality, responsiveness, and performance. Regular maintenance ensures ongoing security and updates.

In this course, you’ll learn to publish your website using GitHub Pages, a beginner-friendly, cost-effective solution for static websites.


You can also learn this topic offline. Click AmazonKindle.

More Topics to Explore

Completing Website Development from Start to Finish

Chapter 18. Completing Website Development

Enhancing Text with CSS text-decoration

text-decoration

What is HTML Document Structure and Why is it Important

HTML Document Structure

Choosing Font Colors in CSS

color

Completing Website Development from Start to Finish

Chapter 18. Completing Website Development

Enhancing Text with CSS text-decoration

text-decoration

What is HTML Document Structure and Why is it Important

HTML Document Structure

Choosing Font Colors in CSS

color

Tags:

Hosting Service

Cloud

GitHub Pages

HTML & CSS Introduction
Course Content

Chapter 1. Overview of Website Development

How Websites Work?

Designing, Building and Publishing Websites

Designing Websites

Building Websites – Frontend and Backend Coding

Web App vs. Website

Frontend Coding

Web Framework and CMS

Publishing Websites (Hosting Services)

Chapter 2. Preparing for Website Coding

Two Key Tools to Start Coding Websites

How Browsers Display Web Pages

File Name Rules

Website Directory Structure

Absolute Path vs. Relative Path

Chapter 3. HTML Basics

What Is HTML?

HTML Element

Attribute

HTML Document Structure

Layout Semantics

Heading and Paragraph Tag

Text-Level Semantics

Space, Line-break and Tag in Content

Comments in HTML Document

Chapter 4. HTML: Add Links and Images

Overview of Adding Links and Images

Embed Images – <img>

Image File Format

Add Hyperlinks – <a>

Add Hyperlinks to Images

Add Hyperlinks to Specific Location on Web Page

Link Tag – <link>

Script Tag – <script>

Chapter 5. HTML: Create Lists and Tables

Create Lists

Create Tables

Combine Table Cells

Chapter 6. HTML: Create Forms

Create Forms

Create Text Input Forms and Submit Button

Radio Button and Checkbox

Select Box

Labels

Auto Complete and Disabled

Chapter 7. Bridging HTML and CSS

Block Element vs. Inline Element

Nesting Elements – Parent Elements and Child Elements

Div vs. Span

Global Attribute – Class, ID and Style

Accordion – <Details> and <Summary>

Chapter 8. CSS Basics

What Is CSS?

CSS Syntax

Where To Type CSS?

CSS Basic Selectors

Descendant Selector

Inheritance

Specificity

Reset CSS

Browser Developer Tools for CSS

Comments in CSS Document

Chapter 9. Web Design Basics

Design Element Representation in HTML and CSS

Key Design Points by CSS

Length

Color Code – HEX and RGB

Color Theme

Chapter 10. CSS: Sizing and Spacing

CSS Box Model

width and height

padding

margin

Margin and Padding for Specific Side

margin: auto

box-sizing

Chapter 11. CSS: Styling Text and Images

Text Styling Properties

font-size

color

font-family

Web Font and Google Font

font-weight and font-style

text-decoration

line-height and letter-spacing

text-align

vertical-align

Styling Images

float: left and right

Chapter 12. CSS: Styling Backgrounds

background-color

background-image

background-size

background-repeat

background-position

background-attachment

background (Multiple Properties)

Chapter 13. CSS: Styling Borders and Drawing Lines

border-style

border-color

border-width

border-radius

Border (Multiple Properties)

Borders on Specific Side

Border Radius on Specific Side

Chapter 14. CSS: Layout – Key Concepts and Display Property

Layout Before and After

Layout Key Design Points

Display Property

inline, block and inline-block

display: none

Chapter 15. CSS: Layout – Flex Box

Flex Box – display: flex

flex-direction

Main Axis and Cross Axis

flex-wrap

justify-content

align-items

align-content

align-self

flex-grow

flex-shrink

flex-basis

margin: auto with Flex Box

Inline Flex Box

Nested Flex Box

Chapter 16. CSS: Styling Lists

List Styling Properties

list-style-type

list-style-image

list-style-position

Chapter 17. Creating and Styling Components

Components and Layout

Buttons

Cards

Top Bar

Footer and Bottom Bar

Chapter 18. Completing Website Development

Website Structure Design

Live Server

Home (Landing) Page Development

Main (List) Page Development

Content (Detail) Page Development

Chapter 19. Publishing Websites

Key Steps to Publish Websites

Domain and DNS Server

Favicon

GitHub Pages

Chapter 20. Supplemental Topics

Horizontal Rule – <hr>

Line Break – <br>

Reserved Characters and HTML Entities

Non-breaking Space – &nbsp;

Chapter 1. Overview of Website Development

How Websites Work?

Designing, Building and Publishing Websites

Designing Websites

Building Websites – Frontend and Backend Coding

Web App vs. Website

Frontend Coding

Web Framework and CMS

Publishing Websites (Hosting Services)

Chapter 2. Preparing for Website Coding

Two Key Tools to Start Coding Websites

How Browsers Display Web Pages

File Name Rules

Website Directory Structure

Absolute Path vs. Relative Path

Chapter 3. HTML Basics

What Is HTML?

HTML Element

Attribute

HTML Document Structure

Layout Semantics

Heading and Paragraph Tag

Text-Level Semantics

Space, Line-break and Tag in Content

Comments in HTML Document

Chapter 4. HTML: Add Links and Images

Overview of Adding Links and Images

Embed Images – <img>

Image File Format

Add Hyperlinks – <a>

Add Hyperlinks to Images

Add Hyperlinks to Specific Location on Web Page

Link Tag – <link>

Script Tag – <script>

Chapter 5. HTML: Create Lists and Tables

Create Lists

Create Tables

Combine Table Cells

Chapter 6. HTML: Create Forms

Create Forms

Create Text Input Forms and Submit Button

Radio Button and Checkbox

Select Box

Labels

Auto Complete and Disabled

Chapter 7. Bridging HTML and CSS

Block Element vs. Inline Element

Nesting Elements – Parent Elements and Child Elements

Div vs. Span

Global Attribute – Class, ID and Style

Accordion – <Details> and <Summary>

Chapter 8. CSS Basics

What Is CSS?

CSS Syntax

Where To Type CSS?

CSS Basic Selectors

Descendant Selector

Inheritance

Specificity

Reset CSS

Browser Developer Tools for CSS

Comments in CSS Document

Chapter 9. Web Design Basics

Design Element Representation in HTML and CSS

Key Design Points by CSS

Length

Color Code – HEX and RGB

Color Theme

Chapter 10. CSS: Sizing and Spacing

CSS Box Model

width and height

padding

margin

Margin and Padding for Specific Side

margin: auto

box-sizing

Chapter 11. CSS: Styling Text and Images

Text Styling Properties

font-size

color

font-family

Web Font and Google Font

font-weight and font-style

text-decoration

line-height and letter-spacing

text-align

vertical-align

Styling Images

float: left and right

Chapter 12. CSS: Styling Backgrounds

background-color

background-image

background-size

background-repeat

background-position

background-attachment

background (Multiple Properties)

Chapter 13. CSS: Styling Borders and Drawing Lines

border-style

border-color

border-width

border-radius

Border (Multiple Properties)

Borders on Specific Side

Border Radius on Specific Side

Chapter 14. CSS: Layout – Key Concepts and Display Property

Layout Before and After

Layout Key Design Points

Display Property

inline, block and inline-block

display: none

Chapter 15. CSS: Layout – Flex Box

Flex Box – display: flex

flex-direction

Main Axis and Cross Axis

flex-wrap

justify-content

align-items

align-content

align-self

flex-grow

flex-shrink

flex-basis

margin: auto with Flex Box

Inline Flex Box

Nested Flex Box

Chapter 16. CSS: Styling Lists

List Styling Properties

list-style-type

list-style-image

list-style-position

Chapter 17. Creating and Styling Components

Components and Layout

Buttons

Cards

Top Bar

Footer and Bottom Bar

Chapter 18. Completing Website Development

Website Structure Design

Live Server

Home (Landing) Page Development

Main (List) Page Development

Content (Detail) Page Development

Chapter 19. Publishing Websites

Key Steps to Publish Websites

Domain and DNS Server

Favicon

GitHub Pages

Chapter 20. Supplemental Topics

Horizontal Rule – <hr>

Line Break – <br>

Reserved Characters and HTML Entities

Non-breaking Space – &nbsp;