HTML is a programming language for making and designing web pages. There are several programming languages to make media for WWW, HTML is the base of almost each website in action at present; it is also the easiest understandable programming languages.
Basic Formatting
First enter any website with "<html>" and "</html>" letting PC know that it is processing a webpage. Then, type "<head>" and "</head>." This state heading section of webpage, used to save information. Then, use "<body>" and "</body>" to state main field of webpage. All data to share with public should be entered between "<body>" and "</body>" label.
Colors
Set background color of webpage by "<body bgcolor>" label. Text color is set by "<body text>" label. To add white text on black background, use "<body text="white"> label.
The colors of hyperlinks can be changed. Use "<body link="red"> label for red links, use "<body vlink="blue"> label to turn all links blue after visiting, and use "<body alink="green"> to alter color of link after clicking on it.
Text
Simple HTML text makes up most of the websites. One possesses great freedom while formatting text for HTML-based webpage. Use "<h1>" and "</h1"> label to format text to biggest available headline, down till the smallest headline at "<h6>." Using "<b>" and "</b>" label makes text bold, and "<i>" and "</i>" gives italicized text. Font size can be modified to anything from size 1 to 7 using "<font size="4">, and color can be altered by tag "<font color="blue">.
Pictures
Pictures are also used broadly in websites. Use "<img src="yourimage.jpg">" label to put a simple picture. Add "<align>" label after name of the picture to modify position of picture, and use "<border>" tag to add a border around picture.



Reply With Quote
Copyright Techfuels
Bookmarks