Sunday, January 28, 2024

HTML




 HTML 

1. HTML stands for HYPER TEXT MARKUP LANGUAGE.
2. It helps in creating web pages.
3. It is a standard markup language.
4. HTML elements are represented by tags.



A simple HTML Document

<html>

<head>

<title>  </title>

</head>

<body>



</body>

</html>


There are some HTML tags are given below:-

1. <br> for make your text BOLD
2. <i> for make your text in italic style
3. <del> Deleted text
4. <p> Paragraph
5. <small> Small text
6. <mark> Marked text
7. <h1> It shows the heading .In html there are 6 types of heading available :-
                                <h1></h1>
                                <h2></h2>
                                <h3></h3>
                                <h4></h4>
                                <h5></h5>
                                <h6></h6>

SHORTCUT KEYS OF WORD DOCUMENT

 



                          SHORTCUT KEYS


Ctrl+A=All Select

Ctrl+B=Bold

Ctrl+C=Copy

Ctrl+E=Center

Ctrl+U=Underline

Ctrl+V=Paste

Ctrl+Z=Undo

Ctrl+Y=Redo

Ctrl+N=New page

Ctrl+P=Paste

Ctrl+x=Cut

Ctrl+J=Justify

Ctrl+R=Right

Ctrl+L=Left

Ctrl+I=Italic

Ctrl+F=Find

Ctrl+H=Replace

Ctrl+S=Save Document

Ctrl+shift++=Superscript

Ctrl+=Subscript

Ctrl+shift+< =Text increase

Ctrl+shift+> =Text decrease

Ctrl+shift+C, Ctrl+shift+V =Format Paint

Click+F3=Quick Parts

F7=Spelling & grammar
 


WHAT IS CSS?


 

CSS

CSS stands for Cascading style sheet

 It describes the styles of an HTML document.

 It makes the web pages more attractive and presentable by doing styling.




There are three types of CSS :-

1. Inline CSS
2. Internal or Embedded CSS
3.External CSS

Semantic VS Non-Semantic Tags in HTML


 

Semantic tag

Semantic tags are those tags which clearly defines the meaning of the tag. Applying semantic tags can make the changes. There are some tags of semantic tag are given bellow:-

·         <form>, <table>, <article>,  <footer>, <header>

·        

Non –semantic tag

Non –semantic tags are those tags which doesn’t define the meaning of their tags. But non-semantic tag cannot make any difference. There are some tags of non-semantic tag are given bellow:-

·         <div>, <span>

 

 

Thursday, January 25, 2024

What do you mean by mail merging? Explain it with proper steps.

 

MAIL MERGING

Mail merge is used to email from letter to multiple recipients in one time.

 Here are some steps given below  :-

Step-1  Open word document, In menubar click on a MAILINGS TAB.

Step-2 Then there is a START MAIL MERGE click on that.





Step-3 Furthermore, there more options will open, in last click on STEP BY STEP MAIL MERGE WIZARD.

Step-4 Select your document type and starts your mail. For ex- we will select the letters and click := NEXT-STARTING DOCUMENT.




Step-5 Now, we use the current (blank) document then CLICK ON NEXT :- SELECT RECIPIENTS.



Step-6 In SELECT RECIPIENTS, we create a new list of our recipients what we need in it. LIKE name, phone no, title etc. So, SELECT THE TYPE A NEW LIST and then CLICK CREATE. (the list we created then save it on our computer)



Step-7 Click on NEXT WRITE YOUR LETTER and SELECT THE MORE ITEMS

Step-8  CLICK INSERT FIELD, in this step whatever you want in your letter than insert on it, like First name, State, Email Address etc.





Step-9 CLICK PREVIEW YOUR LETTER, you can check your letter that everything is perfect or not, IF YES







Step-10 CLICK ON COMPLETE THE MERGE





Step-11 last but not least, CLICK EDIT INDIVIDUAL LETTERS and select OK. Here you  have your individual letters.

 

 

Wednesday, January 24, 2024

What do you mean by Static website & Dynamic website ?


Static website & Dynamic website

·         Static website

1.       Static website are those websites whose data we can’t change throughout the process.

2.       Static website does not provide any kind of information because there data always same.

3.       Static website takes less time in loading website better than the dynamic website.

4.       Static website easily or directly open on client’s /user browser, it doesn’t create much problem in loading.

 

 

·         Dynamic website

1.       Dynamic website are those website whose data changes on regular basis, whenever you visit on site each time it provides you new data.

2.       In dynamic website, it takes more time in loading.

3.       It’s display changes on such factors like -  on the basis of location of your place, time, language and more.

4.       Many organizations, educational institutions, government agencies and more use this dynamic websites.

 

HTML

 HTML  1. HTML stands for HYPER TEXT MARKUP LANGUAGE. 2. It helps in creating web pages. 3. It is a standard markup language. 4. HTML elemen...