Hello. Today
decided to open a new section on the blog is going to publish an
article on creating websites with html, php and css documents, design
and layout. Category called "build a website." So what if you have not yet subscribe to RSS, then you still have time.))
Today we'll talk about how to insert a text link.How to insert a link using HTML.
So, suppose you have written a text and now you need to insert a reference to another document. To do this, use the following code:
<a href="http://www.site.ru"> Anchor </ a>
where:
www.site.com - website address to which you refer;
Anchor - the link text that the user will click the mouse.How to insert a link to the text in the Admin Wordpress.
In that case, if you are using the most popular to date CMS Wordpress, your task easier. To do this, go to the section "Add account". After you type the text of a future article, find the word (phrase) that you want to Ankor and select it. You must then click on the "Insert / edit link" or just press Alt + Shift + A.
This opens a window in which to specify the page to which you refer, as well as the link will be opened:
In the current window - link opens immediately;
In a new window - link opens in a new tab.
In addition, you can register the title, which will be visible when you move the mouse over a link. From the menu, you can specify the class of the external link type.
Press "OK", "Publish", and admire the result.
By the way, if you open the tab «HTML» in the "Add a new post", you will see exactly the code of which I spoke above, automatically generated Wordpress.
Next time, we'll talk about how to change the color of links in HTML.
Today we'll talk about how to insert a text link.How to insert a link using HTML.
So, suppose you have written a text and now you need to insert a reference to another document. To do this, use the following code:
<a href="http://www.site.ru"> Anchor </ a>
where:
www.site.com - website address to which you refer;
Anchor - the link text that the user will click the mouse.How to insert a link to the text in the Admin Wordpress.
In that case, if you are using the most popular to date CMS Wordpress, your task easier. To do this, go to the section "Add account". After you type the text of a future article, find the word (phrase) that you want to Ankor and select it. You must then click on the "Insert / edit link" or just press Alt + Shift + A.
This opens a window in which to specify the page to which you refer, as well as the link will be opened:
In the current window - link opens immediately;
In a new window - link opens in a new tab.
In addition, you can register the title, which will be visible when you move the mouse over a link. From the menu, you can specify the class of the external link type.
Press "OK", "Publish", and admire the result.
By the way, if you open the tab «HTML» in the "Add a new post", you will see exactly the code of which I spoke above, automatically generated Wordpress.
Next time, we'll talk about how to change the color of links in HTML.

No comments:
Post a Comment