Web Design Basic Tutorial For Beginner part-006
Basic Web Design Tutorial
Today's Tutorial: Font tag's, Style Using, and Link tags
Font Tag and use:
Beautiful way's to present the documents to the <> or font tag is a very important part.
Beautiful way to present the documents to the <> or font tag is very important part .
<Font size = "5"
What will be the size of the text is a beautiful Web site. Face = "Tahoma" has published the article will Tahoma font and color = "red" published by the ruddy color of the text. Take for example the following:
Take a notepad and write a this code on note pad , notepad into the File menu, click Save as index.html file name and press Save button to deliver the file to open the bottom of the image will look like. Html html code in this style is using the font tag.
Style Use and tags
CSS (Cascading style sheet files) extends through the web site can be beautiful. Here's documents will be discussed with the use of style.
Width = "50px, bgcolor =" green "designs through the use made of the facilities available in this mode.
Example Program : Using other attributes
Example Program : Using the style
Take a notepad and write a this code in note pad , notepad into the File menu, click Save as index.html file name and press Save button to deliver the file to open the bottom of the image will look like. Html html code in this style is
Style Use and tags.
Link
A page and a page via the link connection are established. This level of expression in html links will discuss the system.
A Web page is a link to a web page to another. Html for linking the <a> tag is utilized to anchor tag. Such <a href="http://www.toneysoft09.com/"> www.toneysoft09.com </a>. That will make the link with the destination of the page href = "............" To enter into, and the link will display the textual matter of the <a href = "....... .... "> Here to enter </a>
Take for example the following:
Take a notepad and write a this code in note pad , notepad into the File menu, click Save as index.html file name and press Save button to deliver the file to open the bottom of the image will look like. Html html code in this Link tag.