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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...