Writing an Informal Email to a Friend (A2/B1 Writing)
function checkA(el,c,exp,q){
document.querySelectorAll(‘input[name=”q’+q+'”]’).forEach(function(r){r.disabled=true;});
var fb=document.getElementById(‘fb’+q);fb.style.display=’block’;
if(parseInt(el.value)===c){fb.style.background=’#c6f6d5′;fb.style.color=’#276749′;fb.innerHTML=’✓ Correct! ‘+exp;}
else{fb.style.background=’#fed7d7′;fb.style.color=’#9b2c2c’;fb.innerHTML=’✗ ‘+exp;}
}
function checkF(id,ans){
var v=document.getElementById(‘fi’+id).value.trim().toLowerCase();
var fb=document.getElementById(‘ff’+id);fb.style.display=’block’;
if(v===ans.toLowerCase()||v.replace(/s+/g,’ ‘)===ans.toLowerCase()){
fb.style.background=’#c6f6d5′;fb.style.color=’#276749’;fb.innerHTML=’✓ Correct: ‘+ans+’‘;}
else{fb.style.background=’#fed7d7′;fb.style.color=’#9b2c2c’;fb.innerHTML=’✗ Answer: ‘+ans+’‘;}
}
A2/B1 ⏱ 5 min
π© Writing an Informal Email to a Friend
When I first arrived in Australia, email was how I kept in touch with home. Here’s how to write a great informal email in English.
π Informal Email Structure
- Greeting: Hi [Name], / Hey [Name]!
- Opening: How are you? / Hope you’re well! / How’s it going?
- Main message: your news, question, or reason for writing
- Closing: Let me know what you think! / Can’t wait to hear from you!
- Sign-off: Take care, / Best, / Love, / See you soon!
π Example β My First Email Home from Sydney
Hey Mum,
Hope everyone is well back home! I arrived safely in Sydney three days ago and I’m starting to get my bearings.
The city is huge and a bit overwhelming, but the people are friendly. I found a room in Strathfield β it’s small but fine for now.
Miss you all! Write back when you can.
Take care,
Sourov
Which greeting is appropriate for an informal email?
Which is an informal sign-off?
In an informal email, your language should be:
‘____________ it going?’ is a friendly informal opening.
‘____________ wait to hear from you!’ is a warm informal closing phrase.
π¨ Write Your Email
Independent project; not affiliated with, endorsed by, or accredited by Cambridge University Press & Assessment. Confers no qualification.
Leave a Reply