Sunday 28 January 2018

HTML

So people,lets start with html.Basically html is used
to create documents that are later diapayed on the world wide web.Html is all about tags.
<(opening tag)and >(closing tag) 
This is a basic structure of html 


You may have read these signs in maths.Alot of signs are used like /,;,:,?,()etc.
There  are different types of tags each used for specific purposes:
  1. <h>,<h2>,<h3>....:this tag is used for a heading.h2 and h3 means a subheading and so on..... 
  2. <p>:this tag is used for a paragraph..
  3. <b>:b stands for bold.this make your text boldface.
  4. <i>:i stands fir italic.makes your text in italic form
  5. <u>:u stands for underline.it underlines your text
  6. <hr>:inserts a horizantal line.
  7. <b>:b stands for break.inserts breaks in your text. 
The tags above are the opening tags.For closing tags you just have to add / before the command.For example<h>. Its closing tag will be </h>.
And that's the end of today's lesson if you have any questions you can ask me . I will  be publishing the next lesson as soon as I can until then,Adios.

No comments:

Post a Comment