Technology Sharing

Front-end - the first front-end program

2024-07-12

한어Русский языкEnglishFrançaisIndonesianSanskrit日本語DeutschPortuguêsΕλληνικάespañolItalianoSuomalainenLatina

insert image description here

The first front-end program

Step 1: Use Notepad to write code

Create a folder in one of your disks named frontend, then create a new notepad in it and write the following code in it. Note that you must use English and then change the suffix to .html.
insert image description here

Step 2:
insert image description here

Step 3: Write the following code into a text document
insert image description here

Step 4: Modify the suffix and then open it

insert image description here

<html>
    <head>
        <title>我的网页</title>
    </head>
    <body>
        Hello,我的第一个网页
    </body>
</html>

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9

Precautions

The file extension ends with .html
When writing code, &lt;&gt; must be written in English