Sir Tim Berners-Lee, a physicist at CERN, wanted an easy way to share information globally. He proposed and created the first web page in 1999, and released HTML (Hypertext Markup Language) in 1991 alongside the first web browser and server.
.html
suffix (e.g., index.html
is often the homepage).<p>
</p>
<p>Your paragraph here.</p>
).<em>
inside a <p>
to italicize text.<br>
insert a line break without a closing tag (or can be written <br/>
).The rules and structure of tags and elements are defined by the HTML specification, maintained by the World Wide Web Consortium (W3C). Whenever it’s updated, a new HTML version is standardized—the current one is HTML 5.