Learn More “href a” allow you to insert a link inside a text or object and make it clickable. Google Website You can put the link inside image like this code: You can put a phone number inside a text and redirect to your phone dialer(work only in mobile). +88888888 You can scroll your page …
Author Archives: Tal
Form
Learn More A form html is used to collect user data and send the data to the server . You need to declare in the tag “form” an attribute called “action” and then declare to path to your php file. To pass the data from the input text to the php file you should declare …
Button
Learn More Browsers Support: All. autofocus: Automatically get focus when the page loads. disabled Disables the button. name Declaring a name for the button.(For php usage). type Declaring a the type of the button. type = “button” – Simple button for any use(for javascript). type =”submit” – Send the form. type =”clear” – Clear the …
Table
Learn More A simple Table in html. “border = 1” – Defining a border and the thick of the border that equals to 1. <thead> – Presenting the header of the table. <tbody> – Presenting the body of the table. <tr> – The column of the table. <th> – The title of the column. <td> …
Blink
Learn More Browsers Support: Chrome,Firefox,Safari,Opera.. Blink turn a simple text to blink text.
iframe
Learn More Browser Support: Chrome,Firefox,Edge,Safari,Opera. Iframe create a window with html page inside parent page. Result: Attributes: allowfullscreen Allow to open iframe video in full screen. height and width You can declare specific height for the iframe. Result: loading : eager or lazy You can set the load time of the iframe : immediately or …
How to Rotate a pdf
Learn More 1.Open a pdf document with adobe reader. 2. Right click with the mouse on the document and click Rotate Clockwise.
How to block emails on gmail
Learn More 1.Sign-in to your gmail. 2.Enter to the mail you want to block. 3.In the mail , click on the 3 dots in the right, and click “block …. The name of the sender”. Unblock emails: 1.Write the name or the email of the sender in the search bar. 2.Enter tone of the email …
How to create a drop down list in excel
Learn More 1. Choose the cell you want to create a drop down. 2. Right click on the mouse (menu show up) click on Data validation. 3.This windows will show up. 4.Click on “List from a range” and choose “List of items”. 5. Write the words you want to put on the dropdown and put …
How to edit pdf file
Learn More If you want to edit pdf file you can do this with microsoft word, simply open the pdf file like any other file, word ask you to transfer the file form pdf to word and only click ok. The only problem is that many right to left languages are reverse. The second method …