📘
Luckydesigner
  • Knowledge Code Guide
  • HTML CODE
    • Dictionary
  • CSS CODE
    • Dictionary
  • Javascript Code
    • Dictionary
    • Examples
    • Reference
  • Regular Expressions
    • Reference
  • Wechat Mini Program Develop Notes
    • 开篇
    • 流程
    • 构成
      • 框架
    • 配置
      • index.wxml+index.js
      • Button
      • UserInfo
      • TabBar
      • Clipboard
    • Api
      • 背景
      • 交互
      • 导航栏
    • 标签
Powered by GitBook
On this page

Was this helpful?

  1. HTML CODE

Dictionary

Name

Example

<a></a>

<a src="domian.com">happy</a>

<button></button>

<button onclick="change()">Click!</button>

<body></body>

<div></div>

<div id="demo"></div>

<head></head>

<html></html>

<img>

<img src="img.jpg" alt="mypic">

<link>

<link href="css.css">

<p></p>

<p class="demo"></p>

<script>

<script src="javascript.js">

<span></span>

<span>Hello</span>

<textarea></textarea>

<title></title>

<title>My First</title>

<><>

PreviousKnowledge Code GuideNextDictionary

Last updated 4 years ago

Was this helpful?