Attribute refers to the properties of the HTML elements.
For example the element <IMG> is used to display images in a HTML page. This tag has certain attributes like height, width, src etc which specify the properties of the element.
student details example by html
HTML- HyperTextMarkup Language..... HTML is used for creating web pages for example...
HTML in not case sensitive i.e. upper and lowercase does not matter. For example: <body> tag and <BODY> tag are the same.
<b>example</b>
No, it must be used in the section of your HTML document. Here is an example of how to use it: <html> <head> <title>Web Page</title> </head> <body> </body> </html>
the <> brackets, for example to begin an HTML document you begin with the tag <html>
HTML is not a program it is a langue your computer speaks with the browser to create arguments and display data
Heading 1 For example, this would mean that HOME is the first heading in HTML. <html> <body> <h1> HOME </h1> </body> </html>
HTML tags are put between <>. Example: <FONT size="2">
student details example by html
it is very simple only you have to do is after writing html codes save the file with the extension .html example=web.html
Border can be an attribute in html. For example, in the table tag. This will put a border around the table.As another example, it can be used in the img tag.
You can use for bold, for example, but it is recommended that you use CSS adding styles and formatting to your HTML.
HTML contains many more than 2 tags. Most tags come in a set of 1 opening and 1 closing tag. For example, <html> and </html>.
That depends, it may be HTML script "translated" into normal text, as BBCode where you can make bold text, and it can be HTML which is translated into for example PHP with echo tags.
You use HTML codes to tell the browser how to display your content. For example, if you want to display THIS in bold, you would send the following HTML code to the browser: THIS .
HTML- HyperTextMarkup Language..... HTML is used for creating web pages for example...