How to do basic HTML

Thirsties
by Thirsties · 5 posts
6 years ago in HTML & CSS
Posted 6 years ago · Author
This is basic knowledge on how to do html Hope yall like it

<br> This is a line break. It doesn't need a closing tag. Put one at the end of every line including any spaces. Use multiples to make bigger spaces, for example:
<br><br><br><br> would give a 4 line space.

Basic URL:
<a href="URL link here">

Clickable url linked picture:
<a href="URL link here"><img src="Image URL here"></a>

Clickable text:
<a href="URL link here"><b>Write your word(s) here</b></a>

Add an image:
<img src="Image url here" alt="Text you want to display if image fails to load here" />

<font color=blue>This will be blue</font>
Basic colours are: silver gray black red maroon yellow olive lime green aqua teal blue

<b>This will be bold</b>

<u>This will be underlined</u>

<i>This will be italic</i>

<center>This will be centred</center>

<!-- Hidden note here -->
Posted 6 years ago
can i save it it's so cool thank you
Posted 6 years ago
The NewBoston.com? I will have to look into that one
Posted 6 years ago
HTML is super easy to learn. I suggest everyone learn how to code in HTML. Can be really handy and fun. I've used it to code my Myspace homepage lol, Tumblr, and IMVU homepage.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Sign in

Already have an account? Sign in here

SIGN IN NOW

Create an account

Sign up for a new account in our community. It's easy!

REGISTER A NEW ACCOUNT