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

Detailed explanation of MySQL Group by optimization

Table of contents Standard execution process opti...

A small question about the execution order of SQL in MySQL

I encountered a sql problem at work today, about ...

MYSQL database basics - Join operation principle

Join uses the Nested-Loop Join algorithm. There a...

Tips for viewing History records and adding timestamps in Linux

Tips for viewing History records and adding times...

The benefits and examples of placing the site map at the bottom of the web page

In the past, almost every website had a sitemap p...

Eight rules for effective web forms

If you're collecting information from your us...

Elements of user experience or elements of web design

System and user environment design <br />Th...

Deployment and configuration of Apache service under Linux

Table of contents 1 The role of Apache 2 Apache I...

Use node-media-server to build a simple streaming media server

Record some of the processes of using node-media-...

Let IE6, IE7, IE8 support CSS3 rounded corners and shadow styles

I want to make a page using CSS3 rounded corners ...

Detailed explanation of cross-usage of Ref in React

Table of contents 1. First, let’s explain what Re...

Ideas for creating wave effects with CSS

Previously, I introduced several ways to achieve ...