Learning HTML
Authors
Web pages are written in HTML.
Most of us type plain english in blogs etc. But at the backend all this is converted into HTML. During edit process we can even change the HTML if we know some HTML are change the way our web page looks.
HTML files contain:
HTML tags that indicate page elements, structure, formatting, and hypertext links to other pages and
the content of the page.
HTML Tages
HTML tags look like this
<TITLE> Learning HTML</TITLE>
The above HTML tag is a specific example.
The general pattern is
<The TagName>Affected text</The TagName>
To be continued
No comments:
Post a Comment