First that you must know is HTML document structure
Documents are built with HTML format consists of several interrelated elements to each other. Each element flanked by the tag (<) and tag (>).example <HTML> called by tag.
Almost all the tags in HTML documents must end with a closing tag. Where will inform the completion of the command. Adding closing tag is written with a slash character (/), examples (/ HTML).
General format of HTML tags can be written as follows
<TAG> The text that will be affected tag </ TAG>
For example if we will make writing in bold, then who should we write in the HTML file is:
Not all html tags have a closing tag. some have only the opening tag tag. tags are called single tag, which is used to define the elements that have no beginning and end. As an example of tag line-break (line break), which was written by <br/> or <br>.
In general, an HTML document is divided into two main sections the first is the "head" and the second is the "body"
<b> Writing in bold </ b>
Labels
- Tutorial (1)


0 comments:
Post a Comment