spaces
To separate the keywords in a meta tag in HTML, we use the comma (,) For instance <meta name = "keywords" content = "answer, questions, HTML questions">
There are six headings that are available to be used in HTML. The range from H1 to H6. An H1 is more important then H6 heading. There should only be one H1 heading on any single HTML page.
<html> <body> java applets</body></html>
The first line of your HTML file should start with <!DOCTYPE HTML PUBLIC.... The first line of the actual HTML code begins with the <html> tag.
Correct syntax for creating a hyperlink in HTML is <a href="the_file_name_link.html">This is a link</a>
There are various rules to be followed in creating HTML file. All the tags should be closed after opening one.
To separate the keywords in a meta tag in HTML, we use the comma (,) For instance <meta name = "keywords" content = "answer, questions, HTML questions">
Frames are used to divide the HTML page into sections. The <frame> tag is used for that purpose.
There are six headings that are available to be used in HTML. The range from H1 to H6. An H1 is more important then H6 heading. There should only be one H1 heading on any single HTML page.
Web can be created by creating a .html file. Inside the HTML file, you can put the tags of HTML.
The answer is HTML
<html> <body> java applets</body></html>
A HTML page can be divided into various sections. The head part of the page and the body part are the main one.
HTML programming means using tags in HTML. It is a way of creating interactive web pages.
HTML?
HTML is a markup language for web designing. It helps creating web pages according to our needs.
HTML - Hyper Text Markup Language - is used to created websites. If you want a website, you'll need to know some HTML.