Computer Applications
A coded HTML command that indicates how part of a web page is displayed is called …………… .
- Attribute
- Tag
- Style
- All of these
HTML Intro
2 Likes
Answer
Tag
Reason — A coded HTML command that indicates how part of a web page is displayed is called tag.
Answered By
1 Like
Related Questions
HTML is acronym for :
- High Text Marker Language
- Higher Text Markup Language
- Hyper Text Markup Language
- Hyper Transfer Makeup Language
Which of the following tags identifies the document as an HTML document?
<HTML>
<HEAD>
<BODY>
<P>
The tags that require a starting as well as an ending tag are called …………… .
- Pair Element
- Twin Element
- Container Element
- Empty Element
Which sequence of HTML tags is correct ?
<html><head><title></title></head><body></body></html>
<html><head><title><body></title></head></body></html>
<html><head><title</head><body></body>></title></</html>
<htm1><head><title><body></body></title></head></html>