Basic HTML Tags
Here are a few basic HTML tags which are used in nearly all HTML websites.
<html> - Always in a Websites Coding
<body> - Where all your design goes
<h1> - Headers (Can be changed to h2 or any number up to 6)
<p> - Paragraph.
<b> - Bold
<i> - Italic
<br /> Break Line
<hr /> Horizontal Rule
<head> - The head of your code
<title> Title of your webpage
<center> - Center the Text
<li> - List Item
<ol> - Ordered List
<ul> Unordered List
<img> - Insert Image ( That's not the full code)
Full code for the IMG Tag would be like this
<img src="picture.jpeg" width="100" height="200" border="0" alt="text describing the image" />
Hoped you liked it.
im very fail by asking this i guess but how do i test it out?