Jump to content

Recommended Posts

Posted

Hey guys!I made a tutorial for html becouse many members use it for l2/web coding etc.

ok lets start


Basic codes:

<b> </b> - This means Bold so the text will be like this - Bold Text

<i> </i> - This means Italic so the text will be like this - Italic Text

<u> </u> - This means Underlined so the text will be like this - Underlined text

<s> </s> - This means Stricken so the text will have a line through it - Strike Through Text

<sub> </sub> - This will turn your text subscript-Sub

<sup> </sup> - This will turn your text superscript-Sup

 

<h1> </h1> -This is header one and is the largest

<h2> </h2> - This is header two and is the second largest

<h3> </h3> - This is header three and is the medium one

<h4> </h4> - This is the third smallest

<h5> </h5> - This is the second smallest

<h6> </h6> - This is the smallest

 

<p> </p> - All paragraphs have to begin and end with this

</br> - You use this for line breaks


Alignment

 

<left> </left> - Aligns the text to the Left

<right> </right> - Aligns the text to the Right

<center> </center> - Aligns the text to the Center


Whith What we start and End the html doc?

<html>
<body>
<h1>This is my top header </h1>

<h2> This is my normal header </h2>

<p> This is my paragraph </p>

</body>
</html>


Tips: just remember to close a code after open it For example when you use it <i>,at the end put </i>

Proggrams that i use to edit html: Adobe Dreamweaver/Notepad/Notepad++


Credits Me

If you like it comment!

If you dont,read it again:D

If something like that is already sahred just delete it

Create an account or sign in to comment

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

Create an account

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

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..