Basic HTML
Last Updated on Tuesday, 1 December 2009 10:10 Written by Naota Friday, 7 August 2009 01:17
Author: Naota
Here is some basic html! I will rewrite this later.
Basic Tags:
– This tag specifies that you are beginning an html web page and should be at the top of every web page you create.
– This tag specifies the end of the web page and should be at the bottom of every web page you create.
Note: See how the tags are identical aside from the ” / ” infront of the close tag? Almost all tags are closed by just rewriting the tag and putting a / before the start.
Font Changes:
Want to bold some text? bolded words here
Want to italicize? Italicized words here
Underline? Underlined words here
That is all for now.
Tags: coding, html, programming, website