What Is HTML?:
HTML stands for HyperText Markup Language. HTML is the basic programming language used to write pages on the World Wide Web. Basically, HTML tells your web browser how to display text, images, links, sounds and more on your screen.What Are HTML Tags?:
HTML relies on tags to produce commands and customize elements on a web page. Tags are basically instructions telling the browser when to start displaying a specific item or enhancement (such as bold or italics) and when to stop that enhancement. For example, to display a word in bold, the HTML code with the appropriate tags would look like this:I <b>love</b> blogs.
That sentence would display on your browser as follows:I love blogs.
What Are Some Basic HTML Tags Used in Blogs?:
The most basic HTML tags used in blogs include:- Bold: <b>and</b>
- Italics: <i>and</i>
- Underline: <u>and</u>
- Text size: <font size=2>and</font>
- Text color: <font color=blue>and</font>
- Paragraph: <p>and</p>
- Line Break: <br>
No comments:
Post a Comment