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

mysql: [ERROR] unknown option '--skip-grant-tables'

MySQL database reports ERROR 1045 (28000): Access...

Code to display the contents of a txt book on a web page

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML ...

Html tips to make your code semantic

Html semantics seems to be a commonplace issue. G...

Detailed Tutorial on Installing MySQL 5.7 on RedHat 6.5

RedHat6.5 installation MySQL5.7 tutorial sharing,...

Vue.js handles Icon icons through components

Icon icon processing solution The goal of this re...

How to add abort function to promise in JS

Table of contents Overview Promise Race Method Re...

jQuery implements font size adjustment case

This article shares the specific code of jQuery t...

About the problem of vertical centering of img and span in div

As shown below: XML/HTML CodeCopy content to clip...

Docker deploys mysql remote connection to solve 2003 problems

Connecting to MySQL Here I use navicat to connect...

Detailed explanation of execution context and call stack in JavaScript

Table of contents 1. What is the execution contex...

How to set the style of ordered and unordered list items in CSS

In an unordered list ul>li, the symbol of an u...

React Class component life cycle and execution order

1. Two ways to define react components 1. Functio...

Using Docker to create static website applications (multiple ways)

There are many servers that can host static websi...