answersLogoWhite

0


Best Answer

brick

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Opposite of hard using a br word?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the opposite of hard that begins with the letters br?

brawd


What is the opposite of hard that starts with the letters 'br'?

brittle


What is the opposite of slow that begins with the letters br?

Brisk.


Is Br or As a more reactive nonmetal?

Br


How do you block myspace comments?

You can "hide" them using this code. Just paste it in About Me or Who I'd Like to Meet:.friendsComments {display:none;}


Can you end a sentence with the word I?

I can, but would I? Yes.<br><br>For example, in comparisons, you would say, "He is taller than I." "He is taller than me" is grammatically incorrect.<br><br>It would help, however, if you gave an example. You wouldn't say, "He gave it to I." <br><br><br>


What shape is CBr4?

Br with six dots br w/ 6 dots c br w/ six dots Br with six dots sorry its kind of hard to type!:)


How do you override css?

If you are using an External style sheet, CSS can be changed by embedding CSS code into the HEAD tag after the link to the external CSS file.Embedded CSS must be contained within a STYLE tag.EXAMPLE:


What tags will you use to tell the Web browser that you are using JavaScript?

Browsers that support JavaScript will treat anything inside elements as code:function myf1 () { document.write("Hello, world"); }You may also include external .js source files using this element: will import the source from "scripts.js".


Create a digital clock using vbscript?

document.write("This is my first VBScript!")timerID = nulltimerRunning = falsesub stopTimerif timerRunning thenclearTimeout timerIDtimerRunning = falseend ifend subsub startTimerstopTimerrunClockend subsub runClockDim rgdow,rgmoyrgdow = Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")rgmoy = Array("January","February","March","April","May","June","July","August","September","October","November","December")t_time = Now()alltime.innerText = t_timedow.innerText = rgdow(weekday(t_time)-1)moy.innerText = rgmoy(month(t_time)-1)dom.innerText = day(t_time)yr.innerText = year(t_time)TimerID = setTimeout("runClock",1000,"vbscript")timerRunning = trueend sub


What is the word that relates to human body that starts with br?

Brain, breast and bronchi are body parts. They begin with the letters BR.


How do you code a big pound sign using javascript and HTML?

document.write('#');