answersLogoWhite

0

What does HTML contain?

Updated: 10/26/2022
User Avatar

Wiki User

14y ago

Best Answer

By contain I assume you mean the Syntax (Words), it is made up of tags such as

and closing tags such as

, also attributes such as

> to learn more about this visit http://w3schools.com/

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What does HTML contain?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you make a register page in HTML?

You can easily make a register page in HTML using the <form> attribute. The form will contain the registration details.


Does the external JavaScript file have to contain the script tag?

No, just the HTML file. If you include the tag, it will cause a syntax error. The best way to think of it is that the HTML file already has the tag in it, and the external JS file is inserted into the HTML file at that point, between the tags.


What would be contained in the HTML forms?

There are a number of elements that could be contained in the HTML forms. They can contain text fields, check boxes, option lists and buttons with submit functions.


How do you start HTML?

Here is How to start Html:Your Page TitleThis area will contain everything that will be visible through a web browser, such as text and graphics. All of the information will be HTML coded.


What does this error message mean 'Error the HTML may not contain absolute positioned tags because they break the Page Editor' and how do you fix the problem?

It means your HTML editor does not support elements that are positioned absolutely.Solution: Use another HTML editor.


Why you use border in HTML?

To contain information, to separate things or just to make something look nice.


What are the building blocks of HTML?

HTML pages typically contain a parent <html> element, in which there are 2 elements, the <head> and the <body>. The <head> contains metadata, such as description, keywords, scripts, styles, and the page title. The <body> contains the data that will be displayed on the page.


What are the basic building blocks of HTML?

HTML pages typically contain a parent <html> element, in which there are 2 elements, the <head> and the <body>. The <head> contains metadata, such as description, keywords, scripts, styles, and the page title. The <body> contains the data that will be displayed on the page.


What is a HTML document?

An HTML (Hyper Text Markup Language) document is basically a web page. It can be opened in either a text editor or a web browser. In a text editor, the HTML code can be edited to make the web page look ore behave a certain way, in web browser the document appears as it would to people viewing as a web page on the internet.


When converting old html code to xhtml make sure that all inline images contain what attribute?

ALT


What is wrap in HTML?

Wrap in HTML means that text will automatically continue on the next line if it is longer than one line. You usually use the <p></p> tags to contain text that will display in a paragraph.


Can a php file be valid without any php code?

PHP files are HTML files with any amount of PHP intermingled into it, so the file can be empty or only contain HTML and be valid, yes.