Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
Basic HTML Quick Reference
SUBMITTED BY:
Guest
DATE:
Nov. 30, 2013, 8:43 a.m.
FORMAT:
Text only
SIZE:
529 Bytes
Raw
Download
Tweet
HITS:
879
Go to comments
Report
Remember to save all files with .html after the title, they can be opened with any web browser.
Basic HTML Structure
<html>
<head>
<title>website title</title>
</head>
<body>
content goes here
</body>
</html>
Formating
This goes inbetween the <body> elements
<h1> ... </h1> Heading (Size = h1-h6, h1 being the biggest)
<p> ... </p> Paragraph
<b> ... </b> Bold Text
<a href="url"> Name of link </a> Link (eg. <a href=html://www.google.com>Google</a>)
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus