Create an HTML page with an image of KazNU in the middle of the page

<html>

<head>

<title> text </title>

</head>

<body>

<p align=”center”><img src="Image of KazNU.jpg"></p>

</body>

</html>

2.Есеп: 104.2510 → (2)

104:2=52 (0)

52:2=26 (0)

26:2=13 (0)

13:2=6 (1)

6:2=3 (0)

3:2=1 (1)

1:2=0 (1)

0,25*2=0,5 (0)

0,5*2=1

104,2510=1101000.012

3.Есеп. 7Д.416 → (8)

7Д.416= 01111101.01002= 175.20

58.

     1. Create an HTML page with two lines that have different values for the Font attribute.

2. Translate the following number: C0.2(16)→(2) n.s.

3. Translate the following number: 79.5(10)→(8) n.s.

Create an HTML page with two lines that have different values for the Font attribute.

<html>

<head>

<title> text </title>

</head>

<body>

<font size=”4” color=”green” face=”Times new roman”> text 1 </font><BR>

<font size=”7” color=”red” face=”Arial”> text 2 </font>

</body>

</html>

2.Есеп: С0.216 → (2)

С0.216= 11000000.00102

3.Есеп: 79.510 → (8)

79:8=9 (7)

9:8=0 (9)

0,5*8=4

79.510= 97.48

59

Create an HTML page with three words that have different values for the font attribute (italic, bold, underline).

2. Translate the following number: 217.3(8)→(2) n.s.

3. Translate the following number: 8F.6(16)→(10) n.s.

Create an HTML page with three words that have different values for the font attribute (italic, bold, underline).
<html>

<head>

<title> text </title>

</head>

<body>

<i> Brad </i>

<b> love </b>

<u> games </u>

</body>

</html>

2.Есеп: 217.38 → (2)

217.38 =010001111.0112

 

3.Есеп. 8F.616→ (10)

8F.616= 8*161+15*160+6*10-1=128+15+0.6=143.610


60.

    1. Write an HTML page using JavaScript, displaying a button called "my first button" on the screen.

2. Translate the following number: 192.375(10)→(16) n.s.

3. Translate the following number: 1010011.1(2)→(8) n.s.

<!DOCTYPE html>
<html>
<body>

<h2>My First JavaScript</h2>

<button type="button"
onclick="document.getElementById('demo').innerHTML = Date()">
Click me to display Date and Time.</button>

<p id="demo"></p>

</body>
</html>

Write an HTML page using JavaScript, displaying a button called "my first button" on the screen.

 

2. Есеп: 192.37510 → (16)

192:16=12 (0)

12:16=0 (12)

0,375*16=6

192.37510=С0.616

 

3. Есеп: 1010011.12 → (8)

1010011.12= 123.48

 







Понравилась статья? Добавь ее в закладку (CTRL+D) и не забудь поделиться с друзьями:  



double arrow
Сейчас читают про: