add logseq-java

This commit is contained in:
Lostecho
2024-02-02 00:12:49 +08:00
parent 1cd5bb460f
commit c7947017c3
875 changed files with 57100 additions and 0 deletions

View File

@@ -0,0 +1 @@
- HyperText Mark Language

View File

@@ -0,0 +1,14 @@
- HyperText Markup Language
- 结构
- 声明`<DOCTYPE html>`
- 完整HTML页面`<html>`
- 头部`<head>`
- 页面内容<body>
- 标题
- 通过<h1> - <h6>定义
- 段落
- 通过<p>标签定义
- 链接
- 通过<a>标签定义
- 图像
- 通过<img>标签