correct answer will be mark brainliest
help me fast
computer class 6
Answers
Answer:
1) <html>
2) FLA
3) The Close button closes a window, so it's used to save time when editing.
4) HTML element and attribute.
5) There are three methods you can use to apply styles to a web page: Inline CSS: This method involves applying a unique style to a single element. External CSS: This method involves creating a separate CSS file that stores the styles for a web page.
Explanation:
Pls mark me as brainliest thank you have a nice day
Answer:
7.a. The HTML
b. FLA
c. The Clear button is present in the Editing group and Home Tab. This button is used clearing/erasing the contents of the selected cell.
d. Notepad and atom.
e. CSS can be applied to HTML or XHTML using three methods: linked, embedded, and inline. In the linked method, the CSS is stored in a separate file, instead of directly in the HTML page. In the embedded method, CSS is stored as part of the HTML page, in the header section. In the inline method, CSS is stored directly in the style attributes of the HTML tags, as <div style="font-weight:bold">Bold Font</div>.