Pen Settings

HTML

CSS

CSS Base

Vendor Prefixing

Add External Stylesheets/Pens

Any URLs added here will be added as <link>s in order, and before the CSS in the editor. You can use the CSS from another Pen by using its URL and the proper URL extension.

+ add another resource

JavaScript

Babel includes JSX processing.

Add External Scripts/Pens

Any URL's added here will be added as <script>s in order, and run before the JavaScript in the editor. You can use the URL of any other Pen and it will include the JavaScript from that Pen.

+ add another resource

Packages

Add Packages

Search for and use JavaScript packages from npm here. By selecting a package, an import statement will be added to the top of the JavaScript editor for this package.

Behavior

Auto Save

If active, Pens will autosave every 30 seconds after being saved once.

Auto-Updating Preview

If enabled, the preview panel updates automatically as you code. If disabled, use the "Run" button to update.

Format on Save

If enabled, your code will be formatted when you actively save your Pen. Note: your code becomes un-folded during formatting.

Editor Settings

Code Indentation

Want to change your Syntax Highlighting theme, Fonts and more?

Visit your global Editor Settings.

HTML

              
                <!DOCTYPE html>
<html lang="vi">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Nhà hàng Hương Việt - Tinh hoa ẩm thực Việt</title>
  <meta name="description" content="Nhà hàng Hương Việt chuyên phục vụ các món ăn truyền thống Việt Nam với hương vị đặc trưng và nguyên liệu tươi ngon.">
  <link rel="stylesheet" href="style.css">
</head>
<body>
  <header>
    <img src="https://niemvuilaptrinh.com/wp-content/uploads/2025/02/aarn-giri-B1cJcYPoFxY-unsplash.jpg" width="50" alt="Logo nhà hàng Hương Việt">
    <h1>Nhà hàng Hương Việt</h1>
    <p>Tinh hoa ẩm thực Việt</p>
    <nav>
      <ul>
        <li><a href="#">Trang chủ</a></li>
        <li><a href="#">Thực đơn</a></li>
        <li><a href="#">Giới thiệu</a></li>
        <li><a href="#">Đặt bàn</a></li>
        <li><a href="#">Liên hệ</a></li>
      </ul>
    </nav>
  </header>

  <main>
    <section id="gioi-thieu">
      <h2>Giới thiệu về nhà hàng Hương Việt</h2>
      <p>Nhà hàng Hương Việt tự hào mang đến cho quý khách những món ăn truyền thống Việt Nam được chế biến từ nguyên liệu tươi ngon và công thức gia truyền. Với không gian ấm cúng và đội ngũ nhân viên chuyên nghiệp, chúng tôi cam kết mang đến cho quý khách những trải nghiệm ẩm thực tuyệt vời nhất.</p>
      <img src="nha-hang.jpg" alt="Không gian nhà hàng Hương Việt">
    </section>

    <section id="thuc-don">
      <h2>Thực đơn đặc sắc</h2>
      <article>
        <h3>Phở bò gia truyền</h3>
        <img src="pho-bo.jpg" alt="Phở bò gia truyền">
        <p>Món phở bò gia truyền với nước dùng đậm đà, thịt bò tươi ngon và bánh phở mềm mại. Một món ăn không thể bỏ qua khi đến với nhà hàng Hương Việt.</p>
      </article>

      <article>
        <h3>Gỏi cuốn tôm thịt</h3>
        <img src="goi-cuon.jpg" alt="Gỏi cuốn tôm thịt">
        <p>Món gỏi cuốn tôm thịt thanh mát, tươi ngon với rau sống, bún và nước chấm đặc biệt. Một lựa chọn tuyệt vời cho những ngày hè nóng bức.</p>
      </article>
    </section>

    <aside>
      <h3>Ưu đãi đặc biệt</h3>
      <p>Giảm 10% cho khách hàng đặt bàn trực tuyến.</p>
      <a href="#">Đặt bàn ngay</a>
    </aside>
  </main>

  <footer>
    <p>&copy; 2023 Nhà hàng Hương Việt. All rights reserved.</p>
    <p>Địa chỉ: 123 Đường ABC, Quận XYZ, Thành phố Hồ Chí Minh</p>
    <p>Điện thoại: 0901234567</p>
    <p>Email: <a href="mailto:info@huongviet.com">info@huongviet.com</a></p>
  </footer>
</body>
</html>
              
            
!

CSS

              
                
              
            
!

JS

              
                
              
            
!
999px

Console