Sunday, 17 September 2023

Web Development 23

 

LECTURE # 19

17/9/2023

Question #1 : What is Java script ?

Answer: JavaScript is the programming language of the Web. JavaScript is easy to learn.

Questoin #2 : What is the main tag used in java script ?

Answer: Script tag is used in java script.




Questoin #3 : What document.write(" ") used in java script ?

Answer: document.write(" ") is used in java script. It is used to display the text on which different CSS and html is applied with different operations. Any mistakes can cause error in code. It is essential part of java script.



Questoin #4 : Why var used in java script ?

Answer: Var is used to add a variable in java script. It act as data type in code of java script.









Monday, 11 September 2023

Friday, 8 September 2023

Technology 3


 CRITIACL THINKING:


Technology 2

 RELATED PICTURES:









Technology 1



TECHNOLOGY:




Technology lends immense support in automating various tasks, setting up reminders, communicating efficiently, paying bills at the click of a button, and shopping for the simplest things, such as groceries to investing in valuable assets right in the comfort of our homes





Whether it's practical (like washing machines, tumble dryers, refrigerators, cars, flooring materials, windows, or door handles) or for leisure (like televisions, Blu-ray players, games consoles, reclining chairs, or toys), all these things are examples of technology.

Web Development 22

 

LECTURE # 18

8/9/2023

Question #1 : What is the purpose of outline in html  ?

Answer: An outline is a line around an element. It is displayed around the margin of the element.

Question #2 : What is the purpose of outline-offset in html  ?

Answer:The outline-offset property adds space between the outline and the edge or border of an element.

Question #3 : What is the background-image, letter-spacing and opacity in html  ?

Answer: Background-image is used to add the background-image in code.

Letter-spcaing is used to add the space in letters of the text.

Opacity is used to make the color of the text dull.

Web Development 21

 

LECTURE # 17

7/9/2023

Question #1 : What is padding in html  ?

Answer: Padding is the space between the content and the border of an element.



Question #2 : What is margin in html  ?

Answer: Margins control the spacing width between the edges of your web page and the element itself.




Question #3 : What is meant by text-dacoration in html  ?

Answer: Text-decoration is the attribute of CSS used for the dacoration of text.



Question #4 : What is the purpose of :hover in html  ?

Answer: The :hover selector is used to select elements when you mouse over them. :hover is used to change the current properties of the text to make the comparison in properties of the link or text like it was before. Width, height, color etc are the properties which can be changed as shown.















Friday, 1 September 2023

Web Development 20

 

LECTURE # 17

1/9/2023

Question #1 : What are the properties of style tag ?

Answer: Following are the properties of style,

  • backgroud-color 
  • background-image
  • border-radius 
  • border-top-left-radius 
  • border-top-right-radius
  • border-bottom-left-radius 
  • border-bottom-right-radius
  • color
  • font-style
  • width
  • height
  • border

and many others.....

Question #2 : What is meant by Inspect?

Answer: Short cut Keys for inspect are as follows: ctrl+shift+i . Inspect element is the developer tool that is used for the for making changes in the front end of the the site.Using inspect we can change the CSS and Html of the page or a site. For example; following shows the front end of google...





Web Development 19

 

LECTURE # 16

31/8/2023

Question #1 : Why is header, section and footer tag used for?

Answer: Header , section , footer are the three parts of html file page for making website. Header tag isused to for identifying the heading phase of web page. Section tag is used to identify the body of theweb page. Footer tag is used to identify the ending of the web page.


Question #2 : Why is navigation and div tag used for?

Answer: Navigation tag  and Div tag is used as contain in which many tags can be written and same type of CSS can be performed on it at once.







Friday, 25 August 2023

Web Development 18

 

LECTURE # 15

25/8/2023

Question #1: Why is CSS used for?

Answer: CSS is used for designing purpose in html.

Question #2: How many types of CSS are there?

Answer: Their are three types of  CSS :
  1. Inline CSS
  2. Internal CSS
  3. External CSS

Question #3: What is Inline CSS?

Answer: It is used as an attribute in any tag.For Example 


Question #3: What is Internal CSS?

Answer: In Intrenal CSS style is used as tag.






Web Development 17

 

LECTURE # 14

25/8/2023

Question #1: What are google applications we mostly used for?

Answer: Following are the Google applications mostly used :
  • Docs
  • Sheets
  • Forms
  • Slides

Question #2: For what purpose Docs is used for?

Answer: Docs is used for online documentation. It is similar to MS word.

Question #3: For what purpose Sheets is used for?

Answer: Sheets is used for online calculations and arrangements of data. It is similar to MS excel.


Question #3: For what purpose Forms is used for?

Answer: Forms is used for online creation of forms




Question #3: For what purpose Slides is used for?

Answer: Slides is used for online creation of Presentation











Wednesday, 16 August 2023

Web Development 16

 

LECTURE # 14

15/8/2023


Question #1: Why is iframe tag used for?

Answer: Iframr tag is used to embed a YouTube video in html language.
Click Share option under a YouTube video and then go for embaded option. Copy the link and paste in iframe tag.

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width= , initial-scale=1.0">
    <title>Document</title>
