some changes

pull/283/head
Asabeneh 4 years ago
parent e20d6e4a38
commit ef014b8fb9

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<title>30DaysOfJavaScript</title>

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<title>30DaysOfJavaScript</title>

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<title>30DaysOfJavaScript: 03 Day</title>

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<title>30DaysOfJavaScript</title>

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<title>30DaysOfJavaScript:05 Day </title>

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<title>30DaysOfJavaScript:06 Day </title>

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<title>30DaysOfJavaScript:07 Day </title>

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<title>30DaysOfJavaScript:08 Day </title>

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<title>30DaysOfJavaScript:09 Day </title>

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<title>30DaysOfJavaScript:10 Day </title>

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<title>30DaysOfJavaScript:11 Day </title>

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<title>30DaysOfJavaScript:11 Day </title>

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<title>30DaysOfJavaScript:13 Day </title>

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<title>30DaysOfJavaScript:12 Day </title>

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<title>30DaysOfJavaScript:15 Day </title>

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<title>30DaysOfJavaScript:16 Day </title>

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<title>30DaysOfJavaScript:17 Day </title>

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<title>30DaysOfJavaScript:18 Day </title>

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<title>30DaysOfJavaScript:19 Day </title>

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<title>30DaysOfJavaScript:20 Day </title>

@ -32,7 +32,7 @@
- [Removing class using remove](#removing-class-using-remove)
- [Adding Text to HTML element](#adding-text-to-html-element)
- [Adding Text content using textContent](#adding-text-content-using-textcontent)
- [Adding Text Content using innHTML](#adding-text-content-using-innhtml)
- [Adding Text Content using innerHTML](#adding-text-content-using-innerhtml)
- [Text Content](#text-content)
- [Inner HTML](#inner-html)
- [Adding style](#adding-style)
@ -57,7 +57,7 @@ We can access already created element or elements using JavaScript. To access or
```html
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<title>Document Object Model</title>
</head>
@ -234,7 +234,7 @@ It value we assign is going to be a string of HTML elements.
```html
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<title>JavaScript for Everyone:DOM</title>
</head>
@ -264,7 +264,7 @@ The innerHTML property can allow us also to remove all the children of a parent
```html
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<title>JavaScript for Everyone:DOM</title>
</head>
@ -378,7 +378,7 @@ As you have notice, the properties of css when we use it in JavaScript is going
```html
<!-- index.html -->
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<title>JavaScript for Everyone:DOM</title>
</head>

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<title>30DaysOfJavaScript:21 Day </title>

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<title>30DaysOfJavaScript:22 Day: Number Generator </title>

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<title>30DaysOfJavaScript:22 Day: World Countries List</title>

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<title>30DaysOfJavaScript:22 Day: Challenge Info</title>

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<title>30DaysOfJavaScript:23 Day: Number Generator </title>

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<title>30DaysOfJavaScript:23 Day: Keyboard Key </title>

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<title>Solar System: Document Object Model:30 Days Of JavaScript</title>

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<title>30DaysOfJavaScript:11 Day </title>

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<title>30DaysOfJavaScript:11 Day </title>

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<title>30DaysOfJavaScript:11 Day </title>

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<title>30DaysOfJavaScript: Day 29 - Project 2 </title>

@ -17,7 +17,7 @@
<div>
<small>Support [**Asabeneh**](https://www.patreon.com/asabeneh?fan_landing=true) to create more educational materials</small>
[<img src = '../images/become_patreon.png' alt='become-asabeneh-patreon' title='click' />](https://www.patreon.com/asabeneh?fan_landing=true)
</div>
@ -30,6 +30,7 @@
- [Exercise: Level 1](#exercise-level-1)
- [Exercise: Level 2](#exercise-level-2)
- [Exercise: Level 3](#exercise-level-3)
- [Testimony](#testimony)
# Day 30

@ -323,7 +323,7 @@ Create a project folder on your desktop or in any location, name it 30DaysOfJS a
```html
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<title>30DaysOfScript:Inline Script</title>
</head>
@ -342,7 +342,7 @@ First, let us write on the head part of the page.
```html
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<title>30DaysOfScript:Internal Script</title>
<script>
@ -357,7 +357,7 @@ This is how we write an internal script most of the time. Writing the JavaScript
```html
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<title>30DaysOfScript:Internal Script</title>
</head>
@ -387,7 +387,7 @@ External scripts in the _head_:
```html
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<title>30DaysOfJavaScript:External script</title>
<script src="introduction.js"></script>
@ -400,7 +400,7 @@ External scripts in the _body_:
```html
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<title>30DaysOfJavaScript:External script</title>
</head>
@ -425,7 +425,7 @@ console.log('Hello, World!')
```html
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<title>Multiple External Scripts</title>
</head>

Loading…
Cancel
Save