HTML Adding Text tutorials
HTML considers as paragraph any group of words that starts somewhere until you as the Webmaster decides where it ends, by breaking it. This means a character, a word, a line or a whole file can be considered as one paragraph. That's why we will learn how to set a paragraph's limit.
Related Tutorials
Aligning Text
Alignment attributes can be added to the <p> tag to align the text in a paragraph to the left, right or center (though large chunks of text are rarely aligned right or center).
HTML - Text Formatting
Understand the basics of HTML I will now go over how to format text with different tags and attributes. After this tutorial you will know a few tags and attributes you can use to change the appearance of your text. At the very bottom of this tutorial you will see the full list of tags and attributes you can use for text formatting.
Internal Targets or Bookmarks
Now we are going to take a look at internal targets. Internal targets are links to another section of your web page. They allow us to specify and navigate through specific parts of a page. We can take you to a certain paragraph, or take you to the top. The Internal target or bookmark is a type of anchor tag that NAMES the location it surrounds.
Changing Text with HTML
You may type any text between the html start and end tag without any other tags and it will display in the browser as typed. The browser uses it's default text color and font to display your text. But that isn't very exciting. HTML contains a rich set of text formatting tags that you can use to manipulate the text in whatever format you can dream up.
Text Formatting
As a professional who deals with web files you will consider an HTML file on two fronts: what the browser "sees" and what the viewers see . This means, from your standpoint, this kind of file is set in two versions. What the browser "sees" or reads is made of special instructions you give to the browser. The browser interprets your instructions and displays the result to the best of its interpretation.
 
Categories