James Bachini

Simple HTML Cheat Sheet

Rich’s Simple HTML Cheat Sheet

 

<h1>This is a heading</h1>      <b>This is bold</b>       <i>This is itallic</i>

<br />     = New line       &nbsp;   = Extra Space

<a href=”contacts.htm”>Contact Form</a>    = Link

<img src=”images/picture.jpg” />       = image

<font size=”3″>hello world</font>     = changes font size

Lists

<ul>
<li>List item1</li>
<li>List item2</li>
</ul>

Tables

<table>
<tr>
<td>top left</td>
<td>top right</td>
</tr>
<tr>
<td>bottom left</td>
<td>bottom right</td>
</tr>
</table>

Basic Page

<!DOCTYPE html>
<html>
<head>
<title>Title of page – Shows up as link in Google</title>
<meta name=”description” content=”Description of page goes here, make it long.”>
<meta name=”keywords” content=”enter, keywords, here”>
</head>
<body>
All content here between body tags
</body>
</html>


Get The Blockchain Sector Newsletter, binge the YouTube channel and connect with me on Twitter

The Blockchain Sector newsletter goes out a few times a month when there is breaking news or interesting developments to discuss. All the content I produce is free, if you’d like to help please share this content on social media.

Thank you.

James Bachini

Disclaimer: Not a financial advisor, not financial advice. The content I create is to document my journey and for educational and entertainment purposes only. It is not under any circumstances investment advice. I am not an investment or trading professional and am learning myself while still making plenty of mistakes along the way. Any code published is experimental and not production ready to be used for financial transactions. Do your own research and do not play with funds you do not want to lose.


Posted

in

by