Consider the following Boolean expression: (B l +A) l = B. A l Identify the law behind the above
expression and prove it using algebraic method. (the line represents "dash")
Answers
Answer:
MCQ question - HTML
Option (c) is the correct answer, both a and b is not an attribute of <image> tag.
\rule{200}{2}
Know about HTML
HTML stands for Hyper text markup language.
HTML is the standard markup language.
HTML is used for creating web pages.
HTML consist of a series elements.
HTML elements tell the browser, how to display the content.
\rule{200}{2}
Some important tags in HTML
<!Doctype> tag defines the document type.
<html> tag defines the HTML document.
<head> tag defines the information for the document.
<title> tag defines the title of the document.
<body> tag is defines the body of the document.
<h1> tag is used for HTML headings.
<p> tag us used for paragraph.
<br> tag is used for insert a line break.
<b> tag is used for bold text.
<u> tag is used for underline text.
<i> tag is used for Italic text.
<hr> tag is used for horizontal line.