The standard HTML writing method is different from the one automatically generated by Dreamweaver

The standard HTML writing method is different from the one automatically generated by Dreamweaver

Copy code
The code is as follows:

<!--doctype specifies the document type htm-->
<!doctype html>
<html>
<header>
<!--Set character set utf-8-->
<meta charset="utf-8">
<style>
<!--Write your CSS code here-->
</style>
<script>
//Write your js code here
</script>
</header>
<body>
<!--Bof body content here-->
</body>
</html>
Next, let's introduce the html tag
<br/> Line break tag // no line break<nobr>
<img src="upload/2022/web/8829944-148x86.jpg">
<img src="upload/2022/web/8829944-148x86.jpg">
<img src="upload/2022/web/8829944-148x86.jpg">
<img src="upload/2022/web/8829944-148x86.jpg">
<img src="upload/2022/web/8829944-148x86.jpg">
<img src="upload/2022/web/8829944-148x86.jpg">
<img src="upload/2022/web/8829944-148x86.jpg">
<img src="upload/2022/web/8829944-148x86.jpg">
<img src="upload/2022/web/8829944-148x86.jpg">
<img src="upload/2022/web/8829944-148x86.jpg">
<img src="upload/2022/web/8829944-148x86.jpg">
</nobr>
//Center style
<center>
<p>sadddddddddddddddddddddddddddddd</p>
<img src="upload/2022/web/8829944-148x86.jpg">
<img src="upload/2022/web/8829944-148x86.jpg">
<img src="upload/2022/web/8829944-148x86.jpg">
<img src="upload/2022/web/8829944-148x86.jpg">
<img src="upload/2022/web/8829944-148x86.jpg">
<img src="upload/2022/web/8829944-148x86.jpg">
</center>

<<:  Using js to realize dynamic background

>>:  How to solve the background tiling and border breaking of CSS style div or li in IE6

Recommend

Vue axios interceptor commonly used repeated request cancellation

introduction The previous article introduced the ...

HTML+CSS to achieve charging water drop fusion special effects code

Table of contents Preface: accomplish: Summarize:...

Mysql example of splitting into multiple rows and columns by specific symbols

Some fault code tables use the following design p...

Nginx access control and parameter tuning methods

Nginx global variables There are many global vari...

Why MySQL does not recommend using subqueries and joins

To do a paginated query: 1. For MySQL, it is not ...

Two ways to clear table data in MySQL and their differences

There are two ways to delete data in MySQL: Trunc...

About the pitfalls of implementing specified encoding in MySQL

Written in front Environment: MySQL 5.7+, MySQL d...

WeChat Mini Programs are shared globally via uni-app

In actual use, it is often necessary to share the...

CentOS 7 installation and configuration tutorial under VMware10

If Ubuntu is the most popular Linux operating sys...

MySql8 WITH RECURSIVE recursive query parent-child collection method

background When developing a feature similar to c...

Vue component library ElementUI realizes the paging effect of table list

ElementUI implements the table list paging effect...

Nginx rewrite regular matching rewriting method example

Nginx's rewrite function supports regular mat...