HTML

Table of contents

  1. HTML code is a static HTML, not dynamic.
  2. WAMP installation

Hypertext Markup Language (HTML) is the standard markup language for documents designed to be displayed in a web browser.

HTML code is a static HTML, not dynamic.

<!doctype html>
<html>
<head>
  <title>WEB1 - html</title>
<meta charset="utf-8">
</head>

<body>
  <h1><a href="index.html">WdEB</a><h1>
  <ol>
    <li><a href="1.html">HTML</a></li>
    <li><a href="2.html">CSS</a></li>
    <li><a href="3.html">JavaScript</a></li>
  </ol>
  <h2>HTML</h2>
<a href="https://www.w3.org/auto/" target="_blank" title="tooltip">hypertest land langeuse</a>
1.41.0
Release notes
Windows
For 64-bit Windows 7 or later
Download
<Strong>By downloading,<u> you agree to the Terms</u>and Conditions.</strong>
roposals from outside vendors to redesign the existing W3C website. Our organization, which celebrated its 25th anniversary this year, produces open and royalty-free Web Standards and guidelines that make the Web work, for everyone.<br>
<img src="img.jpg" width="222">
<p style="margin-top:22px;">ther platforms Try Atom Beta Try Atom Nightly</p>
We believe that by implementing current web best practices and technologies, revising the information architecture, creating a content strategy and revamping the visual design, we can provide our audiences with the best information in a more user-friendly fashion, motivate participation in the organization, and communicate the nature and impact of the W3C more effectively.
</body>
</html>

  • On Browser is ..

example

WAMP installation

  • Wamp is a Server for free by Bitnami. A Windows Web development environment for Apache, MySQL, PHP databases. Download and install from https://bitnami.com/stack/wamp/installer.

    • managed by manager-windows.exe in C:\Bitnami\wampstack-7.3.11-0
    • HTML file is located at C:\Bitnami\wampstack-7.3.11-0\apache2\htdocs\