Computer Applications
Which of the following type of CSS is coded in the body of the Web page as an attribute of an HTML tag and applies ONLY to the specific element that contains it as an attribute ?
- Inline
- Embedded
- Inbuilt
- External
CSS
1 Like
Answer
Inline
Reason — Inline style of CSS is coded in the body of the Web page as an attribute of an HTML tag and applies ONLY to the specific element that contains it as an attribute.
Answered By
1 Like
Related Questions
Which one of these name and value declarations would not work ?
- margin:20px 0 0 30%;
- margin;20px 30%:
- margin:20px 30%;
- margin:20px 23px 5% 30px;
Which of the following CSS types is defined in the header of a Web page and applies to the entire Web page document ?
- Inline
- Embedded
- Inbuilt
- External
Where in an HTML document is the correct place to refer to an external style sheet ?
- In Body section
- In Head section
- In a paragraph
- Top of the document
Use the CSS …………… property to configure the cellpadding of a table.