Remove Ads

Poll: Was this thread helpful to you
You do not have permission to vote in this poll.
Yes
0%
0 0%
No
0%
0 0%
Total 0 vote(s) 0%
* You voted for this item. [Show Results]

Share on Facebook Share on Twitter

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Html Hyper text markup language
#1
Wink 
If you want to test all this open notepad, type the code in and do not save as a .txt instead save as a .html
Right this Thread is all about basic html coding for starters:

A title is as easy abc basicly is just <title>Text</title> It will become big in the design, not the code.

A header is the most useful in my opinion as it has various Sizes:
The biggest is <h1>This is a heading</h1>
followed by <h2>This is a heading</h2>
then<h3>This is a heading</h3>
and then <h4>This is a heading</h4>
Etc all the down to <h6>text here</h6>


A paragraph is rather easy its just <p>Text here</p>
So you could have: <p>I have just coded the techment website and love ducks</p>

To do bold/italic/underlined and striked text within a paragraph,title or a header just do the following for bold text do <b>Text here</b> for Italic text do <i>Text here</i> for underlined do <u>underlined</u> for striked text do <s>Text here</s>

Now to do hyperlinks all you have to do is <a href="link here">Text</a>
That will create a hyperlink within paragraph, title, header ETC

With this you will be able to create a basic html document which should get you started.


Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)