answersLogoWhite

0

The transitional document type allows the used of deprecated tags.

User Avatar

Wiki User

14y ago

What else can I help you with?

Continue Learning about Engineering

Briefly explain all HTML tags?

HTML (HyperText Markup Language) uses a variety of tags to structure content on the web. Key tags include <html> for the document type, <head> for meta-information, and <body> for the main content. Other essential tags include <h1> to <h6> for headings, <p> for paragraphs, <a> for links, <img> for images, and <div> for sections. Additionally, there are tags for lists (<ul>, <ol>, <li>), tables (<table>, <tr>, <td>), and forms (<form>, <input>, <button>), among others, each serving specific purposes in web development.


What do you call the type of tags that has a companion?

Tags with companions are called companion tags. An example is <b></b>. The companion tag is the tag that turns off the effect set my the starting tag.


WHAT TYPE OF TAGS CAN YOU CREATE IN HBSS?

In HBSS (Host-Based Security System), you can create various types of tags, including asset tags, which help identify and categorize systems based on their function or security posture. You can also create compliance tags to track adherence to security policies or regulations. Additionally, custom tags can be generated for specific operational needs or to facilitate reporting and monitoring of particular threats or vulnerabilities. These tags enhance the management and visibility of assets within the security framework.


How do you make a button on HTML?

You use the input tag and the button type. Value will specify what appears on the face of the button. All input tags should appear inside form tags. The following will create a simple button, that when clicked will pop up a message, using a bit of javascript. Copy and paste it or type it exactly as it is into your code and it will work. <FORM> <INPUT Type=Button value="Click Here" onClick="alert('Hello');"> </FORM>


What is Meta-tagging?

Meta Tag:HTML meta tags are referred as tags of page data head tags of a document's HTML code. Actually these are hidden keyword who set in the code. These are invisible to visitors but are visible and readable by Search Engines.Example:Not considered as Meta Tag, even required anyway

Related Questions

What is a document type that prohibits use of deprecated legs?

Strict document type


Which type of document allows a user to use preset options for a specific type of document such as a fax or blog post?

yes


What type of document allows a user to use preset options for a specific type of document such as a fax or blog post?

Template


Which HTML document type definiton is designed for webpages that use frames?

In HTML 4.01 and XHTML 1.0, the framest document type definition (DTD) was available to create pages using frames.In HTML 5, frames have been deprecated, because the W3C determined that they created a detriment to accessibility and usability.


What is the file format created that allows windows and macs to view any type of document?

Portable Document Format (PDF)


What the difference between the save and save as command?

"Save" saves the document with the same name/type as you opened or created it. "Save As" allows you to save the document with a new name or format/type.


Where can you find information on document cameras?

Document cameras do not exist. However you can 'document' your camera using a specific type of software which allows this operation to take place. These can be found online or in local stores.


What is the difference between Save and Save As command ms-word?

"Save" saves the document with the same name/type as you opened or created it. "Save As" allows you to save the document with a new name or format/type.


When you save a word document as a web page the text that you type in the set page title dialog box displays in where?

It is treated the same way as what the text between title tags is in a HTML document. It will appear in the title bar. It is not the actual name of the file.


What does a visa do for you?

Visa in the type of Travel Visa Document allows you to enter a foreign country in a specified limited amount of time.


A private placement memorandum is an extremely complex what?

A private placement memorandum is an extremely complex document. This type of document is primarily used in the financial sector. It allows the entrepreneur to present all of the risks to the investor.


Briefly explain all HTML tags?

HTML (HyperText Markup Language) uses a variety of tags to structure content on the web. Key tags include <html> for the document type, <head> for meta-information, and <body> for the main content. Other essential tags include <h1> to <h6> for headings, <p> for paragraphs, <a> for links, <img> for images, and <div> for sections. Additionally, there are tags for lists (<ul>, <ol>, <li>), tables (<table>, <tr>, <td>), and forms (<form>, <input>, <button>), among others, each serving specific purposes in web development.