</head>
<body>
<h1>Assignment number 1</h1>
<iframe src="https://www.youtube.com/embed/oGBDdTEv66E" title="YouTube video player"
frameborder="0" allow="accelerometer; autoplay;
clipboard-write; encrypted-media; gyroscope; picture-in-picture;
web-share" frameborder="0"></iframe><br><br>
</body>
</html>

Web Development 15

 

LECTURE # 13

14/8/2023
Question #1: Why is field set used for?

Answer: Field set is used to make a block around the text written with in the field set tag.
For Example:

<!DOCTYPE html>
<html>
<head>
<title>Document</title>
</head>
<body>
<fieldset>
Lorem ipsum dolor sit, amet consectetur adipisicing elit.
Odit laboriosam dolores voluptas eum <br>excepturi inventore quam
illo sint atque quaerat perferendis consectetur <br>labore harum,
facere magni incidunt id voluptate repellat?
</fieldset>
</body>
</html>

Question #2: Why is Legend tag used for?

Answer: Legend tag is used to describe the field set box. For example, ____general box________.

Question #2: Why is Div tag used for?

Answer: Div tag is like a container (is only useful when CSS is used It is very important tag).




Saturday, 12 August 2023

Web Dvelopment 14

LECTURE # 12

12/8/2023

Following are some few tags that are inline tags

  • underline tag <u></u>
  • italic tag <i></i>
  • bold tag <b></b>
  • image tag <img></img>
Following are some few tags that are block tags
  • paragraph tag <p></p>
  • table tag <table></table>

Wednesday, 9 August 2023

Web Development 13

 

LECTURE # 12

8/8/2023
Question #1: What are the attributes of form tag?

Answer: The action attribute defines the action to be performed when the form is submitted. Usually, the form data is sent to a file on the server when the user clicks on the submit button. For example _blank The response is displayed in a new window or tab.
  • The target attribute specifies where to display the response that is received after submitting the form.
Question #2: What are the attributes of input describe some further?

Answer: The input value attribute specifies an initial value for an input field.
  • The input readonly attribute specifies that an input field is read-only.
  • The input disabled attribute specifies that an input field should be disabled.
  • The input size attribute specifies the visible width, in characters, of an input field.
  • The input maxlength attribute specifies the maximum number of characters allowed in an input field.
  • The input min and max attributes specify the minimum and maximum values for an input field.
  • The min and max attributes work with the following input types: number, range, date, datetime-local, month, time and week.
  • The input placeholder attribute specifies a short hint that describes the expected value of an input field.
  • The placeholder attribute works with the following input types: text, search, url, tel, email, and password.
  • The input required attribute specifies that an input field must be filled out before submitting the form.
  • The required attribute works with the following input types: text, search, url, tel, email, password, date pickers, number, checkbox, radio, and file.
  • The input autofocus attribute specifies that an input field should automatically get focus when the page loads.

Web Development 12

 

LECTURE # 11

7/8/2023
Question #1:  What is form tag in html?

Answer:  form tag element is used to create an HTML form for user input. Input element is the most used form element.An input element can be displayed in many ways, depending on the type attribute.For example 
<form>
<input type="text"> Displays a single-line text input field
<input type="radio"> Displays a radio button (for selecting one of many choices)
<input type="checkbox">Displays a checkbox (for selecting zero or more of many choices)
<input type="submit"> Displays a submit button (for submitting the form)
<input type="button"> Displays a clickable button
</form>
their are further more attribtues of input tag which is essential part of form tage








Friday, 4 August 2023

Web Development 11

 

LECTURE # 10

3/8/2023
Question #1:  How do we move gif image in html?

Answer:  Following is the way of moving gif image in html: <marquee behavior="" direction="right" style="background-color: transparent"><img src="gif.gif" alt="error"></marquee>



Question #1: How to insert a form in html?

Answer: Form can easily be added in html using form tag. For example, <form action="">Name: <input type="text"></form>.














Web Developoment 10

 

LECTURE # 9

2/8/2023
Question #1: Why are the attributes of td?

Answer:  Attributes of td are colspan and rowspan. These attributes are used to collabe multiple columns and rows respectively in a table. For example <td colspan="2" rowspan="2"></td>


Wednesday, 2 August 2023

Web Developmnt 9

 

LECTURE # 8

1/8/2023
Question #1: Why table tag is used?

Answer:  Table tag is used to add the table in code.It also has end tag which is called closing tag.

Question #2 : For which purpose tr and td  and th is used?

Answer: tr is used for adding row in table and td tag is used for adding column in table and th is use for adding header text in table. All of them are essential for table tag.


Question #3: Why marqee tag is used?

Answer: For headlines marquee tag is used. Behavior and direction are attributes of marquee tag.

NOTEMarquee tag is a part of CSS language.



Question #3: Define  CSS?

Answer: CSS is a language that is used for designing. It provides the formatting to the text.

Question #4: What is Style used for?

Answer: Style is used in css .It can be used as a tag or an attribute and also used in head tag.




Sunday, 30 July 2023

Web Development 8

 

LECTURE # 7

27/7/2023
Question #1: How to insert image on blogger using html?

Answer:  Image address (copy) is essential for making image view online if you want to show to whole world in blogger.


           
Qustion #2: For which purpose target attribute is used ?

Answer: Open link in new tab. For example <a href=”” target=”_blanck”></a>.