HTML tags are enclosed in (a) curly brackets (b) square brackets -Technology

1 Answer

Answer :

(d) HTML tags are enclosed within angular brackets (< and >).

Related questions

Description : In HTML, tags consists of keywords enclosed within (1) angular brackets < > (2) parentheses ( ) (3) square brackets [ ] (4) flower brackets { }

Last Answer : angular brackets < >

Description : Can the curly brackets { } be used to enclose a single line of code?

Last Answer : While curly brackets are mainly used to group several lines of codes, it will still work without error if you used it for a single line. Some programmers prefer this method as a way of organizing codes to make it look clearer, especially in conditional statements.

Description : HTML is a markup language for describing Web document. HTML uses (a) pre_specified tags (b) user defined tags -Technology

Last Answer : (d) HTML uses fixed tags defined by the language.

Description : Write the expansions of the following tags used in HTML. 1. -Technology

Last Answer : 1. — Break line2. — Italic3. – Horizontal Rule4. — Underline

Description : Write the expansions of the following tags used in HTML. 1. -Technology

Last Answer : 1. – Anchor tag2. – Comment tag

Description : What are two basic tags in HTML lists? -Technology

Last Answer : and

Description : What is the purpose of using HTML tags and attributes for Web designing? -Technology

Last Answer : HTML (HyperText Markup Language) is used to create Web pages. It designs the basic layout and formatting of Web pages by using tags and attributes.The tag’s name tells the tag’s purpose and the attributes that follow the tag name give the additional information of the Web browser.

Description : What are the role of ………. tags in HTML? -Technology

Last Answer : The and tags are used to mark the beginning and end of the HTML document. The basic purpose of this tag is to make the browser and text editor identify that the document is an HTML document. This is a ... of other elements.The most basic structure of all possible Web documents is .. ..

Description : HTML tags are (a) in uppercase (b) case sensitive -Technology

Last Answer : (d) HTML tags are not case sensitive means we can write tags either in uppercase or lowercase.

Description : Which type of tags used by HTML? (a) tags only for image (b) user defined tags -Technology

Last Answer : (d) HTML provides predefined and fixed tags.

Description : Which of the following HTML container tags do you apply to text for formatting the text as a paragraph? -Technology

Last Answer : (c) ……. is a container tag, which is used for formatting text.

Description : The tags used for specifying the style in HTML are -Technology

Last Answer : (a) Because these two tags are text formatting/styling tags.

Description : tag is one of the structural tags of HTML document. -Technology

Last Answer : True HTML provides four structural tags, these are as follows:, , , .

Description : Which tags divide HTML tables in multiple section? -Technology

Last Answer : , and

Description : DTD is a set of rules that defines what tags appear in an HTML document. -Technology

Last Answer : False DTD is used in XML documents.

Description : XML uses (a) Only 6 tags (b) Predefined tags (c) Custom tags (d) HTML tags -Technology

Last Answer : XML usesCustom tags

Description : Define container & empty tags in HTML -Technology

Last Answer : Container tags are tags which have both opening as well as closing tag like .....whereas empty tags are tags which have only opening tag like , .

Description : i. Are these tags part of HTML code or XML code? ii. Identify the root element. -Technology

Last Answer : XML codei. Companyii. name, deptiii. eid, deptid

Description : Find error(s) in the following HTML code segment. Rewrite the correct code. -Technology

Last Answer : There should be type instead of style. So, correct line is

Description : Which bracket is used in Macaulays method of slope and deflection. a.Parenthesis() b.Square brackets [] c.braces {} d.None.

Last Answer : b.Square brackets []

Description : String as a value of alt attribute must be enclosed in quotation marks. -Technology

Last Answer : True alt attribute contains the string which must be enclosed in quotation marks

Description : XML attribute values should always be enclosed in ………… . -Technology

Last Answer : XML attribute values should always be enclosed indouble quotes.

Description : The values of the attributes are enclosed in double question marks. -Technology

Last Answer : False The values of the attributes are enclosed in double quotation marks.

Description : …………. are text, number cell references enclosed within parenthesis in a formula. -Technology

Last Answer : Argumentsare text, number cell references enclosed within parenthesis in a formula.

Description : Name two data types that require data to be enclosed in quotes. -Technology

Last Answer : char and date data types require data to be enclosed in quotes.

Description : Name two Data types that require data to be enclosed in quotes. -Technology

Last Answer : char and date data types

