<span>Define additional characteristics such as font weight or style for an html tag:
- attributes</span>
Because we can get manufacturing faster than usual
Answer:
if you give me brainliest i will answer your question
Explan
You will type
400*2*1.5
1.5 is another way to say 1 1/2
Answer:
In most programming languages "" are required around text.
Explanation:
Python: print("text")
HTML: <p>text</p>
C++: int Main() {
cout << "text" << endl;
}
Lua: print("text")