7421 Oak Ridge Dr Plano, Plano, United States - 75025.
Details verified of Alia Y.✕
Identity
Education
Know how UrbanPro verifies Tutor details
Identity is verified based on matching the details uploaded by the Tutor with government databases.
English Mother Tongue (Native)
University of Gezira 2003
Master of Computer Applications (M.C.A.)
7421 Oak Ridge Dr Plano, Plano, United States - 75025
Phone Verified
Email Verified
Report this Profile
Is this listing inaccurate or duplicate? Any other problem?
Please tell us about the problem and we will fix it.
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in Class 12 Tuition
20
Board
IGCSE
Preferred class strength
One on one/ Private Tutions, Group Classes
IGCSE Subjects taught
Computer Science, Mathematics, Accounts
Experience in School or College
I am a senior lecture in the Computer Science and Information Systems Department. I am head teacher of ICT and Computer Science for KS3 , IGCSE and A-level curriculum with excellent results. I have been teaching for over 24 years.
Taught in School or College
Yes
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in BA Tuition
20
Field tutored for
Computer Science, Mathematics
BA Computer Science Subjects
Operating Systems, Database Management Systems, Computer System Architecture, Internet Technologies, Data Structures, Artificial Intelligence, Computer Networks, Theory of Computation, Design and Analysis of Algorithms, Programming Fundamentals using C++
BA Mathematics Subjects
Algebra
Experience in School or College
I have taught in both public and private Universities. In Sudan University for science and Technology and In Bayan University
Type of class
Regular Classes, Crash Course
Class strength catered to
One on one/ Private Tutions, Group Classes
Taught in School or College
Yes
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in HTML Training
20
Teaching Experience in detail in HTML Training
I been teaching web authoring for over 20 years. I teach HTML 5 , CSS and Java Script
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in Class I-V Tuition
20
Fees
₹ 500.0 per hour
Board
IGCSE
IGCSE Subjects taught
Mathematics
Experience in School or College
I have over 24 years of experience in both School and College levels.
Taught in School or College
Yes
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in Microsoft Excel Training classes
20
Teaches following Excel features
Excel Macro Training, Advanced Excel, Basic Excel
Teaching Experience in detail in Microsoft Excel Training classes
I have taught in both in university level and in High School Level. I have the ability to teach the advance Excel functions with great simplicity.I have taught the ICDL , IGCSE and Alevel excel syllabus with excellent outcomes.
1. Which school boards of Class 12 do you teach for?
IGCSE
2. Have you ever taught in any School or College?
Yes
3. Which classes do you teach?
I teach BA Tuition, Class 12 Tuition, Class I-V Tuition, HTML and Microsoft Excel Training Classes.
4. Do you provide a demo class?
Yes, I provide a free demo class.
5. How many years of experience do you have?
I have been teaching for 20 years.
Answered on 24/06/2023 Learn IT Courses/CSS
if i wanted to divide the web page to sections so I can apply different css properties to different parts , I use the div tag
e.g
<!DOCTYPE html>
<html>
<head>
<style>
.myDiv {
border: 5px outset red;
background-color: lightblue;
text-align: center;
}
</style>
</head>
<body>
<h1>The div element</h1>
<div class="myDiv">
<h2>This is a heading in a div element</h2>
<p>This is some text in a div element.</p>
</div>
<p>This is some text outside the div element.</p>
</body>
</html>
reference
https://www.w3schools.com/
Answered on 24/06/2023 Learn IT Courses/CSS
CSS syntax consist of
selector {property :value}
e.g
h1 {color :#FF0000;}
here you want to apply the red color to the h1 tag
what if I want to apply red colours to several tags h1 , h3 and P ?
I simply write it as
h1 , h3 , p
{
color :#FF0000;
}
Answered on 24/06/2023 Learn IT Courses/CSS
Answered on 24/06/2023 Learn IT Courses/CSS
if you want to link to the file alia.css . Both the web document and the css file must be in the same folder. In the head section of the web page
<link rel="stylesheet" href="alia.css">
Example of the full web page
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="alia.css">
</head>
<body>
<h1> I have the h1 of defined in alia.css applied </h1>
</body>
</html>
Answered on 24/06/2023 Learn IT Courses/CSS
the image you want to display will be in a file .
the file will have one of three extensions gif , png , jpg
the name of the filename will be written after the src property.
For example if I want to display the image house.gif (the image file and the HTML document should be in the same folder for it to work)
<img src="house.gif">
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in Class 12 Tuition
20
Board
IGCSE
Preferred class strength
One on one/ Private Tutions, Group Classes
IGCSE Subjects taught
Computer Science, Mathematics, Accounts
Experience in School or College
I am a senior lecture in the Computer Science and Information Systems Department. I am head teacher of ICT and Computer Science for KS3 , IGCSE and A-level curriculum with excellent results. I have been teaching for over 24 years.
Taught in School or College
Yes
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in BA Tuition
20
Field tutored for
Computer Science, Mathematics
BA Computer Science Subjects
Operating Systems, Database Management Systems, Computer System Architecture, Internet Technologies, Data Structures, Artificial Intelligence, Computer Networks, Theory of Computation, Design and Analysis of Algorithms, Programming Fundamentals using C++
BA Mathematics Subjects
Algebra
Experience in School or College
I have taught in both public and private Universities. In Sudan University for science and Technology and In Bayan University
Type of class
Regular Classes, Crash Course
Class strength catered to
One on one/ Private Tutions, Group Classes
Taught in School or College
Yes
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in HTML Training
20
Teaching Experience in detail in HTML Training
I been teaching web authoring for over 20 years. I teach HTML 5 , CSS and Java Script
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in Class I-V Tuition
20
Fees
₹ 500.0 per hour
Board
IGCSE
IGCSE Subjects taught
Mathematics
Experience in School or College
I have over 24 years of experience in both School and College levels.
Taught in School or College
Yes
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in Microsoft Excel Training classes
20
Teaches following Excel features
Excel Macro Training, Advanced Excel, Basic Excel
Teaching Experience in detail in Microsoft Excel Training classes
I have taught in both in university level and in High School Level. I have the ability to teach the advance Excel functions with great simplicity.I have taught the ICDL , IGCSE and Alevel excel syllabus with excellent outcomes.
Answered on 24/06/2023 Learn IT Courses/CSS
if i wanted to divide the web page to sections so I can apply different css properties to different parts , I use the div tag
e.g
<!DOCTYPE html>
<html>
<head>
<style>
.myDiv {
border: 5px outset red;
background-color: lightblue;
text-align: center;
}
</style>
</head>
<body>
<h1>The div element</h1>
<div class="myDiv">
<h2>This is a heading in a div element</h2>
<p>This is some text in a div element.</p>
</div>
<p>This is some text outside the div element.</p>
</body>
</html>
reference
https://www.w3schools.com/
Answered on 24/06/2023 Learn IT Courses/CSS
CSS syntax consist of
selector {property :value}
e.g
h1 {color :#FF0000;}
here you want to apply the red color to the h1 tag
what if I want to apply red colours to several tags h1 , h3 and P ?
I simply write it as
h1 , h3 , p
{
color :#FF0000;
}
Answered on 24/06/2023 Learn IT Courses/CSS
Answered on 24/06/2023 Learn IT Courses/CSS
if you want to link to the file alia.css . Both the web document and the css file must be in the same folder. In the head section of the web page
<link rel="stylesheet" href="alia.css">
Example of the full web page
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="alia.css">
</head>
<body>
<h1> I have the h1 of defined in alia.css applied </h1>
</body>
</html>
Answered on 24/06/2023 Learn IT Courses/CSS
the image you want to display will be in a file .
the file will have one of three extensions gif , png , jpg
the name of the filename will be written after the src property.
For example if I want to display the image house.gif (the image file and the HTML document should be in the same folder for it to work)
<img src="house.gif">
Share this Profile
Also have a look at
Reply to 's review
Enter your reply*
Your reply has been successfully submitted.
Certified
The Certified badge indicates that the Tutor has received good amount of positive feedback from Students.