LOADING

加载过慢请开启缓存,浏览器默认开启

Aubade_Blog

Persisting will immortalizes freedom.

Stanford_CS142_W1_HTML

Lecture Notes 2023/2/26

CS 142 _ W1_1_HTML

This document is singly a lecture notes for CS 142 and act as a review for basic markdown syntax.

Markup Language:
Include directives with content. Is an example of declarative language.
The Major purpose for using markup language can be disected into many aspects, but one use can be to focus on the content of the text per se, instead of its formation.
Two examples of markup langages: Markdown, HTML

HTML(HyperText Markup Language)
As noted above, HTML is a type of markup language.
Approach for writing HTML:

  1. start with contents to be displayed
  2. annotate it with tags

HTML Tags:
HTML tags provide:

  1. Meaning of text:
    • <h1> means top-level heading
    • <p> means paragraph
    • <ul> <li> for unordered(bulleted) list
  2. Formatting information(properties of the contents)
  3. Additional information to display(e.g.<img>)

Tags nestation are supported

XHTML(XML-Based HTML)
Difference:

  1. XHTML is more strict about adhering to proper syntax
    • do not ignore unknown tags
    • do not carry on with syntax errors
    • do not guess the character missing

Basic Syntax of XHTML:
Document: hierarchical collection of elements, starting with <html>

  • Elements: start tag, contents, end tag
    • start tags can contain attributes

A test html site.
<–The document would be renewed in 2023/2/26 UTC-5–>

阅读全文

Let's begin

test 2023/2/25

it only represents a single test to the publishing functionality to this blog.
LaTex Test:
\LaTex Basic Math Functionality
$$ x + y = \sum^{\infty}_{k=1}y^k $$

阅读全文

Hello World

2023/2/25

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

Quick Start

Create a new post

$ hexo new "My New Post"

More info: Writing

Run server

$ hexo server

More info: Server

Generate static files

$ hexo generate

More info: Generating

Deploy to remote sites

$ hexo deploy

More info: Deployment

阅读全文
1 2 3
avatar
Terrance

Honor Mathematics & Honor Econ & Honor CS