or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Syncing
xxxxxxxxxx
Web Basics
Requirements
For starters, all you need is a text editor and browser!
Text-editing Tools
Browser
偶爾會有相容性的問題,不要只有一個瀏覽器
Prepare
創資料夾跟檔案,結構如下:
在index.html中貼入以下code:
How Web flow works
IP Address
140.112.24.249
(IPv4),2001:0db8:86a3:08d3:1319:8a2e:0370:7344
(IPv6)DNS Server
Server
Frontend / Backend
Frontend
Backend
Database
HTML
HTML is a markup language that defines the structure of your content. HTML consists of a series of elements, which you can make it appear a certain way, or act a certain way.
Anatomy of an HTML element
Anatomy of an HTML document
Take a look at your
index.html
<html>
— the root element<head>
— a container for things like keywords and a page description that you want to appear in search results<title>
— sets the title that appears on the browser tab<body>
— contains all the content you want to showCommonly Used Tags
Text
Heading
Paragraph
Lists
Image
Link
Practice!!
Try to use what you've learned from above and build a web page about yourself. It should contain