This channel will provide basic programing language to deep one in a few days we will start posting
HTML5 tutorial ዛሬ እንጀምራለን
What's HTML
language used to describe the structure of Web pages using markup.
Note:-
A markup language consists of markup tags which tells the browser how to structure / display a particular document.
While HyperText refers to the process of linking one or more WebPages with each other.
A typical HTML document will have following structure:(መሠረታዊ ቅጹ)
<!Doctype html>
<html>
<head>
<title>HTML Document Structure
</title>
</head>
<body>
<p>Hello World</p>
</body>
</html>
What's HTML
language used to describe the structure of Web pages using markup.
Note:-
A markup language consists of markup tags which tells the browser how to structure / display a particular document.
While HyperText refers to the process of linking one or more WebPages with each other.
A typical HTML document will have following structure:(መሠረታዊ ቅጹ)
<!Doctype html>
<html>
<head>
<title>HTML Document Structure
</title>
</head>
<body>
<p>Hello World</p>
</body>
</html>
CSS tutorial ዛሬ እንጀምራለን
What's CSS
CSS stands for Cascading Style Sheets
CSS describes how HTML elements are to be displayed on screen, paper, or in other media
CSS saves a lot of work. It can control the layout of multiple web pages all at once
External stylesheets are stored in CSS files
CSS is a language that describes the style of an HTML document.
CSS describes how HTML elements should be displayed.
This tutorial will teach you CSS from basic to advanced.
Basic structure looks like this
<!DOCTYPE html>
<html>
<head>
<style>
body {
background-color: lightblue;
}
h1 {
color: white;
text-align: center;
}
p {
font-family: verdana;
font-size: 20px;
}
</style>
</head>
<body>
<h1>My First CSS Example</h1>
<p>This is a paragraph.</p>
</body>
</html>
╭══•:|★✧♡🖥♡✧★|: ══╮
@ethio_programmers_zone
@ethio_programmers_zone
╰══•:|★✧♡⌨♡✧★|: ══╯
What's CSS
CSS stands for Cascading Style Sheets
CSS describes how HTML elements are to be displayed on screen, paper, or in other media
CSS saves a lot of work. It can control the layout of multiple web pages all at once
External stylesheets are stored in CSS files
CSS is a language that describes the style of an HTML document.
CSS describes how HTML elements should be displayed.
This tutorial will teach you CSS from basic to advanced.
Basic structure looks like this
<!DOCTYPE html>
<html>
<head>
<style>
body {
background-color: lightblue;
}
h1 {
color: white;
text-align: center;
}
p {
font-family: verdana;
font-size: 20px;
}
</style>
</head>
<body>
<h1>My First CSS Example</h1>
<p>This is a paragraph.</p>
</body>
</html>
╭══•:|★✧♡🖥♡✧★|: ══╮
@ethio_programmers_zone
@ethio_programmers_zone
╰══•:|★✧♡⌨♡✧★|: ══╯
Programming ማለት በሌላ አባባል አማርኛ ኦሮሚኛ..ወዘተ እንደምንለው programing ደሞ ከ computer ጋ የመግባቢያ ቛንቛ ነው::
ሰው ከ ሰዉ ጋ በብዙ ቛንቛ እንደሚግባባ እንድሁም ሰው ከ computer ጋ በብዙ ቛንቛ ይግባባል የቛንቛ አይነቶቹም C, C++, Java, Payton....ወዘተ ናቸዉ::
ስለዚህ programming መማር ማለት ልክ ቛንቛ እንደ መማር ነው::
ስለዚህ programming ለመማር የተለየ ተሰጥሮ አይጠቅም ሚጠይቀው ጊዜን ብቻ ነው::
╭══•:|★✧♡🖥♡✧★|: ══╮
@ethio_programmers_zone
@ethio_programmers_zone
@ethio_programmers_zone
╰══•:|★✧♡⌨♡✧★|: ══╯
ሰው ከ ሰዉ ጋ በብዙ ቛንቛ እንደሚግባባ እንድሁም ሰው ከ computer ጋ በብዙ ቛንቛ ይግባባል የቛንቛ አይነቶቹም C, C++, Java, Payton....ወዘተ ናቸዉ::
ስለዚህ programming መማር ማለት ልክ ቛንቛ እንደ መማር ነው::
ስለዚህ programming ለመማር የተለየ ተሰጥሮ አይጠቅም ሚጠይቀው ጊዜን ብቻ ነው::
╭══•:|★✧♡🖥♡✧★|: ══╮
@ethio_programmers_zone
@ethio_programmers_zone
@ethio_programmers_zone
╰══•:|★✧♡⌨♡✧★|: ══╯
4_5839445120553845857.apk
2.3 MB
በእጆ ላይ በምገኝ አንድሮይድ ስልክ በHTML ድንቅ ድህረ ገፅ ይፍጠሩ።📱ፕሮግራምንግ በእጆ ነው ። ከዝቀደም እዳልነው ፕሮግራሚን ለመልመድ ከእኛ ሚጠበቀው ግዜያችንን መስጠት ቡቻ ነው::
ለተጨማሪ መረጃ inbox me @z_josi
@ethio_programmers_zone
ለተጨማሪ መረጃ inbox me @z_josi
@ethio_programmers_zone
Creating a WebPage:
Web pages can be created and modified by using various HTML Code Editors like:
1. Notepad++
2. Sublime
3. Eclipse
4. Visual Studio
5. Dream Weaver
However for learning HTML it is recommended to use Notepad++ and sublime
╭══•:|★✧♡🖥♡✧★|: ══╮
@ethio_programmers_zone
@ethio_programmers_zone
@ethio_programmers_zone
╰══•:|★✧♡⌨♡✧★|: ══╯
Web pages can be created and modified by using various HTML Code Editors like:
1. Notepad++
2. Sublime
3. Eclipse
4. Visual Studio
5. Dream Weaver
However for learning HTML it is recommended to use Notepad++ and sublime
╭══•:|★✧♡🖥♡✧★|: ══╮
@ethio_programmers_zone
@ethio_programmers_zone
@ethio_programmers_zone
╰══•:|★✧♡⌨♡✧★|: ══╯
1. open code editor and past the below code
<!Doctype html>
<html>
<head>
<title>HTML Document Structure</title>
</head>
<body>
<p>Hello World</p>
</body>
</html>
2. Save the file with extension .html or .htm
e.g.. practice.html
3. Open the file in any browser
╭══•:|★✧♡🖥♡✧★|: ══╮
@ethio_programmers_zone
@ethio_programmers_zone
@ethio_programmers_zone
╰══•:|★✧♡⌨♡✧★|: ══╯
<!Doctype html>
<html>
<head>
<title>HTML Document Structure</title>
</head>
<body>
<p>Hello World</p>
</body>
</html>
2. Save the file with extension .html or .htm
e.g.. practice.html
3. Open the file in any browser
╭══•:|★✧♡🖥♡✧★|: ══╮
@ethio_programmers_zone
@ethio_programmers_zone
@ethio_programmers_zone
╰══•:|★✧♡⌨♡✧★|: ══╯
እንኳን ለመዳኒታችን ለእየሱስ ክርስቶስ የትንሳኤ መታሰበያ በአል በሰላም አደረሳቾ፡፡
"ሕያዋን ከሞታን መካከል ስለ ምን ትፈልጋላችሁ ተንሥቶአል እንጂ በዚ የለም፡፡ የሰው ልጅ በኃጥያተኞች እጅ አሳልፎ ሊሰጥና ሊሰቀል በሦስተኛው ቀን ሊነሳ ግድ ነው እያለ በገሊላ ሳለ ለእናንተ እንደ ተናገረ አስቡ፡፡"
ሉቃ. 24፡5-7
መልካም የትንሳኤ መታሰበያ በአል ይሁንላችሁ
👑👑👑👑👑👑👑👑👑👑👑👑👑👑
👑👑👑👑👑👑👑
╭══•:|★✧♡🖥♡✧★|: ══╮
@ethio_programmers_zone
@ethio_programmers_zone
@ethio_programmers_zone
╰══•:|★✧♡⌨♡✧★|: ══╯
"ሕያዋን ከሞታን መካከል ስለ ምን ትፈልጋላችሁ ተንሥቶአል እንጂ በዚ የለም፡፡ የሰው ልጅ በኃጥያተኞች እጅ አሳልፎ ሊሰጥና ሊሰቀል በሦስተኛው ቀን ሊነሳ ግድ ነው እያለ በገሊላ ሳለ ለእናንተ እንደ ተናገረ አስቡ፡፡"
ሉቃ. 24፡5-7
መልካም የትንሳኤ መታሰበያ በአል ይሁንላችሁ
👑👑👑👑👑👑👑👑👑👑👑👑👑👑
👑👑👑👑👑👑👑
╭══•:|★✧♡🖥♡✧★|: ══╮
@ethio_programmers_zone
@ethio_programmers_zone
@ethio_programmers_zone
╰══•:|★✧♡⌨♡✧★|: ══╯
