SaberSama's HTML detailed summary
html
Why should we turn around?
Because I feel that we, who are also beginners, should learn from each other and communicate with each other.
html: is the abbreviation of Hyper Text Markup Language, that is, hypertext markup language.
The components of a web page are HTML-structure, CSS-performance, Javascript-behavior
Write down some tags I have learned and their usage.
Title tags:
- Indicates titles from level one to level 6. H1 has the largest font.
Sort tag:
- Unordered list, list options are represented by
- .
- An ordered list, the list options are represented by
- .
- defines a list, and list options are represented by
- and
- .
Paragraph tag:
, indicating a paragraph, a large paragraph of text
Pre-formatted text:
indicates how to write in the content, and the written content will be displayed .
Citation tag: indicates the source of the cited work, a character.
means quoting a large section of content.
means quoting a short paragraph of content, such as a poem.
means quoting a piece of code.
Hyperlink: The a tag can connect internal and external websites, pictures, things that need to be jumped, etc.
Picture:
,
Write the address of the picture in src. If the picture written in alt cannot be opened, it will be displayed. Text can also be searched by search engines. The content written in the title for users to see. When the mouse is pointed up, text will be displayed.
Block definition:
tag, used to divide blocks, is a very commonly used tag.
Italic: , em is more semantic, i is just italic without emphasis.
Bold: , strong is more semantic,
Line break:
Horizontal line:
Get less.Insert audio:
Insert video: video, video also has the above properties, and there is also a muted mute attribute.
List tag:
Table header, Each tr represents a row, Each td represents a column, colspan merges columns horizontally, and rowspan vertically merge. Input box label: write input="" in
, text represents an ordinary text box, the value entered in placeholder represents the word displayed in the text box, and disabled represents disabling this box. Password box, the value in maxlength is the longest number of digits in the password autofocus automatically fixes the focus.
type="button", the button will not be submitted, but the type="submit" and buttons will be submitted. checkbox represents a multi-select box, and radio represents a radio button.
←Refers to the list item
textarea refers to a multi-line text box.
That’s about it, I’ll change it if I find something new.
For more articles related to SaberSama’s HTML detailed summary, please pay attention to the PHP Chinese website!
Statement of this WebsiteThe content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cnHot AI Tools
Undresser.AI Undress
AI-powered app for creating realistic nude photos
AI Clothes Remover
Online AI tool for removing clothes from photos.
Undress AI Tool
Undress images for free
Clothoff.io
AI clothes remover
AI Hentai Generator
Generate AI Hentai for free.
Hot Article
R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)4 weeks ago By 尊渡假赌尊渡假赌尊渡假赌R.E.P.O. Best Graphic Settings4 weeks ago By 尊渡假赌尊渡假赌尊渡假赌Assassin's Creed Shadows: Seashell Riddle Solution2 weeks ago By DDDR.E.P.O. How to Fix Audio if You Can't Hear Anyone4 weeks ago By 尊渡假赌尊渡假赌尊渡假赌WWE 2K25: How To Unlock Everything In MyRise1 months ago By 尊渡假赌尊渡假赌尊渡假赌Hot Tools
Notepad++7.3.1
Easy-to-use and free code editor
SublimeText3 Chinese version
Chinese version, very easy to use
Zend Studio 13.0.1
Powerful PHP integrated development environment
Dreamweaver CS6
Visual web development tools
SublimeText3 Mac version
God-level code editing software (SublimeText3)
Hot Topics
CakePHP Tutorial1378
52
Table Border in HTML Sep 04, 2024 pm 04:49 PM
Guide to Table Border in HTML. Here we discuss multiple ways for defining table-border with examples of the Table Border in HTML.
HTML margin-left Sep 04, 2024 pm 04:48 PM
Guide to HTML margin-left. Here we discuss a brief overview on HTML margin-left and its Examples along with its Code Implementation.
Nested Table in HTML Sep 04, 2024 pm 04:49 PM
This is a guide to Nested Table in HTML. Here we discuss how to create a table within the table along with the respective examples.
HTML Table Layout Sep 04, 2024 pm 04:54 PM
Guide to HTML Table Layout. Here we discuss the Values of HTML Table Layout along with the examples and outputs n detail.
HTML Input Placeholder Sep 04, 2024 pm 04:54 PM
Guide to HTML Input Placeholder. Here we discuss the Examples of HTML Input Placeholder along with the codes and outputs.
HTML Ordered List Sep 04, 2024 pm 04:43 PM
Guide to the HTML Ordered List. Here we also discuss introduction of HTML Ordered list and types along with their example respectively
Moving Text in HTML Sep 04, 2024 pm 04:45 PM
Guide to Moving Text in HTML. Here we discuss an introduction, how marquee tag work with syntax and examples to implement.
HTML onclick Button Sep 04, 2024 pm 04:49 PM
Guide to HTML onclick Button. Here we discuss their introduction, working, examples and onclick Event in various events respectively.
- .