1. What is HTML HTML (HyperText Markup Language): Hypertext Markup Language, a plain text language --Use "tags" with angle brackets to identify the contents of the web page one by one The markup language used to design web pages. Files written in this language have a suffix of .html or .htm and are interpreted and executed by the browser.On HTML pages, you can embed program segments written in scripting languages, such as VBScript, JavaScript, 2. Basic HTML syntax The symbols used by HTML to describe functions are called "tags", such as <p>, <h1>, etc.-- Tags must be enclosed in angle brackets when used --There are closed type tags and non-closed type tags Some text here. <h1>Some text here.</h1> -- <tag/> or <tag> Cannot contain contentNormal text 1<br />Normal text 2 Normal text three<br>Normal text four ----------The effect is as follows: (<br> or </br> indicates line break) The above is all the content of the htm beginner's notes (newbies must read) brought to you by the editor. I hope you will support 123WORDPRESS.COM~ Original URL: http://www.cnblogs.com/LJY0596/archive/2016/06/28/5625373.html |
<<: Detailed explanation of MySql data type tutorial examples
>>: Teach you how to use AWS server resources for free
Code Sample Add a line of code in the head tag: XM...
Table of contents Preface interface type Appendix...
Mysql converts query result set into JSON data Pr...
Table of contents 01 Introduction to YAML files Y...
Use HSSFWorkbook in Apache.POI to export to Excel...
<meta http-equiv="X-UA-Compatible" c...
This article is mainly to let beginners understan...
I believe everyone has played scratch tickets. Wh...
Overview The project was created successfully and...
Preface Most of our MySQL online environments use...
1. Create a new virtual machine from VMware 15.5 ...
Recently, the company has put forward a requireme...
First, setInterval is encapsulated as a Hook 👇 im...
As a backend programmer, sometimes I have to tink...
1. The effect diagram implemented in this article...