.✯ Keaton ☆゚'s profile picture

Published by

published
updated

Category: Web, HTML, Tech

beginner's guide to basic html no. #1

hi i'm keaton, and today i'll be showing you how to do basic html!! ^_^ some of this stuff also works on spacehey profiles too!!


first things first, you realize that normal spaces just somehow doesn't work in your html page. to fix this, we can use "<br>" once to separate lines, and twice to separate and make a blank line.


now, if you want to make bold text, you can use the "<b>" tag and close it off with "</b>".

for example: "<b>bold text</b>".

bold text

for italic text: "<i>italic text</i>".

italic text

for underlined text: "<u>underlined text</u>".

underlined text

for strikethrough text: "<s>strikethrough text</s>"

strikethrough text

and that's about it for the basic text formats. onto headers.

headers are bigger pieces of text to indicate paragraphs, h1 being the biggest and h6 being the smallest.
examples are, "<h1>, <h2>, <h3>, <h4>, <h5>, <h6>".

h1

h2

h3

h4

h5
h6

if you want to make small text you can use the "<small>" tag.
example: "<small>small</small>"

small

doubling the "<small>" tag and "</small>" close tag can make even smaller text!
example: "<small><small>small</small></small>"

small

okay, that's about it for today! if you have any questions, feel free to let me know in the comments!!


4 Kudos

Comments

Displaying 0 of 0 comments ( View all | Add Comment )