HTML and CSS – web development initiation

HTML and CSS – Generalities
If you want to learn Web Development, you have to learn HTML and CSS first.
It doesn’t matter what language you choose, either it’s C#, Ruby, Java, Python or JavaScript, at a certain moment you will meet by default with HTML and CSS.

What is HTML?

notion image
notion image
notion image
  • *HTML(超文本標記語言)代表了每個網頁的基礎。
當你在瀏覽器中輸入一個地址時,它就會連接到一個網路 伺服器並下載一個頁面,而這個頁面是用..... - HTML
  • *HTML是用來定義網頁的結構和內容的語言。
它與其他語言不同,因為它不是真正意義上的編程語言,你用它來定義行為和完成任務,它是一種用於創建具有明確句法結構的文檔的標記語言。
句法。- 聲明doctype。"!DOCTYPE html >; - 聲明頭部和標題。<head><title> Baboon</title></head>"
從根本上說,HTML是靜態的,因為一旦從 伺服器上下載了一個頁面,它就不會改變。然而,你可以實現腳本,以便在頁面被下載后對其進行修改。
由於HTML,你可以創建結構良好的頁面,實現圖像,並以其他電腦軟體容易理解的方式展示數據。
然而,它是一種容易學習的語言,因為它的語法足夠簡單和直接,它有一個定義明確的標準,而且只需要少量的練習就能了解你實際上能用它做什麼。
notion image

Webflow 裡的 HTML

  • 1. Understand these 3 main types of code
  • What it is HTML?
  • What is CSS?
  • What is JavaScript?
notion image
notion image
 
 
notion image
badge