Description : Do all HTML tags are written in a pair? -Web-Development

Last Answer : answer:

Description : What are the tags to make the text on HTML page beautiful and interesting ?

Last Answer : There is no alternative to banner or image or image to make a web page beautiful and attractive. The HTML page is determined by the img tag. The img tag is zero which means it only carries attributes and has no ... tag. To use an image or image on a page, you need to use the src (source) attribute.

Description : How do html heading tags work ?

Last Answer : The html heading tag provides the outline of the text used in the text document. The headings are specified by to body> tags. The tags between are , , , , which can be used to display the headings in a sequentially larger size. For example - heading 1 heading 2 is coded in this way.

Description : What are HTML tags ?

Last Answer : HTML tags are coding instructions embedded with HTML documents.

Description : What are the basic tags of HTML ?

Last Answer : The basic tag of HTML is 4.

Last Answer : below Tags Of them Any Ending Tags No br hr

Description : Content: and tags in HTML Of two The end Tags To write Is No. Why ?

Last Answer : and tags Of two The end Tags To write Is No. Because - all this Of the tag No The end Tags Stays No. And These No Element too Stays No. and tags Two Empty (empty) tag too Says

Description : HTML is a markup language for describing web documents (web pages). Which among the following features is correct about HTML: a) HTML stands Hyper Text Markup Language b) A Markup language is a set ... tags d) Each HTML tag describes different document content e) None of These f) All of the Above

Last Answer : f) All of the Above

Description : What is the purpose of using the tags …? -Technology

Last Answer : provides six levels of headings. is the largest heading level while is the smallest heading level. These headings help us in obtaining a uniform look and feel for the document.

Description : Write the difference between and heading tags. -Technology

Last Answer : provides six levels of headings. is the largest heading level while is the smallest heading level. These headings help us in obtaining a uniform look and feel for the document.

Description : Write the full form of the following tags: 1. 2. -Technology

Last Answer : 1. -List item2. -Image

Description : Write the expansions of the following tags. 1. 2. -Technology

Last Answer : 1. -Paragraph2. -Unordered list3. -Ordered list4. -Bold

Description : Distinguish between container and empty tags. -Technology

Last Answer : Container elements HTML container elements require a starting as well as an ending tags.e-g , , .They affect the text appearing between their starting and ending tags.Empty elements HTML empty elements require just a ... and not an ending tag.e.g. , , .They just carry out the job assigned to them.

Description : Sriram software solution has used different tags in its Website some are empty while majority are container. -Technology

Last Answer : Container elementsHTML container elements require a starting as well as an ending tags.e-g , , .They affect the text appearing between their starting and ending tags.Empty elementsHTML empty elements require just a ... not an ending tag.e.g. , , .They just carry out the job assigned to them.

Description : Difference between and tags. -Technology

Last Answer : tag is used to insert a line break which means the text/image following the tag will be moved to the next line while tag is used to insert horizontal line that can divide the information into sections.

Description : Carefully study the Web page given here. Identify 10 tags -Technology

Last Answer : 1. . It encloses the entire HTML document and tells the browser that it is reading an HTML document and to display as such.2. It encloses the head of the HTML document and it is used to contain ... It is used to insert a horizontal line.10. .. This tag is used to align the text centrally.

Description : Tags and text that do not display directly on the page afe placed in (a) body (b) table -Technology

Last Answer : (c) Information in tag is not displayed directly in the Web page. It is used to identify the matter (tags) used in a Web page.

Description : Which section is used for text and tags that are shown directly on your Web pages? -Technology

Last Answer : (c) Information in tag is directly displayed on Web pages.

Description : …….. and ……… tags break the line flow. -Technology

Last Answer : and tags break the line flow.

Description : Distinguish between and tags with example. -Technology

Last Answer : Distinguishes between and tags are as follows: Tag TagThe tag is known assuperscript tag.The tag is known assubscript tag.It is used to definesuperscripted text.It is used to define subscripted text.Tags that are ... to display(a+ b)2is(a+ b) 2e.g. HTML command to displaylog2+log x islog 2+logx

Description : Which of these tags belong to table? (a) ,, -Technology

Last Answer : (c),,, tags are used with table.

Description : Which of the following tags gives a caption to the table? (a) < caption > -Technology

Last Answer : (a) tag is used to give caption to the table.

Description : Name the tags which are used with tag. -Technology

Last Answer : ,, and tags are used with tag.