what is basic html

Basic HTML

what is  basic html



Basic HTML Here I am writing some basic information about HTML so that people who don't know HTML at all can know a little more.  If I sat down to write the entire HTML, it would become a book in itself.  


This tutorial is specially for new urdu bloggers.  Many times while writing or commenting on the blog, a little bit of HTML may be required, such as adding a link to a word or changing the color of a text to make it stand out.  Thus, there are many languages ​​for creating a website, but the basic language is HTML.  


Each commonly used HTML code that performs a specific task is called a tag.  For example, the <a> tag is used for linking.  Each tag starts with " to " and ends with " < ."  After that, there can be some more attributes of a tag that perform more tasks together with this tag.  If he places an ink somewhere, then the <a> tag will be used for it, but the address of the website to which he puts the link will also have to be written, now it will be the attribute of the <a> tag in the adder.  


The attribute is written inside both brackets.  For example, the tech of the link and its effect ebiot which will be the address of a website will be like this.  Now there is the <a> tag and its " " = herf attribute and then the website address between the two double quotes.  A tag can have more than one effect at a time.  Spaces are used to separate multiple attributes.  


In most computer languages, when writing code, the place where it is to be affected is specified, i.e., the code starts and then it is specified where in the code program or script, etc.  The effect is exactly the same in HTML.  In HTML, the tag is started and then the tag is closed as far as the effects of the tag are desired.  To close a tag, the tag is written without any attribute and appended with "/".

Now I write with some commonly used leg attributes and the result that will come from the use of these tags or I am also writing a little detail.  


More Customization As written earlier that a tag can have more than one effect attribute at a time and in the above codes multiple effect attributes are also used.  Or can do less.  In addition, it should be remembered that in HTML there are not only links and fonts, but many more tags and their attributes that perform many tasks.  Like the < p tag for paragraph and so on there are many more tags.  


Only basic HTML information is given here, so two basic examples are used as examples.  If you want to learn more HTML, search for HTML tutorials on Google and you will find countless websites that teach HTML.


1 Comments

Previous Post Next Post